nnmer / utils-bundle
There is no license information available for the latest version (dev-master) of this package.
Symfony2(3) bundle contains different utilities
dev-master
2017-05-17 06:13 UTC
This package is not auto-updated.
Last update: 2024-11-09 19:08:43 UTC
README
UtilsBundle is a collection of small simple helper methods in different types: Strings, Date Time etc. Check files inside Lib folder
Install
To use this bundle require it:
composer require nnmer/utils-bundle
Or config via composer.json
{ "require": { "nnmer/utils-bundle": "dev-master" } }
Add to Kernel.php:
public function registerBundles() { $bundles = array( ... new Nnmer\UtilsBundle\NnmerUtilsBundle(), ...