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.
- Host: GitHub
- URL: https://github.com/datto/core-enumerator
- Owner: datto
- License: lgpl-2.1
- Created: 2014-12-17T19:48:26.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-01-22T16:01:28.000Z (over 5 years ago)
- Last Synced: 2025-03-27T18:21:25.381Z (about 1 year ago)
- Language: PHP
- Size: 21.5 KB
- Stars: 0
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
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`.