From 923dc249bf190517c6373765f796631fe7d8e099 Mon Sep 17 00:00:00 2001 From: Jamie York Date: Wed, 9 Oct 2013 13:21:44 -0700 Subject: [PATCH] --- awesome-php.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/awesome-php.md b/awesome-php.md index 1a8288f..9f8ec5c 100644 --- a/awesome-php.md +++ b/awesome-php.md @@ -281,6 +281,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things. * [Urlify](https://github.com/jbroadway/urlify) - A PHP port of Django's URLify.js. * [Text](https://github.com/kzykhys/Text) - A text manipulation library. * [PHP Units of Measure](https://github.com/triplepoint/php-units-of-measure) - A library for converting between units of measure. +* [SQL Formatter](https://github.com/jdorn/sql-formatter/) - A library for formatting SQL statements. ## Filtering and Validation @@ -354,6 +355,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things. * [Design Patterns PHP](https://github.com/domnikl/DesignPatternsPHP) - A repository of software patterns implemented in PHP. * [PHPCR](https://github.com/phpcr/phpcr) - A PHP port of the Java Content Repository (JCR). * [Functional PHP](https://github.com/lstrojny/functional-php) - A functional programming library. +* [ClassPreloader](https://github.com/mtdowling/ClassPreloader) - A library for optimising autoloading. ## Third Party APIs