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: 4 months ago
JSON representation

This component provides some useful event classes to use with Symfony

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 package is free and released under the [AGPL-3.0 license](LICENSE).