deable/nextras-events-relay

Symfony-like events for components and nextras orm.

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

This package is auto-updated.

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