Skip to content

ApatisArchive/ArrayStorage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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