jowy/silex-fractal-service-provider

Silex Fractal Service Provider

v1.0.1 2015-03-31 10:42 UTC

This package is not auto-updated.

Last update: 2024-04-13 15:11:54 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