nnmer / utils-bundle
此包最新版本(dev-master)没有可用的许可信息。
Symfony2(3) 包含不同类型的工具
dev-master
2017-05-17 06:13 UTC
This package is not auto-updated.
Last update: 2024-09-14 18:26:08 UTC
README
UtilsBundle 是一组小型简单辅助方法,包括不同类型,如字符串、日期时间等。请查看 Lib 文件夹中的文件。
安装
要使用此包,请引入它
composer require nnmer/utils-bundle
或通过 composer.json 配置
{ "require": { "nnmer/utils-bundle": "dev-master" } }
添加到 Kernel.php
public function registerBundles() { $bundles = array( ... new Nnmer\UtilsBundle\NnmerUtilsBundle(), ...