diff --git a/README.md b/README.md new file mode 100644 index 0000000..d5c78f3 --- /dev/null +++ b/README.md @@ -0,0 +1,45 @@ +ClassFinder +=========== + +A lightweight utility to identify classes in a given namespace. This package is an improved implementation of an + [answer on Stack Overflow](https://stackoverflow.com/a/40229665/3000068) that provides additional features with less + configuration required. + +Requirements +------------ + + * Application is using Composer. + * Classes are compliant with PSR-4. + * PHP >= 5.3.0 + +Installing +---------- + +Installing is done by requiring it with Composer. + +``` +$ composer require haydenpierce/class-finder +``` + +No other installation methods are currently supported. + +Example +------- + +``` +