madnh/modernizing-helpers

Modernizing helpers for legacy code

Maintainers

Package info

github.com/madnh/modernizing-helpers

pkg:composer/madnh/modernizing-helpers

Statistics

Installs: 18

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is not auto-updated.

Last update: 2026-03-29 11:38:54 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.