2017 © Pedro Peláez
 

symfony-bundle solvency-bundle

Symfony2 bundle integrating solvency check providers

image

astina/solvency-bundle

Symfony2 bundle integrating solvency check providers

  • Sunday, December 27, 2015
  • by pkraeutli
  • Repository
  • 19 Watchers
  • 0 Stars
  • 1,801 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

Astina Solvency Bundle

Integration bundle for risk checking services. The only implemented provider at the moment is DeltaVista., (*1)

Install

Step 1: Add to composer.json

"require" :  {
    // ...
    "astina/solvency-bundle":"dev-master",
}

Step 2: Enable the bundle

Enable the bundle in the kernel:, (*2)

``` php <?php // app/AppKernel.php, (*3)

public function registerBundles() { $bundles = array( // ... new Astina\Bundle\SolvencyBundle\AstinaSolvencyBundle(), ); }, (*4)


### Step 3: Configuration Add the WSDL url and DeltaVista credentials to your config.yml: ```yaml # app/config.yml astina_solvency: provider: deltavista: wsdl_url: http://example.org/path/to.wsdl user: user password: 123 endpoint_url: ~ # only needs to be set if another then the default one should be used (e.g. for testing)

Caching

Per default, all requests are cached as the risk check provider usually charges per request. Because of that we don't use the Symfony cache dir but a separate one. You can set the cache lifetime and dir in the config:, (*5)

# app/config.yml

astina_solvency:
    cache:
        cache_dir: /my/cache/dir
        lifetime: ~ # null means "forever"

The Versions

27/12 2015

dev-master

9999999-dev http://astina.ch

Symfony2 bundle integrating solvency check providers

  Sources   Download

MIT

astina solvency deltavista

27/12 2015

dev-ffbm-869

dev-ffbm-869 http://astina.ch

Symfony2 bundle integrating solvency check providers

  Sources   Download

MIT

astina solvency deltavista

23/12 2015

1.1.0

1.1.0.0 http://astina.ch

Symfony2 bundle integrating solvency check providers

  Sources   Download

MIT

astina solvency deltavista

30/10 2013

1.0.2

1.0.2.0 http://astina.ch

Symfony2 bundle integrating solvency check providers

  Sources   Download

MIT

astina solvency deltavista

19/03 2013

1.0.1

1.0.1.0

  Sources   Download

26/02 2013

1.0.x-dev

1.0.9999999.9999999-dev

  Sources   Download

16/02 2013

1.0.0

1.0.0.0

  Sources   Download