aheissenberger/wordpress-message-repository

Wordpress Message Repository for EventSauce

0.2.0 2020-10-22 21:09 UTC

This package is auto-updated.

Last update: 2024-04-23 05:09:41 UTC


README

based on https://github.com/EventSaucePHP/DoctrineMessageRepository for EventSauce. A pragmatic event sourcing library for PHP with a focus on developer experience.

install

composer require eventsauce/wordpress-message-repository

local development

if you user Visual Studio Code the .devcontainer will setup the enviroment automatically.

Tests

vendor/bin/phpunit --coverage-text tests/WordpressIntegrationTestCase.php

debugging tests

run this on the command line and all further calls of test will stop in the open xdebugger. export XDEBUG_CONFIG="idekey=123"

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details