|
|
@@ -281,6 +281,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
|
|
281
|
281
|
* [Urlify](https://github.com/jbroadway/urlify) - A PHP port of Django's URLify.js.
|
|
282
|
282
|
* [Text](https://github.com/kzykhys/Text) - A text manipulation library.
|
|
283
|
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
|
286
|
## Filtering and Validation
|
|
286
|
287
|
|
|
|
@@ -354,6 +355,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
|
|
354
|
355
|
* [Design Patterns PHP](https://github.com/domnikl/DesignPatternsPHP) - A repository of software patterns implemented in PHP.
|
|
355
|
356
|
* [PHPCR](https://github.com/phpcr/phpcr) - A PHP port of the Java Content Repository (JCR).
|
|
356
|
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
|
360
|
## Third Party APIs
|
|
359
|
361
|
|