dev-master
9999999-dev https://github.com/20steps/wemonit-bundleService-oriented WeMonIt API for Symfony2 applications
LGPL-3.0+
The Requires
api soa sf2 accounting wemonit
Service-oriented WeMonIt API for Symfony2 applications
The 20steps WeMonIt Bundle provides a Service-oriented API for Symfony2 applications that need to interact with the WeMonIt monitoring service., (*1)
For further information about WeMonIt goto http://www.wemonit.de., (*2)
Require the bundle by adding the following entry to the respective section of your composer.json:, (*3)
"20steps/wemonit-bundle": "dev-master"
Get the bundle via packagist from GitHub by calling:, (*4)
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:, (*5)
new twentysteps\Bundle\WeMonItBundle\twentystepsWeMonItBundle()
Register services provided by the bundle by adding the following line to the imports section of your config.yml:, (*6)
- { resource: "@twentystepsWeMonItBundle/Resources/config/services.yml" }
Define the following properties in your parameters.yml:
* twentysteps_wemonit.url - URL of the WeMonIt API - normally should point to "https://wemonit.de/api/".
* twentysteps_wemonit.api_key - API key of your account at WeMonIt.
* twentysteps_wemonit.timeout - Timeout in seconds to apply on calls of the WeMonIt API - you should use 10.
* twentysteps_wemonit.connect_timeout - Connect timeout in seconds to apply on calls to the WeMonIt API - you should use 5.
* twentysteps_wemonit.cache_ttl - Cache TTL to apply on responses of the WeMonIt API - you should use 3600., (*7)
This version is not yet complete or usable., (*8)
Helmut Hoffer von Ankershoffen (hhva@20steps.de)., (*9)
Service-oriented WeMonIt API for Symfony2 applications
LGPL-3.0+
api soa sf2 accounting wemonit