madnh/modernizing-helpers

Modernizing helpers for legacy code

v1.0 2017-09-26 04:31 UTC

This package is not auto-updated.

Last update: 2024-04-28 02:16:32 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.