Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aurimasniekis/epwt-utils
- Owner: aurimasniekis
- License: mit
- Created: 2015-04-12T10:31:31.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-27T23:01:18.000Z (over 9 years ago)
- Last Synced: 2024-07-25T07:25:54.984Z (6 months ago)
- Language: PHP
- Size: 164 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
### Instalationcomposer require epwt/utils dev-master
If you use Symfony include it in `AppKernel.php`$bundles[] = new EPWT\UtilsBundle\EPWTUtilsBundle();