apatis/array-storage

Array Storage Object

1.0.2 2017-05-13 07:45 UTC

This package is not auto-updated.

Last update: 2024-04-27 17:53:36 UTC


README

Build Status

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

License

MIT License