|
|
@@ -66,6 +66,13 @@ A list of amazingly awesome PHP libraries, resources and shiny things.
|
|
66
|
66
|
* [Fetch](https://github.com/tedivm/Fetch) - An IMAP library.
|
|
67
|
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
|
76
|
## Dependency Injection
|
|
70
|
77
|
|
|
71
|
78
|
* [Pimple](http://pimple.sensiolabs.org/) - A tiny dependency injection container.
|
|
|
@@ -252,7 +259,6 @@ A list of amazingly awesome PHP libraries, resources and shiny things.
|
|
252
|
259
|
* [Spork](https://github.com/kriswallsmith/spork) - A process forking library.
|
|
253
|
260
|
* [JSON Lint](https://github.com/Seldaek/jsonlint) - A JSON lint utility.
|
|
254
|
261
|
* [KnpMenu](https://github.com/KnpLabs/KnpMenu) - A menu library.
|
|
255
|
|
-* [Gaufrette](https://github.com/KnpLabs/Gaufrette) - A filesystem abstraction layer.
|
|
256
|
262
|
* [Pagerfanta](https://github.com/whiteoctober/Pagerfanta) - A pagination library.
|
|
257
|
263
|
* [Ruler](https://github.com/bobthecow/Ruler) - A simple stateless production rules engine.
|
|
258
|
264
|
* [Serializer](https://github.com/schmittjoh/serializer) - A library for serialising and de-serialising data.
|