2017 © Pedro Peláez
 

symfony-bundle assist-bundle

Provides some Helpers/Improvements for Symfony

image

eightpoints/assist-bundle

Provides some Helpers/Improvements for Symfony

  • Sunday, April 19, 2015
  • by floeH
  • Repository
  • 1 Watchers
  • 3 Stars
  • 29 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 4 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Symfony AssistBundle Latest Stable Version Total Downloads

knpbundles.com SensioLabsInsight, (*1)

Small Improvements/Helpers for Symfony., (*2)

Requirements

  • PHP 5.3.3 or above (at least 5.3.4 recommended to avoid potential bugs)

Installation

Using composer (Packagist):, (*3)

``` json { "require": { "eightpoints/assist-bundle": "dev-master" } }, (*4)



Usage ----- Load bundle in AppKernel.php: ``` php new EightPoints\Bundle\AssistBundle\AssistBundle()

Helpers

CommandTimestampOutput

To use a timestamp for each printed line on your command just inject the CommandTimestampOutput into your console application. app/console ``` php use EightPoints\Bundle\AssistBundle\Console\Output\ConsoleTimestampOutput;, (*5)

$output = new ConsoleTimestampOutput(); ... $application->run($input, $output);, (*6)


Example output:

[20:09:30 :: 0.002] Starting import... [20:09:31 :: 8.058] Finished import ```, (*7)

Authors

See also the list of [contributors][3] who participated in this project., (*8)

License

This bundle is licensed under the MIT License - see the LICENSE file for details, (*9)

The Versions

19/04 2015

dev-master

9999999-dev https://github.com/8p/AssistBundle

Provides some Helpers/Improvements for Symfony

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

command helper bundle symfony assistant assist

11/11 2013

v1.1.0

1.1.0.0 https://github.com/8p/AssistBundle

Provides some Helpers/Improvements for Symfony

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

command helper bundle symfony assistant assist

10/11 2013

v1.0.0

1.0.0.0 https://github.com/8p/AssistBundle

Provides some Helpers/Improvements for Symfony

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

command helper bundle symfony assistant assist