Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/softspring/events
This component provides some useful event classes to use with Symfony
https://github.com/softspring/events
component symfony
Last synced: about 2 months ago
JSON representation
This component provides some useful event classes to use with Symfony
- Host: GitHub
- URL: https://github.com/softspring/events
- Owner: softspring
- License: mit
- Created: 2022-06-07T23:46:11.000Z (over 2 years ago)
- Default Branch: 5.4
- Last Pushed: 2024-11-25T11:21:42.000Z (about 2 months ago)
- Last Synced: 2024-11-25T12:25:54.078Z (about 2 months ago)
- Topics: component, symfony
- Language: PHP
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Events component
![Latest Stable](https://img.shields.io/packagist/v/softspring/events?label=stable&style=flat-square)
![Latest Unstable](https://img.shields.io/packagist/v/softspring/events?label=unstable&style=flat-square&include_prereleases)
![License](https://img.shields.io/packagist/l/softspring/events?style=flat-square)
![PHP Version](https://img.shields.io/packagist/dependency-v/softspring/events/php?style=flat-square)
![Downloads](https://img.shields.io/packagist/dt/softspring/events?style=flat-square)
[![CI](https://img.shields.io/github/actions/workflow/status/softspring/events/ci.yml?branch=5.4&style=flat-square&label=CI)](https://github.com/softspring/events/actions/workflows/ci.yml)
![Coverage](https://raw.githubusercontent.com/softspring/events/5.4/.github/badges/coverage.svg)Adds some general facilities and extra features to Symfony projects.
## Documentation
* [1. Installation](docs/1_installation.md)
* [2. Events](docs/2_events.md)## License
This bundle is under the MIT license. See the complete license in the bundle [LICENSE](LICENSE) file.