This Service Provider integrates the zenstruck/controller-util library into your Silex project. For usage, see its documentation.
Require this library with composer:
composer require zenstruck/controller-util-service-provider:~0.1
In your app, register this service provider:
$app->register(new \Zenstruck\ControllerUtil\Silex\ControllerUtilServiceProvider());