Explorar el Código

Alphabetize Files

pull/524/merge
Jose Diaz-Gonzalez hace 9 años
padre
commit
516603874d
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  1. 4
    4
      README.md

+ 4
- 4
README.md Ver fichero

@@ -223,15 +223,15 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
223 223
 ## Files
224 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 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 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 232
 * [Hoa Mime](https://github.com/hoaproject/Mime) - Another MIME detection library.
232 233
 * [Lurker](https://github.com/henrikbjorn/Lurker) - A resource tracking library.
233 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 236
 ## Streams
237 237
 *Libraries for working with streams.*

Loading…
Cancelar
Guardar