2017 © Pedro Peláez
 

symfony-bundle sare-soap-api-bundle

Symfony bundle for the SARE SOAP API

image

goldenline/sare-soap-api-bundle

Symfony bundle for the SARE SOAP API

  • Friday, April 10, 2015
  • by sgrodzicki
  • Repository
  • 4 Watchers
  • 1 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

GoldenlineSareSoapApiBundle

Dependency Status, (*1)

Symfony bundle for the SARE SOAP API, (*2)

Installation

The best way to install this bundle is by using Composer. Simply run:, (*3)

``` bash $ php composer.phar require goldenline/sare-soap-api-bundle dev-master, (*4)


Then, enable the bundle: ``` php <?php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new GoldenLine\SareSoapApiBundle\GoldenlineSareSoapApiBundle(), ); }

Finally add your certificate:, (*5)

goldenline_sare_soap_api:
    cert: sare.pem

Your certificate should contain your private key combined with a signed certificate from SARE., (*6)

Usage

In your controller just do:, (*7)

public function someAction()
{
    $sare = $this->get('goldenline_sare_soap_api.client');
}

or simply inject goldenline_sare_soap_api.client into any other service., (*8)

License

This bundle is released under the MIT license. See the complete license in the bundle:, (*9)

Resources/meta/LICENSE

The Versions

10/04 2015

dev-master

9999999-dev

Symfony bundle for the SARE SOAP API

  Sources   Download

MIT

The Requires

 

soap sare

17/12 2014

1.0.0

1.0.0.0

Symfony bundle for the SARE SOAP API

  Sources   Download

MIT

The Requires

 

soap sare