andytruong/phpfns

Useful PHP functions

Installs: 1 504

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

pkg:composer/andytruong/phpfns

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

This package is not auto-updated.

Last update: 2025-10-07 08:15:54 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