Download the PHP package league/construct-finder without Composer
On this page you can find all versions of the php package league/construct-finder. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download league/construct-finder
More information about league/construct-finder
Files in league/construct-finder
Download league/construct-finder
More information about league/construct-finder
Files in league/construct-finder
Vendor league
Package construct-finder
Short Description Finds classes, interfaces, traits, and enums.
License MIT
Package construct-finder
Short Description Finds classes, interfaces, traits, and enums.
License MIT
Please rate this library. Is it a good library?
Informations about the package construct-finder
Construct Finder
This library helps you locate classes, interfaces, traits, and enums in PHP code. The construct finder locates all code constructs located in a directory.
Installation
Usage
Finding constructs
You can find all constructs or use a type specific finder.
Using a construct
Constructs are simple value objects that expose the name and the type.
Finding in multiple directories
Provide multiple directories to search from in one go.
Excluding files based on exclude patterns
All patterns are match in full. You can use a wildcard (*
) for fuzzy matching.
All versions of construct-finder with dependencies
PHP Build Version
Package Version
Requires
php Version
~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~7.4.0
The package league/construct-finder contains the following files
Loading the files please wait ....