Download the PHP package koriym/psr4list without Composer
On this page you can find all versions of the php package koriym/psr4list. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package psr4list
Koriym.Psr4List
Koriym\Psr4List
is a simple library for retrieving a list of all classes and files corresponding to a specified namespace prefix and directory, based on the PSR-4 autoloading standard.
Installation
You can install the library via Composer:
Usage
Here’s a basic example of how to use Koriym\Psr4List
:
Example Output
Features
- PSR-4 Compliant: Works based on the PSR-4 autoloading standard.
- Simple and Lightweight: Minimal dependencies, easy to integrate into any project.
- Flexible: Perfect for enumerating classes within a specific namespace.
Use Cases
- Enumerate all classes under a specific namespace in your project.
- Verify the correspondence between classes and their files.
- Use as part of refactoring or code analysis tools.
License
This library is licensed under the MIT License.
All versions of psr4list with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
The package koriym/psr4list contains the following files
Loading the files please wait ....