PHP class map generator
Find all classes in specific directory.
📦 Installation
It's best to use Composer for installation, and you can also find the package on Packagist and GitHub.
To install, simply use the command:
$ composer require baraja-core/class-map-generator
You can use the package manually by creating an instance of the internal classes, or register a DIC extension to link the services directly to the Nette Framework.
How to use
$map = \Baraja\ClassMapGenerator\ClassMapGenerator::createMap(__DIR__);
📄 License
baraja-core/class-map-generator
is licensed under the MIT license. See the LICENSE file for more details.