/ArrayStorage

Primary LanguagePHPMIT LicenseMIT

ArrayStorage

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