deable/nextras-events

Symfony-like events for nextras orm.

v1.0.0 2024-02-14 14:47 UTC

This package is auto-updated.

Last update: 2024-04-14 15:16:09 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.