epwt/utils

EPWT Common used utils

Installs: 599

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:symfony-bundle

pkg:composer/epwt/utils

1.0.0 2015-04-27 19:42 UTC

This package is auto-updated.

Last update: 2025-09-17 19:36:50 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();