Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 265 Bytes

File metadata and controls

21 lines (16 loc) · 265 Bytes

DataConfig

PMMP 4.0

Save yaml or json files asynchronously

How to use

get data or create data

Data::call(string $path, $type);

save data

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

$type

Data::YAML or Data::JSON