itkg / profiler
Itkg profiler library
dev-master
2015-01-06 21:11 UTC
Requires
- php: >=5.3.3
- itkg/core: ~1
- symfony/http-foundation: ~2
- symfony/http-kernel: ~2
Requires (Dev)
- phpunit/phpunit: 3.7.*
This package is not auto-updated.
Last update: 2026-03-10 11:17:54 UTC
README
Installation
Installation by Composer
If you use composer, add itkg/profiler as a dependency to the composer.json of your application
"require": { ... "itkg/profiler": "dev-master" ... },
To install assets in your web directory with composer, you can add this lines :
"extra": { "itkg_profiler_asset_dir": "path/to/your/web/directory" }, "scripts": { "post-update-cmd": "Itkg\\Profiler\\Composer\\Installer::copyAssets", "post-install-cmd": "Itkg\\Profiler\\Composer\\Installer::copyAssets" }