20steps/placetel-bundle
Symfony2 bundle exposing Placetel monitoring as a configurable service. Supports API access with adjustable timeouts, response caching to avoid rate limits, and some derived KPIs. Early/incomplete implementation; docs and full API coverage pending.
The 20steps Placetel Bundle provides a Service-oriented API for Symfony2 applications that need to interact with the Placetel monitoring service.
For further information about Placetel goto http://www.placetel.de.
Require the bundle by adding the following entry to the respective section of your composer.json:
"20steps/placetel-bundle": "dev-master"
Get the bundle via packagist from GitHub by calling:
php composer.phar update 20steps/placetel-bundle
Register the bundle in your application by adding the following line to the registerBundles() method of your AppKernel.php:
new twentysteps\Bundle\PlacetelBundle\twentystepsPlacetelBundle()
Register services provided by the bundle by adding the following line to the imports section of your config.yml:
- { resource: "@twentystepsPlacetelBundle/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?