dev-develop
dev-developWebProfiler data collector for the Pimple container but really Silex
MIT
The Requires
dev-master
9999999-devWebProfiler data collector for the Pimple container but really Silex
MIT
The Requires
WebProfiler data collector for the Pimple container but really Silex
To enable it, add this dependency to your composer.json
file:, (*1)
"bangpound/pimple-data-collector": "~1.0"
And enable it in your application:, (*2)
use Bangpound\Silex\Provider; $app->register(new Provider\PimpleDataCollectorProvider(), array( ));
The provider depends on WebProfilerServiceProvider
, so you also need to
enable it if that's not already the case:, (*3)
$app->register(new Silex\Provider\WebProfilerServiceProvider());
, (*4)
The Pimple logo is (c) 2010 Sensio Labs., (*5)
WebProfiler data collector for the Pimple container but really Silex
MIT
WebProfiler data collector for the Pimple container but really Silex
MIT