ronappleton/php-discover

Add package auto discovery to any php project.

7.4.3 2021-10-12 20:03 UTC

This package is auto-updated.

Last update: 2024-04-15 04:00:49 UTC


README

Add composer based package autoloading to any php project just as you would with Laravel.

Simply define what you want to be discovered and whenever composers autoload dump runs, Php Discover will cache the classes you want discovered for you to consume within your application.