1.0.x-dev
1.0.9999999.9999999-devMinimalistic JSON document storage
MIT
The Requires
dev-master
9999999-devMinimalistic JSON document storage
MIT
The Requires
Minimalistic JSON document storage
Store JSON document with a simple API, can be useful to store forms or any unstructured data., (*1)
You must use the StoreService
as you central way to interact with the store. The internal storage currently use Doctrine only, but
the Storage implement will be pluggable in a futur release. In the service you can use the public methods:, (*2)
StoreService::add
to create a new DocumentStoreService::update
to update a new DocumentStoreService::remove
to remove a new DocumentStoreService::count
to count all Document by typeStoreService::paginate
to paginate over all Document by typeA Document
must have a label
, a type
and a JSON serializable payload., (*3)
During the life cycle of the Documents, the following signal are emitted:, (*4)
StoreService::documentAdded
StoreService::documentUpdated
StoreService::documentRemoved
Development sponsored by ttree ltd - neos solution provider., (*5)
We try our best to craft this package with a lots of love, we are open to sponsoring, support request, ... just contact us., (*6)
The MIT License (MIT). Please see LICENSE for more information., (*7)
Minimalistic JSON document storage
MIT
Minimalistic JSON document storage
MIT