The 20steps WeMonIt Bundle provides a Service-oriented API for Symfony2 applications that need to interact with the WeMonIt monitoring service.
For further information about WeMonIt goto http://www.wemonit.de.
Require the bundle by adding the following entry to the respective section of your composer.json:
"20steps/wemonit-bundle": "dev-master"
Get the bundle via packagist from GitHub by calling:
php composer.phar update 20steps/wemonit-bundle
Register the bundle in your application by adding the following line to the registerBundles() method of your AppKernel.php:
new twentysteps\Bundle\WeMonItBundle\twentystepsWeMonItBundle()
Register services provided by the bundle by adding the following line to the imports section of your config.yml:
- { resource: "@twentystepsWeMonItBundle/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?