2017 © Pedro Peláez
 

library php-makeup

PHP tool to increase the readabiliy of your code

image

matks/php-makeup

PHP tool to increase the readabiliy of your code

  • Wednesday, May 4, 2016
  • by matks
  • Repository
  • 2 Watchers
  • 1 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

PHPMakeUp

Latest Stable Version Build Status Scrutinizer Code Quality Code Coverage License, (*1)

PHP Tool that parses php files and applies some esthetic design rules to increase the readability of your code. It aims to cover additional features not implemented in PHP-CS-Fixer., (*2)

Features

  • variables assignment alignment
  • use statements ordering

Installation

Install the dependencies with composer, (*3)

composer install

Tests

Install the dev dependencies with composer, (*4)

composer install --dev

Run the unit tests suite with atoum binary., (*5)

vendor/bin/atoum -bf vendor/autoload.php -d tests/Units/

Usage

Run the following command:, (*6)

$ bash php-makeup <folder>

Incoming features:

  • phpDoc consistency

The Versions

04/05 2016

dev-master

9999999-dev https://github.com/matks/PHPMakeUp

PHP tool to increase the readabiliy of your code

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Mathieu Ferment

php code cleaner

08/12 2014

v1.0

1.0.0.0 https://github.com/matks/PHPMakeUp

PHP tool to increase the readabiliy of your code

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Mathieu Ferment

php code cleaner