PHP Package: laminas/laminas-eventmanager

Laminas EventManager is a powerful event management library for PHP applications, providing flexible event handling capabilities.

Current Version: 3.15.0
Last Updated: 2025-10-31
PHP Requirement: ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0
Dependencies: None

Package Description

Laminas EventManager is designed to manage event-driven programming in PHP, offering a robust system for decoupling components and handling asynchronous actions. It allows developers to define custom events, attach listeners, and trigger events across the application.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 3.15.0

Download Download v3.15.0

Previous Versions

Code Integration Example

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

<?php
// Example from PHPlibraries.com

require_once 'libs/laminas/laminas-eventmanager/3.15.0/loader.php';
use Laminas\EventManager\EventManager;

$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.