deable / nextras-events
Symfony-like events for nextras orm.
v1.0.1
2024-10-22 12:51 UTC
Requires
- php: >= 8.0
- nette/di: ^3.0
- nextras/orm: ^4.0
This package is auto-updated.
Last update: 2024-10-22 12:51:43 UTC
README
Simple symfony-like events implementation for nette framework and nextras orm. Thanks to this library, you can simplify your workflow with 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
Usage
Add extension to your application configuration:
extensions:
nextras.events: Deable\NextrasEvents\EventsExtension
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.