jowy / silex-fractal-service-provider
Silex Fractal Service Provider
v1.0.1
2015-03-31 10:42 UTC
Requires
- league/fractal: 0.12.*
- pimple/pimple: ~3.0
This package is not auto-updated.
Last update: 2024-11-09 18:32:43 UTC
README
Provide fractal for manipulating complex REST API output
Usage
$app->register(new FractalServiceProvider());
You can access fractal manager via container
$manager = $app["fractal.manager"];
License
MIT, see LICENSE