yogarine / doctrine-annotation-autoload
Hooks into Composer autoload generation and adds Doctrine annotation autoloading
Installs: 181 904
Dependents: 9
Suggesters: 1
Security: 0
Stars: 0
Watchers: 1
Forks: 2
Open Issues: 0
Type:composer-plugin
Requires
- php: >=5.3.2
- composer-plugin-api: ^1.0 || ^2.0
- doctrine/annotations: *
Requires (Dev)
- composer/composer: ^1.0 || ^2.0
This package is auto-updated.
Last update: 2024-10-29 05:47:48 UTC
README
Hooks into Composer autoload generation and adds Doctrine annotation autoloading.
Install
Via Composer
$ composer require yogarine/doctrine-annotation-autoload
Usage
Install this package when you need to autoload annotations.
After installation, dump the autoload file:
$ composer dump-autoload
Security
If you discover any security related issues, please submit an issue here:
https://github.com/Yogarine/doctrine-annotation-autoload/issues
Credits
License
The MIT License (MIT). Please see License File for more information.