deable / nextras-events-relay
Symfony-like events for components and nextras orm.
v1.0.0
2024-02-14 14:55 UTC
Requires
- php: >= 8.0
- deable/nextras-events: ^1.0
- nette/application: ^3.0
- nette/di: ^3.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-08-14 20:14:50 UTC
README
Implementation of symfony-like events for nette framework presenters and components. Thanks to this library, you can simplify your workflow with nextras entities and Nette Framework.
Requirements
This library was developed for PHP 8.0 or newer, designed for Nette Framework version 3.1 or newer.
Installation
The best way to install this library is using Composer:
$ composer require deable/nextras-events-relay
Usage
Add extension to your application configuration:
extensions:
nextras.relay: Deable\NextrasEventsRelay\EventsRelayExtension
Contributing
This is an open source, community-driven project. If you would like to contribute, please follow the code format as used in current sources and submit a pull request.