epwt / utils
EPWT Common used utils
Installs: 594
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.4
Requires (Dev)
- codeclimate/php-test-reporter: dev-master
- phpunit/phpunit: ~4.6
Suggests
- ext-igbinary: Faster and smaller serializer for SerializerTrait
This package is auto-updated.
Last update: 2024-10-17 17:45:41 UTC
README
Includes:
- Symfony Console command basic statistics time elapsed and memory usage (No configuration needed)
- Symfony Console Output writeln with sprintf Trait Tutorial
Instalation
composer require epwt/utils dev-master
If you use Symfony include it in AppKernel.php
$bundles[] = new EPWT\UtilsBundle\EPWTUtilsBundle();