2017 © Pedro Peláez
 

neos-package jsonstore

Minimalistic JSON document storage

image

ttree/jsonstore

Minimalistic JSON document storage

  • Tuesday, December 19, 2017
  • by ttree
  • Repository
  • 2 Watchers
  • 1 Stars
  • 201 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 7 Versions
  • 6 % Grown

The README.md

Minimalistic JSON document storage

Store JSON document with a simple API, can be useful to store forms or any unstructured data., (*1)

How to use ?

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 Document
  • StoreService::update to update a new Document
  • StoreService::remove to remove a new Document
  • StoreService::count to count all Document by type
  • StoreService::paginate to paginate over all Document by type

A Document must have a label, a type and a JSON serializable payload., (*3)

Event

During the life cycle of the Documents, the following signal are emitted:, (*4)

  • StoreService::documentAdded
  • StoreService::documentUpdated
  • StoreService::documentRemoved

Acknowledgments

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)

License

The MIT License (MIT). Please see LICENSE for more information., (*7)

The Versions

19/12 2017

1.0.x-dev

1.0.9999999.9999999-dev

Minimalistic JSON document storage

  Sources   Download

MIT

The Requires

 

19/12 2017

1.0.2

1.0.2.0

Minimalistic JSON document storage

  Sources   Download

MIT

The Requires

 

07/12 2017

dev-master

9999999-dev

Minimalistic JSON document storage

  Sources   Download

MIT

The Requires

 

07/12 2017

2.0.1

2.0.1.0

Minimalistic JSON document storage

  Sources   Download

MIT

The Requires

 

23/11 2017

2.0.0

2.0.0.0

Minimalistic JSON document storage

  Sources   Download

MIT

The Requires

 

23/11 2017

1.0.1

1.0.1.0

Minimalistic JSON document storage

  Sources   Download

MIT

The Requires

 

23/11 2017

1.0.0

1.0.0.0

Minimalistic JSON document storage

  Sources   Download

MIT

The Requires