浏览代码

pull/4/head
Jamie York 12 年前
父节点
当前提交
6e7a31db8b
共有 1 个文件被更改,包括 7 次插入1 次删除
  1. 7
    1
      awesome-php.md

+ 7
- 1
awesome-php.md 查看文件

@@ -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.

正在加载...
取消
保存