indigophp/doctrine-annotation-autoload
Laravel-friendly autoloading for Doctrine annotations. Automatically registers annotation classes so you can use Doctrine-style annotations without manual loader setup, reducing boilerplate and avoiding common “annotation not found” errors in PHP projects.
doctrine/annotations with explicit autoloading or Symfony’s built-in support).doctrine/annotations is preferred.For Executives: "This package automates Doctrine annotation autoloading—a repetitive, error-prone task—saving our team [X] hours/month by eliminating manual configuration. While unmaintained, it’s a low-risk stopgap for legacy systems where Doctrine is already in use. The MIT license and Composer integration make it easy to adopt without vendor lock-in. We recommend evaluating it as part of our [Legacy Modernization/Dev Velocity] initiative."
For Engineering:
"This is a lightweight Composer plugin that auto-generates autoload rules for Doctrine annotations, cutting down on autoload-dev clutter. It’s ideal for projects stuck with Doctrine 2.x where manual @Annotation parsing is a pain. Caveats:
doctrine/annotations instead).For Developers:
"If you’re tired of manually configuring autoload-dev for Doctrine annotations, this package hooks into Composer to do it for you. Just add it to your composer.json and run composer dump-autoload. But:
How can I help you explore Laravel packages today?