From c4697194af4be9d4b3541937475642a9eeb261d2 Mon Sep 17 00:00:00 2001 From: Jamie Date: Fri, 13 Dec 2013 18:46:34 -0700 Subject: [PATCH] Add Flysystem. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 90edd12..2c74016 100644 --- a/README.md +++ b/README.md @@ -148,6 +148,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things. *Libraries for file manipulation and MIME type detection.* * [Gaufrette](https://github.com/KnpLabs/Gaufrette) - A filesystem abstraction layer. +* [Flysystem](https://github.com/FrenkyNet/Flysystem) - Another filesystem abstraction layer. * [Canal](https://github.com/dflydev/dflydev-canal) - A library to determine internet media types. * [Apache MIME Types](https://github.com/dflydev/dflydev-apache-mime-types) - A library that parses Apache MIME types. * [Ferret](https://github.com/versionable/Ferret) - A MIME detection library.