PHPackages                             astina/solvency-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. astina/solvency-bundle

AbandonedArchivedSymfony-bundle[API Development](/categories/api)

astina/solvency-bundle
======================

Symfony2 bundle integrating solvency check providers

1.1.0(10y ago)01.8kMITPHP

Since Feb 16Pushed 10y ago5 watchersCompare

[ Source](https://github.com/astina/AstinaSolvencyBundle)[ Packagist](https://packagist.org/packages/astina/solvency-bundle)[ Docs](http://astina.ch)[ RSS](/packages/astina-solvency-bundle/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (7)Used By (0)

Astina Solvency Bundle
======================

[](#astina-solvency-bundle)

Integration bundle for risk checking services. The only implemented provider at the moment is DeltaVista.

Install
-------

[](#install)

### Step 1: Add to composer.json

[](#step-1-add-to-composerjson)

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

```

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

Enable the bundle in the kernel:

```
