PHP Package: ghostwriter/event-dispatcher

Event Dispatcher PHP library for managing and handling events efficiently in applications.

Current Version: 5.0.3
Last Updated: 2025-02-21
PHP Requirement: >=8.4
Dependencies: None

Package Description

The Event Dispatcher PHP library provides a robust solution for managing events within PHP applications. It offers easy event handling, customization, and extensibility, making it a valuable tool for developers. With this library, you can streamline your event-driven architecture and improve the efficiency of your application.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 5.0.3

Download Download v5.0.3

Code Integration Example

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

<?php
// Example from PHPlibraries.com
require_once 'libs/ghostwriter/event-dispatcher/5.0.3/loader.php';
require_once 'libs/somevendor/somelib/{lib_version}/loader.php';
require_once 'libs/anothervendor/anotherlib/{lib_version}/loader.php';

use GhostWriter\EventDispatcher\EventDispatcher;
use SomeVendor\SomeLib\SomeClass;

$obj = new EventDispatcher();
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.