From 48c3f3b0a3bd32ba7f43c960734a87ef5707191b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Aub=C3=A9?= Date: Wed, 8 Jan 2014 10:19:11 -0500 Subject: [PATCH] Add the Symfony Finder component --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0a7718d..d186bf5 100644 --- a/README.md +++ b/README.md @@ -155,6 +155,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things. * [Gaufrette](https://github.com/KnpLabs/Gaufrette) - A filesystem abstraction layer. * [Flysystem](https://github.com/FrenkyNet/Flysystem) - Another filesystem abstraction layer. +* [Finder](https://github.com/symfony/Finder) - A library to find files and directories. * [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.