File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -3,4 +3,19 @@ PHP_CodeFormatter
33PHP_CodeFormatter has been started due to the fact that PHP_Beautifier is
44extremly ugly to extend for your own coding standard. Other solutions like
55PHP_CodeBeautifier are even more worse. That's why I intend to recreate a nice
6- code formatting tool which will make use of more modern PHP OOP.
6+ code formatting tool which will make use of more modern PHP OOP.
7+
8+ Planned Releases
9+ ----------------
10+ 1 . 0.1 Beta will have support for PEAR Coding Standard
11+ 2 . 0.2 Beta change to more OOP and write unit tests
12+ 3 . 0.3 beta will be a refactoring after analyzes with xhprof
13+
14+
15+ Version 1.0 will be released after beta phase
16+
17+ Release Blockers for 0.1 Beta
18+ -----------------------------
19+ - integrate nested array support
20+ - add Pirium PEAR channel on github
21+ - create PEAR package for PHP_CodeFormatter
You can’t perform that action at this time.
0 commit comments