PHP client for EventStore 3.x HTTP API
Development started in April 2014. Not ready for production use. Things may break between versions.
API can currently:
- Read from streams
- Navigate streams
- Read events
- Write to streams
- Delete streams
New:
- Create projections
- Read projection
- Update projection
- Delete projection
- Commands:
- enable
- disable
- reset
- EventStore Client Bundle integrates this project in Symfony 2 and Symfony 3
See CONTRIBUTING file.
EventStore PHP Client is released under the MIT License. See the bundled LICENSE file for details.
If you are looking for the TCP implementation you may be interested in madkom/event-store-client
This project is not endorsed by Event Store LLP.