bangpound / pimple-data-collector
WebProfiler data collector for the Pimple container but really Silex
Installs: 57
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/bangpound/pimple-data-collector
Requires
- silex/web-profiler: ~1.0
This package is auto-updated.
Last update: 2025-10-12 06:02:17 UTC
README
To enable it, add this dependency to your composer.json
file:
"bangpound/pimple-data-collector": "~1.0"
And enable it in your application:
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:
$app->register(new Silex\Provider\WebProfilerServiceProvider());
Art credit
The Pimple logo is (c) 2010 Sensio Labs.