Download the PHP package multihanded/overrider without Composer
On this page you can find all versions of the php package multihanded/overrider. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download multihanded/overrider
More information about multihanded/overrider
Files in multihanded/overrider
Download multihanded/overrider
More information about multihanded/overrider
Files in multihanded/overrider
Vendor multihanded
Package overrider
Short Description The CLI utility for overriding classes from vendor by namespace.
License MIT
Package overrider
Short Description The CLI utility for overriding classes from vendor by namespace.
License MIT
Please rate this library. Is it a good library?
Informations about the package overrider
The utility is designed for convenient redefinition of classes from the vendor by copying them to the overriden directory in the root of the project and adding them to the classmap, which ensures the priority of such classes over their originals in the autoloader. If the overriden directory does not exist, the utility will create it.
Usage:
php vendor/bin/overrider --namespace="Foo\Bar\Baz" [-r, --recursive]
--namespace Required, accepts the namespace of a class that must already be registered with the autoloader.
-r, --recursive Optional, generates directories for the overridden class in accordance with the PSR-0.
Make sure you are running the utility from the project root, the composer.json file is available, and the overridden class is already registered in the autoloader.
All versions of overrider with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
The package multihanded/overrider contains the following files
Loading the files please wait ....