|
|
@@ -78,6 +78,7 @@ A list of amazingly awesome PHP libraries, resources and shiny things.
|
|
78
|
78
|
* [Ferret](https://github.com/versionable/Ferret) - A MIME detection library.
|
|
79
|
79
|
* [Lurker](https://github.com/henrikbjorn/Lurker) - A resource tracking library.
|
|
80
|
80
|
* [PHP File Locator](https://github.com/herrera-io/php-file-locator) - A library for locating files in large projects.
|
|
|
81
|
+* [PHP FFmpeg](https://github.com/alchemy-fr/PHP-FFmpeg/) - A wrapper for the [FFmpeg](http://www.ffmpeg.org/) video library.
|
|
81
|
82
|
|
|
82
|
83
|
## Streams
|
|
83
|
84
|
|
|
|
@@ -194,6 +195,7 @@ A list of amazingly awesome PHP libraries, resources and shiny things.
|
|
194
|
195
|
* [OmniPay](https://github.com/adrianmacneil/omnipay) - A framework agnostic multi-gateway payment processing library.
|
|
195
|
196
|
* [Payum](https://github.com/payum/payum) - A payment abstraction library.
|
|
196
|
197
|
* [Sylius](http://www.sylius.com/) - An open source ecommerce solution.
|
|
|
198
|
+* [Money](https://github.com/bussnet/money) - A PHP implementation of Fowler's money pattern.
|
|
197
|
199
|
|
|
198
|
200
|
## PDF
|
|
199
|
201
|
|
|
|
@@ -270,6 +272,7 @@ A list of amazingly awesome PHP libraries, resources and shiny things.
|
|
270
|
272
|
* [UUID](https://github.com/ramsey/uuid) - A library for generating UUIDs.
|
|
271
|
273
|
* [Slugify](https://github.com/cocur/slugify) - A library to convert strings to slugs.
|
|
272
|
274
|
* [Urlify](https://github.com/jbroadway/urlify) - A PHP port of Django's URLify.js.
|
|
|
275
|
+* [Text](https://github.com/kzykhys/Text) - A text manipulation library.
|
|
273
|
276
|
|
|
274
|
277
|
## Filtering and Validation
|
|
275
|
278
|
|