epwt / utils
EPWT 常用工具
1.0.0
2015-04-27 19:42 UTC
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-09-17 17:30:47 UTC
README
包含
- Symfony 控制台命令基本统计时间消耗和内存使用(无需配置)
- Symfony 控制台输出 writeln 使用 sprintf 特性 教程
安装
composer require epwt/utils dev-master
如果你使用 Symfony,请在 AppKernel.php
中包含它
$bundles[] = new EPWT\UtilsBundle\EPWTUtilsBundle();