apatis / array-storage
Array Storage Object
1.0.2
2017-05-13 07:45 UTC
Requires
- php: >=5.6
Requires (Dev)
This package is not auto-updated.
Last update: 2026-03-15 03:56:39 UTC
README
Data collection stored in object array properties.
Cache the data when code executed and stored into Array Collection to make sure easy to stored & serve data.
Installing
Via Terminal
composer require apatis/array-storage
composer.json
{
"require" : {
"apatis/array-storage": "^1"
}
}
Requirements
- php
>= 5.6