Skip to content

atphp/phpfns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Functions Build Status License

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