From bfea4d347c4722b64fe657cde4e861787e274d24 Mon Sep 17 00:00:00 2001 From: Jamie York Date: Thu, 8 Aug 2013 11:03:53 -0700 Subject: [PATCH] --- awesome-php.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/awesome-php.md b/awesome-php.md index 4cca478..cddb14e 100644 --- a/awesome-php.md +++ b/awesome-php.md @@ -78,6 +78,7 @@ A list of amazingly awesome PHP libraries, resources and shiny things. * [Ferret](https://github.com/versionable/Ferret) - A MIME detection library. * [Lurker](https://github.com/henrikbjorn/Lurker) - A resource tracking library. * [PHP File Locator](https://github.com/herrera-io/php-file-locator) - A library for locating files in large projects. +* [PHP FFmpeg](https://github.com/alchemy-fr/PHP-FFmpeg/) - A wrapper for the [FFmpeg](http://www.ffmpeg.org/) video library. ## Streams @@ -194,6 +195,7 @@ A list of amazingly awesome PHP libraries, resources and shiny things. * [OmniPay](https://github.com/adrianmacneil/omnipay) - A framework agnostic multi-gateway payment processing library. * [Payum](https://github.com/payum/payum) - A payment abstraction library. * [Sylius](http://www.sylius.com/) - An open source ecommerce solution. +* [Money](https://github.com/bussnet/money) - A PHP implementation of Fowler's money pattern. ## PDF @@ -270,6 +272,7 @@ A list of amazingly awesome PHP libraries, resources and shiny things. * [UUID](https://github.com/ramsey/uuid) - A library for generating UUIDs. * [Slugify](https://github.com/cocur/slugify) - A library to convert strings to slugs. * [Urlify](https://github.com/jbroadway/urlify) - A PHP port of Django's URLify.js. +* [Text](https://github.com/kzykhys/Text) - A text manipulation library. ## Filtering and Validation