madnh / modernizing-helpers
Modernizing helpers for legacy code
v1.0
2017-09-26 04:31 UTC
Requires (Dev)
- phpunit/phpunit: ^4.8
This package is not auto-updated.
Last update: 2024-11-24 05:24:03 UTC
README
PHP helper functions for legacy code. Forked from Laravel helpers.
Usage
Require helpers.php
file directly or install this package via composer.
Note for PHP < 5.3
From 5.3, PHP support namespace. If your code is running on php version older than 5.3, remember to replace \Classname
to Classname
only.