Download the PHP package alternatex/store without Composer
On this page you can find all versions of the php package alternatex/store. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download alternatex/store
More information about alternatex/store
Files in alternatex/store
Package store
Short Description Lightweight storage wrapper
License MIT
Homepage http://alternatex.github.io/store
Informations about the package store
Store
A lightweight datastore wrapper providing CRUD operations for arbitrary objects.
Index
- Quickstart
- Embedding
- Client API
- Store
- Configure
- Create
- Object
- Create
- Read
- Update
- Delete
- Summary
- Store
- Server API
- Repositories
- File Stores
- CSV
- JSON
- Serialized
- File Stores
- Documentation
- Roadmap
- License
Quickstart
Embedding
Require.js
HTML
Client API
Store
Configure
Defaults are configured as follows:
Note
configure()
alters the prototype object, hence modifications are propagated to instances on property level given that the respective instance properties have not been modified previously.
Create
Object
Create
Preset
Barebone
Read
List
Single
Update
Instance
Datastore
Delete
Instance
Datastore
Summary
Routes
...
Server API
Repositories
File Stores
Collections stored on a file basis.
Limitations
Built with prototyping in mind. Won't scale.
CSV
...
JSON
Supports embedding binary data base64 encoded.
Serialized
Stores data using PHPs serialize()
function. Supports embedding binary data base64 encoded.
Documentation
Roadmap
- Access Control
- Synchronization
- JSON Schema
- Generators
License
Released under two licenses: new BSD, and MIT. You may pick the license that best suits your development needs.
All versions of store with dependencies
michelf/php-markdown Version *
justinrainbow/json-schema Version ~1.3
jackalope/jackalope-jackrabbit Version 1.0.*@dev