Browse Source

pull/4/head
Jamie York 12 years ago
parent
commit
6e7a31db8b
1 changed files with 7 additions and 1 deletions
  1. 7
    1
      awesome-php.md

+ 7
- 1
awesome-php.md View File

66
 * [Fetch](https://github.com/tedivm/Fetch) - An IMAP library.
66
 * [Fetch](https://github.com/tedivm/Fetch) - An IMAP library.
67
 * [Email Reply Parser](https://github.com/willdurand/EmailReplyParser) - An email reply parser library.
67
 * [Email Reply Parser](https://github.com/willdurand/EmailReplyParser) - An email reply parser library.
68
 
68
 
69
+## File
70
+
71
+* [Gaufrette](https://github.com/KnpLabs/Gaufrette) - A filesystem abstraction layer.
72
+* [Canal](https://github.com/dflydev/dflydev-canal) - A library to determine internet media types.
73
+* [Apache MIME Types](https://github.com/dflydev/dflydev-apache-mime-types) - A library that parses Apache MIME types and determines file types and extensions.
74
+* [Ferret](https://github.com/versionable/Ferret) - A MIME detection library.
75
+
69
 ## Dependency Injection
76
 ## Dependency Injection
70
 
77
 
71
 * [Pimple](http://pimple.sensiolabs.org/) - A tiny dependency injection container.
78
 * [Pimple](http://pimple.sensiolabs.org/) - A tiny dependency injection container.
252
 * [Spork](https://github.com/kriswallsmith/spork) - A process forking library.
259
 * [Spork](https://github.com/kriswallsmith/spork) - A process forking library.
253
 * [JSON Lint](https://github.com/Seldaek/jsonlint) - A JSON lint utility.
260
 * [JSON Lint](https://github.com/Seldaek/jsonlint) - A JSON lint utility.
254
 * [KnpMenu](https://github.com/KnpLabs/KnpMenu) - A menu library.
261
 * [KnpMenu](https://github.com/KnpLabs/KnpMenu) - A menu library.
255
-* [Gaufrette](https://github.com/KnpLabs/Gaufrette) - A filesystem abstraction layer.
256
 * [Pagerfanta](https://github.com/whiteoctober/Pagerfanta) - A pagination library.
262
 * [Pagerfanta](https://github.com/whiteoctober/Pagerfanta) - A pagination library.
257
 * [Ruler](https://github.com/bobthecow/Ruler) - A simple stateless production rules engine.
263
 * [Ruler](https://github.com/bobthecow/Ruler) - A simple stateless production rules engine.
258
 * [Serializer](https://github.com/schmittjoh/serializer) - A library for serialising and de-serialising data.
264
 * [Serializer](https://github.com/schmittjoh/serializer) - A library for serialising and de-serialising data.

Loading…
Cancel
Save