cobaia / buzz-provider
Dependecy Injection provider for Buzz to use in Silex or Cilex
dev-master
2012-09-16 19:25 UTC
Requires
- php: >=5.3.0
- kriswallsmith/buzz: >=0.7
This package is not auto-updated.
Last update: 2024-11-09 14:40:50 UTC
README
Dependency Injection provider for Buzz can be used in Silex and Cilex.
How to use in Silex:
<?php $app->register(new Cobaia\Buzz\Provider\Silex\BuzzServiceProvider()); $app['bus']->get('http://cobaia.net');
How to use in Cilex:
<?php $app->register(new Cobaia\Buzz\Provider\Cilex\BuzzServiceProvider()); $app['bus']->get('http://cobaia.net');