PHP Package: doctrine/event-manager

Doctrine Event Manager is a powerful PHP library for event handling and dispatching, ideal for managing various application events efficiently and systematically.

Current Version: 2.0.1
Last Updated: 2024-05-22
PHP Requirement: ^8.1
Dependencies:
doctrine/common
doctrine/instantiator
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

The Doctrine Event Manager library provides a robust solution for managing events within your PHP applications. With a focus on flexibility and performance, this library simplifies the process of event handling and dispatching. It offers a comprehensive set of features to streamline event management, making it a valuable tool for developers working on complex systems.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 2.0.1

Download Download v2.0.1

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/doctrine/event-manager/2.0.1/loader.php';
require_once 'libs/doctrine/common/3.5.0/loader.php';
require_once 'libs/doctrine/instantiator/2.0.0/loader.php';

use Doctrine\Common\EventManager;
use Doctrine\Common\EventSubscriber;

$obj = new EventManager();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.