ronappleton/php-discover

Add package auto discovery to any php project.

Installs: 421

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 0

pkg:composer/ronappleton/php-discover

7.4.3 2021-10-12 20:03 UTC

This package is auto-updated.

Last update: 2025-10-15 07:09:24 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.