From 8c1778f2273962b19f7eab78b273348cfeca4f8b Mon Sep 17 00:00:00 2001 From: Nazariy Gorpynyuk Date: Mon, 25 Aug 2014 16:47:14 +0300 Subject: [PATCH] Added Phred --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 30cab83..2db9004 100644 --- a/README.md +++ b/README.md @@ -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.*