nenad.dev/undertaker

PHP counterpart for the undertaker project.

v0.0.1 2020-07-15 22:01 UTC

This package is auto-updated.

Last update: 2024-09-16 07:45:48 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.