An open API service indexing awesome lists of open source software.

https://github.com/krolow/buzzprovider

Buzz Provider for Silex and or Cilex
https://github.com/krolow/buzzprovider

Last synced: 2 months ago
JSON representation

Buzz Provider for Silex and or Cilex

Awesome Lists containing this project

README

        

Buzz Silex/Cilex Provider
==================

Dependency Injection provider for Buzz can be used in Silex and Cilex.

### How to use in Silex:

```php
register(new Cobaia\Buzz\Provider\Silex\BuzzServiceProvider());
$app['bus']->get('http://cobaia.net');
```

### How to use in Cilex:

```php
register(new Cobaia\Buzz\Provider\Cilex\BuzzServiceProvider());
$app['bus']->get('http://cobaia.net');
```