itkg / profiler
Itkg profiler library
Installs: 9 366
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
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: 2024-11-05 04:22:49 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" }