Skip to content

PittacusW/formatter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Formatter

A library for formatting php code.

Features

  • K&R style
  • New lines
  • Indentation (on curly braces only)
  • Equals align
  • Array nested

Getting started

Installation

Via composer:

composer require contal/formatter

From Code

This simple code snippet is all you need:

use Contal\Formatter;

$clean = Formatter::format($uglyCode);

About

A library for formatting php code

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages