atphp/phpfns

Useful PHP functions

Installs: 130

Dependents: 2

Suggesters: 4

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 1

pkg:composer/atphp/phpfns

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

This package is auto-updated.

Last update: 2025-09-12 21:57:37 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