20steps/collmex-bundle
Symfony2 bundle exposing Collmex accounting as a configurable service. Configure URL/account/login/password, inject or fetch the service, and call methods like getCustomerCount(). Early, incomplete implementation with plans for full CRUD, caching, and KPIs.
The 20steps Collmex Bundle provides a Service-oriented API for Symfony2 applications that need to interact with the Collmex accounting service.
For further information about Collmex goto http://www.collmex.de.
Require the bundle by adding the following entry to the respective section of your composer.json:
"20steps/collmex-bundle": "dev-master"
Get the bundle via packagist from GitHub by calling:
php composer.phar update 20steps/collmex-bundle
Register the bundle in your application by adding the following line to the registerBundles() method of your AppKernel.php:
new twentysteps\Bundle\CollmexBundle\twentystepsCollmexBundle()
Register services provided by the bundle by adding the following line to the imports section of your config.yml:
- { resource: "@twentystepsCollmexBundle/Resources/config/services.yml" }
Define the following properties in your parameters.yml:
This version is not yet complete or usable.
Helmut Hoffer von Ankershoffen (hhva@20steps.de).
How can I help you explore Laravel packages today?