symfony-bundle php-code-formatter-bundle
Provides a basic system to organize and execute php code formatters
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
, (*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';
*/
-
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)
dev-master
9999999-dev
Provides a basic system to organize and execute php code formatters
Sources
Download
MIT
The Requires
The Development Requires
by
trovit
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
trovit
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
trovit