atphp/phpfns

Useful PHP functions

Maintainers

Package info

github.com/atphp/phpfns

pkg:composer/atphp/phpfns

Statistics

Installs: 130

Dependents: 2

Suggesters: 4

Stars: 0

Open Issues: 1

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

This package is auto-updated.

Last update: 2026-03-12 22:57:50 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