https://github.com/boson-php/event-listener-contracts
[READ ONLY] Subtree split of the component (see boson-php/boson)
https://github.com/boson-php/event-listener-contracts
Last synced: 3 months ago
JSON representation
[READ ONLY] Subtree split of the component (see boson-php/boson)
- Host: GitHub
- URL: https://github.com/boson-php/event-listener-contracts
- Owner: boson-php
- License: mit
- Created: 2025-06-20T15:56:21.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2025-06-20T18:28:19.000Z (12 months ago)
- Last Synced: 2025-06-20T18:44:07.736Z (12 months ago)
- Language: PHP
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
---
## Installation
Boson package is available as Composer repository and can
be installed using the following command in a root of your project:
```bash
composer require boson-php/event-listener-contracts
```
## Documentation
- You can learn more [about what a Boson is](https://bosonphp.com/doc/0.19/introduction).
- Information [about the configs](https://bosonphp.com/doc/0.19/configuration) is
available on the [corresponding pages](https://bosonphp.com/doc/0.19/application-configuration).
- A more detailed description of working with the [application](https://bosonphp.com/doc/0.19/application),
[windows](https://bosonphp.com/doc/0.19/window) and [webview](https://bosonphp.com/doc/0.19/webview)
is also available.
- Also, do not miss the detailed guide on additional apps for working with
[function bindings](https://bosonphp.com/doc/0.19/bindings-api),
[scripts](https://bosonphp.com/doc/0.19/scripts-api),
[request interception](https://bosonphp.com/doc/0.19/schemes-api), and more.
- If you want to build an application based on
[Symfony](https://bosonphp.com/doc/0.19/symfony-adapter),
[Laravel](https://bosonphp.com/doc/0.19/laravel-adapter) and
[others](https://bosonphp.com/doc/0.19/psr7-adapter),
then similar functionality is also available.
## Community
- Any questions left? You can ask them
[in the chat `t.me/boson_php`](https://t.me/boson_php)!
## Contributing
Boson is an Open Source, [community-driven project](https://github.com/boson-php/boson/graphs/contributors).
Join them [contributing code](https://bosonphp.com/doc/0.19/contribution).