Download the PHP package prooph/event-store-flywheel-adapter without Composer
On this page you can find all versions of the php package prooph/event-store-flywheel-adapter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download prooph/event-store-flywheel-adapter
More information about prooph/event-store-flywheel-adapter
Files in prooph/event-store-flywheel-adapter
Package event-store-flywheel-adapter
Short Description Flywheel Adapter for ProophEventStore
License BSD-3-Clause
Homepage http://getprooph.org/
Informations about the package event-store-flywheel-adapter
Flywheel Adapter for ProophEventStore
Use Prooph Event Store with Flywheel.
Overview
Flywheel is a serverless document database which only uses flat files on your local filesystem to store the data. All the events will be stored and loaded from a choosen directory. This is well suited when you bootstrap an application and you don't need a real database server right away. It can also be a good candidate for writing functionnal tests.
But of course you must not run it in production since it is not designed to handle a huge amount of events and doesn't manage transactions.
Installation
You can install this package via Composer:
Usage
See the quickstart example.
It creates some events and store them in JSON files in the quickstart/event_store
directory.
Here is an example of a created JSON file:
Support
- File issues at https://github.com/prooph/event-store-flywheel-adapter/issues.
- Say hello in the prooph gitter chat.
Contribute
Please feel free to fork, extend existing and send a pull request with your changes!
To establish a consistent code quality, please provide unit tests for all your changes.
You are also encouraged to use the composer lint
command to validate the coding standards.
License
Released under the New BSD License.
All versions of event-store-flywheel-adapter with dependencies
jamesmoss/flywheel Version ^0.4.2
prooph/common Version ^3.5
prooph/event-store Version ^6.0