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
- Host: GitHub
- URL: https://github.com/clivern/events
- Owner: Clivern
- Created: 2021-04-22T21:35:11.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-04T16:54:42.000Z (10 months ago)
- Last Synced: 2025-03-08T04:29:27.920Z (10 months ago)
- Language: PHP
- Homepage:
- Size: 97.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
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).