andytruong/phpfns

Useful PHP functions

v0.1.3 2014-09-20 19:08 UTC

This package is not auto-updated.

Last update: 2024-04-23 00:58:31 UTC


README

Super simple library, provide common reused PHP functions.

Install

composer require atphp/phpfns:~0.1.0

To have legacy supporting for yaml_parse() and yaml_emit() functions, we need include atphp/yaml library:

composer require atphp/yaml:~0.1.0