Browse Source

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

+ 3
- 0
awesome-php.md View File

78
 * [Ferret](https://github.com/versionable/Ferret) - A MIME detection library.
78
 * [Ferret](https://github.com/versionable/Ferret) - A MIME detection library.
79
 * [Lurker](https://github.com/henrikbjorn/Lurker) - A resource tracking library.
79
 * [Lurker](https://github.com/henrikbjorn/Lurker) - A resource tracking library.
80
 * [PHP File Locator](https://github.com/herrera-io/php-file-locator) - A library for locating files in large projects.
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
 ## Streams
83
 ## Streams
83
 
84
 
194
 * [OmniPay](https://github.com/adrianmacneil/omnipay) - A framework agnostic multi-gateway payment processing library.
195
 * [OmniPay](https://github.com/adrianmacneil/omnipay) - A framework agnostic multi-gateway payment processing library.
195
 * [Payum](https://github.com/payum/payum) - A payment abstraction library.
196
 * [Payum](https://github.com/payum/payum) - A payment abstraction library.
196
 * [Sylius](http://www.sylius.com/) - An open source ecommerce solution.
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
 ## PDF
200
 ## PDF
199
 
201
 
270
 * [UUID](https://github.com/ramsey/uuid) - A library for generating UUIDs.
272
 * [UUID](https://github.com/ramsey/uuid) - A library for generating UUIDs.
271
 * [Slugify](https://github.com/cocur/slugify) - A library to convert strings to slugs.
273
 * [Slugify](https://github.com/cocur/slugify) - A library to convert strings to slugs.
272
 * [Urlify](https://github.com/jbroadway/urlify) - A PHP port of Django's URLify.js.
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
 ## Filtering and Validation
277
 ## Filtering and Validation
275
 
278
 

Loading…
Cancel
Save