2017 © Pedro PelĂĄez
 

symfony-bundle php-code-formatter-bundle

Provides a basic system to organize and execute php code formatters

image

trovit/php-code-formatter-bundle

Provides a basic system to organize and execute php code formatters

  • Monday, February 20, 2017
  • by poteirard
  • Repository
  • 8 Watchers
  • 0 Stars
  • 76 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 1 % Grown

The README.md

Php Code Formatter Bundle

Build Status, (*1)

Symfony bundle which provides a basic system to organize and execute php code formatters., (*2)

Installation

Step 1: Require bundle using composer

$ composer require trovit/php-formatter-bundle "^1.0"

Step 2: Enable the bundle

';
$this->get('trovit.php_code_formatter.managers.formatter_manager')->execute($code);

// This will return
/*<?php

        echo 'hola';
*/

List of available formatters

  • PhpCsFormatter (with default configuration): Wrapper of PHP CS Fixer by Fabien Potencier & Dariusz RumiƄski

Feel free to add more formatters and contribute by PR!, (*3)

The Versions

20/02 2017

dev-master

9999999-dev

Provides a basic system to organize and execute php code formatters

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar trovit

14/10 2016

v1.0.1

1.0.1.0

Provides a basic system to organize and execute php code formatters

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar trovit

05/10 2016

v1.0.0

1.0.0.0

Provides a basic system to organize and execute php code formatters

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar trovit