apatis/array-storage

Array Storage Object

Installs: 573

Dependents: 2

Suggesters: 0

Security: 0

Stars: 2

Watchers: 0

Forks: 0

pkg:composer/apatis/array-storage

1.0.2 2017-05-13 07:45 UTC

This package is not auto-updated.

Last update: 2025-09-28 01:22:54 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