friendsofouro / geteventstore
EventStore client for PHP - metapackage
v0.1.0
2016-08-17 19:07 UTC
Requires
- php: >=5.5.0
- dbellettini/eventstore-client: ~0.8
- doctrine/cache: ~1.4
- guzzlehttp/guzzle: ~6.0
- kevinrob/guzzle-cache-middleware: ^0.7.1
Requires (Dev)
- friendsofphp/php-cs-fixer: ^1.11
- phpunit/phpunit: ~4.0
This package is not auto-updated.
Last update: 2024-10-30 21:06:27 UTC
README
PHP client for EventStore 3.x HTTP API
This is the metapackage, to see the actual code https://github.com/FriendsOfOuro/geteventstore-php-core
Roadmap
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
Integrations
- EventStore Client Bundle integrates this project in Symfony 2
- Broadway Integration
Documentation
See our wiki
Contributing
See CONTRIBUTING file.
License
EventStore PHP Client is released under the MIT License. See the bundled LICENSE file for details.
See also
If you are looking for the TCP implementation you may be interested in madkom/event-store-client
Disclaimer
This project is not endorsed by Event Store LLP.