Browse Source

pull/4/head
Jamie York 12 years ago
parent
commit
923dc249bf
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      awesome-php.md

+ 2
- 0
awesome-php.md View File

281
 * [Urlify](https://github.com/jbroadway/urlify) - A PHP port of Django's URLify.js.
281
 * [Urlify](https://github.com/jbroadway/urlify) - A PHP port of Django's URLify.js.
282
 * [Text](https://github.com/kzykhys/Text) - A text manipulation library.
282
 * [Text](https://github.com/kzykhys/Text) - A text manipulation library.
283
 * [PHP Units of Measure](https://github.com/triplepoint/php-units-of-measure) - A library for converting between units of measure.
283
 * [PHP Units of Measure](https://github.com/triplepoint/php-units-of-measure) - A library for converting between units of measure.
284
+* [SQL Formatter](https://github.com/jdorn/sql-formatter/) - A library for formatting SQL statements. 
284
 
285
 
285
 ## Filtering and Validation
286
 ## Filtering and Validation
286
 
287
 
354
 * [Design Patterns PHP](https://github.com/domnikl/DesignPatternsPHP) - A repository of software patterns implemented in PHP.
355
 * [Design Patterns PHP](https://github.com/domnikl/DesignPatternsPHP) - A repository of software patterns implemented in PHP.
355
 * [PHPCR](https://github.com/phpcr/phpcr) - A PHP port of the Java Content Repository (JCR).
356
 * [PHPCR](https://github.com/phpcr/phpcr) - A PHP port of the Java Content Repository (JCR).
356
 * [Functional PHP](https://github.com/lstrojny/functional-php) - A functional programming library.
357
 * [Functional PHP](https://github.com/lstrojny/functional-php) - A functional programming library.
358
+* [ClassPreloader](https://github.com/mtdowling/ClassPreloader) - A library for optimising autoloading.
357
 
359
 
358
 ## Third Party APIs
360
 ## Third Party APIs
359
 
361
 

Loading…
Cancel
Save