Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aurimasniekis/epwt-utils

EPWT Common used utils
https://github.com/aurimasniekis/epwt-utils

Last synced: about 2 months ago
JSON representation

EPWT Common used utils

Awesome Lists containing this project

README

        

# EPWT Utils

### Includes:

* Symfony Console command basic statistics time elapsed and memory usage (No configuration needed)
* Symfony Console Output writeln with sprintf Trait [Tutorial](Resources/docs/output_formatted_trait.md)

### Instalation

composer require epwt/utils dev-master

If you use Symfony include it in `AppKernel.php`

$bundles[] = new EPWT\UtilsBundle\EPWTUtilsBundle();