Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/baraja-core/class-map-generator
Find all classes in specific directory.
https://github.com/baraja-core/class-map-generator
class class-finder find finder
Last synced: 9 days ago
JSON representation
Find all classes in specific directory.
- Host: GitHub
- URL: https://github.com/baraja-core/class-map-generator
- Owner: baraja-core
- License: mit
- Created: 2020-12-31T16:02:59.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-08T13:35:15.000Z (about 2 years ago)
- Last Synced: 2024-04-25T03:42:29.434Z (7 months ago)
- Topics: class, class-finder, find, finder
- Language: PHP
- Homepage: https://php.baraja.cz
- Size: 16.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
PHP class map generator
=======================![Integrity check](https://github.com/baraja-core/class-map-generator/workflows/Integrity%20check/badge.svg)
Find all classes in specific directory.
📦 Installation
---------------It's best to use [Composer](https://getcomposer.org) for installation, and you can also find the package on
[Packagist](https://packagist.org/packages/baraja-core/class-map-generator) and
[GitHub](https://github.com/baraja-core/class-map-generator).To install, simply use the command:
```shell
$ 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
----------```php
$map = \Baraja\ClassMapGenerator\ClassMapGenerator::createMap(__DIR__);
```📄 License
-----------`baraja-core/class-map-generator` is licensed under the MIT license. See the [LICENSE](https://github.com/baraja-core/template/blob/master/LICENSE) file for more details.