epwt/utils

EPWT Common used utils

1.0.0 2015-04-27 19:42 UTC

This package is auto-updated.

Last update: 2024-03-17 16:23:27 UTC


README

Includes:

  • Symfony Console command basic statistics time elapsed and memory usage (No configuration needed)
  • Symfony Console Output writeln with sprintf Trait Tutorial

Instalation

composer require epwt/utils dev-master

If you use Symfony include it in AppKernel.php

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