Download the PHP package irfantoor/datastore without Composer
On this page you can find all versions of the php package irfantoor/datastore. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download irfantoor/datastore
More information about irfantoor/datastore
Files in irfantoor/datastore
Download irfantoor/datastore
More information about irfantoor/datastore
Files in irfantoor/datastore
Please rate this library. Is it a good library?
Informations about the package datastore
Datastore
Storage of an key, value pair to a filesystem
Quick Start
Incstallation or inclusion in your project:
Creating the Datastore:
has($id)
Verify if the store has an entity with the requested id. returns true or false
set($id, $value, $meta = [])
Sets the value of an id:
Any other information regarding can be stored using the 3rd argument $meta.
info($id)
You can use the function info
to retrive the information of an entity:
get($id)
Returns the value associated to an id:
remove($id)
Removes an entity assosiated to the provided id:
addFile($key, $file, $meta = [])
You can add a file to the datastore, using this function.
All versions of datastore with dependencies
PHP Build Version
Package Version
The package irfantoor/datastore contains the following files
Loading the files please wait ....