|
|
|
|
|
|
223
|
## Files
|
223
|
## Files
|
|
224
|
*Libraries for file manipulation and MIME type detection.*
|
224
|
*Libraries for file manipulation and MIME type detection.*
|
|
225
|
|
225
|
|
|
226
|
-* [Gaufrette](https://github.com/KnpLabs/Gaufrette) - A filesystem abstraction layer.
|
|
|
|
227
|
-* [Flysystem](https://github.com/thephpleague/Flysystem) - Another filesystem abstraction layer.
|
|
|
|
228
|
-* [Canal](https://github.com/dflydev/dflydev-canal) - A library to determine internet media types.
|
|
|
|
229
|
* [Apache MIME Types](https://github.com/dflydev/dflydev-apache-mime-types) - A library that parses Apache MIME types.
|
226
|
* [Apache MIME Types](https://github.com/dflydev/dflydev-apache-mime-types) - A library that parses Apache MIME types.
|
|
|
|
227
|
+* [Canal](https://github.com/dflydev/dflydev-canal) - A library to determine internet media types.
|
|
|
|
228
|
+* [CSV](https://github.com/thephpleague/csv) - A CSV data manipulation library.
|
|
230
|
* [Ferret](https://github.com/versionable/Ferret) - A MIME detection library.
|
229
|
* [Ferret](https://github.com/versionable/Ferret) - A MIME detection library.
|
|
|
|
230
|
+* [Flysystem](https://github.com/thephpleague/Flysystem) - Another filesystem abstraction layer.
|
|
|
|
231
|
+* [Gaufrette](https://github.com/KnpLabs/Gaufrette) - A filesystem abstraction layer.
|
|
231
|
* [Hoa Mime](https://github.com/hoaproject/Mime) - Another MIME detection library.
|
232
|
* [Hoa Mime](https://github.com/hoaproject/Mime) - Another MIME detection library.
|
|
232
|
* [Lurker](https://github.com/henrikbjorn/Lurker) - A resource tracking library.
|
233
|
* [Lurker](https://github.com/henrikbjorn/Lurker) - A resource tracking library.
|
|
233
|
* [PHP FFmpeg](https://github.com/PHP-FFmpeg/PHP-FFmpeg/) - A wrapper for the [FFmpeg](http://www.ffmpeg.org/) video library.
|
234
|
* [PHP FFmpeg](https://github.com/PHP-FFmpeg/PHP-FFmpeg/) - A wrapper for the [FFmpeg](http://www.ffmpeg.org/) video library.
|
|
234
|
-* [CSV](https://github.com/thephpleague/csv) - A CSV data manipulation library.
|
|
|
|
235
|
|
235
|
|
|
236
|
## Streams
|
236
|
## Streams
|
|
237
|
*Libraries for working with streams.*
|
237
|
*Libraries for working with streams.*
|