nenad.dev / undertaker
PHP counterpart for the undertaker project.
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/nenad.dev/undertaker
Requires (Dev)
- phpunit/phpunit: ^8.5
This package is auto-updated.
Last update: 2025-12-16 10:40:02 UTC
README
This repository hosts the PHP counterpart of the undertaker.
What is this?
This package provides a way of pre-loading all PHP files in a given directory. This, combined with the undertaker extension will show you which functions/methods are not used in your application as it runs.
How safe it is?
Not at all. If your PHP files have side effects when loaded with require_once, I have some bad
news for you.
Example
Look at the preloader.php file in the root directory of the package for example.