An open API service indexing awesome lists of open source software.

https://github.com/clivern/events

ES tryout with Symfony 5
https://github.com/clivern/events

Last synced: 26 days ago
JSON representation

ES tryout with Symfony 5

Awesome Lists containing this project

README

          


Logo

Events


Event Sourcing tryout with Symfony 5







## Documentation

### Installation:

To install the application:

```zsh
$ git clone https://github.com/Clivern/Events.git
$ cd Events
$ composer install
$ php bin/console doctrine:schema:update --force
$ symfony serve
```

## Versioning

For transparency into our release cycle and in striving to maintain backward compatibility, Events is maintained under the [Semantic Versioning guidelines](https://semver.org/) and release process is predictable and business-friendly.

See the [Releases section of our GitHub project](https://github.com/clivern/events/releases) for changelogs for each release version of Events. It contains summaries of the most noteworthy changes made in each release.

## Bug tracker

If you have any suggestions, bug reports, or annoyances please report them to our issue tracker at https://github.com/clivern/events/issues

## Security Issues

If you discover a security vulnerability within Events, please send an email to [hello@clivern.com](mailto:hello@clivern.com)

## Contributing

We are an open source, community-driven project so please feel free to join us. see the [contributing guidelines](CONTRIBUTING.md) for more details.

## License

© 2021, clivern. Released under [MIT License](https://opensource.org/licenses/mit-license.php).

**Events** is authored and maintained by [@clivern](http://github.com/clivern).