Added Phred

This commit is contained in:
Nazariy Gorpynyuk 2014-08-25 16:47:14 +03:00
parent a36b5a38ec
commit 8c1778f227

View File

@ -9,6 +9,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
- [Framework Components](#framework-components)
- [Micro Frameworks](#micro-frameworks)
- [Micro Framework Extras](#micro-framework-extras)
- [Object-oriented PHP](#object-oriented-php)
- [Templating](#templating)
- [Static Site Generators](#static-site-generators)
- [HTTP](#http)
@ -125,6 +126,10 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
* [Slim View](https://github.com/codeguy/Slim-Views) - A collection of custom views for Slim.
* [Slim Middleware](https://github.com/codeguy/Slim-Middleware) - A collection of custom middleware for Slim.
## Object-oriented PHP
* [Phred](https://github.com/nazariyg/Phred) - An extension that transforms PHP into a consistent, fully object-oriented coding standard with Unicode support.
## Templating
*Libraries and tools for templating and lexing.*