An open API service indexing awesome lists of open source software.

https://github.com/datto/core-enumerator

PHP class for enumeration of classes within a given namespace.
https://github.com/datto/core-enumerator

Last synced: 11 months ago
JSON representation

PHP class for enumeration of classes within a given namespace.

Awesome Lists containing this project

README

          

# Class enumerator

We couldn't find anything that did this out there so we wrote our own. This is a small library that permits enumeration of all classes in a given PHP namespace.

N.B., composer support is incomplete (limited to PSR-0 and PSR-4 projects).

## License

LGPL v2.1, see the file `COPYING`.