Skip to content

ThePMDuo/DataConfig

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DataConfig

PMMP 4.0

Save yaml or json files asynchronously

How to use

get data or create data

Data::call(string $fileName, $type, array $default);

save data

Data::save(string $fileName, array $data, $type);

$type

Data::YAML or Data::JSON

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%