PHP: Register Helpers
Read the Guidelines for Helpers.
Helpers can be specified in the composer.json by adding a the path of the helper file to the autoload.files array:
"autoload": { ... "files": [ "app/helpers.php" ] },