How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
[READ-ONLY] The event dispatcher library for CakePHP. This repo is a split of the main code that can be found in https://github.com/cakephp/cakephp
The main features of cakephp/event are: Event and Async Programming.
Open-source alternatives to cakephp/event include: broadway/broadway — Infrastructure and testing helpers for creating CQRS and event sourced applications. elephantio/elephant.io — Send events to a socket.io server through PHP. hollodotme/fast-cgi-client — A PHP fast CGI client for sending requests (a)synchronously to PHP-FPM. igorw/evenement — Événement is a very simple event dispatching library for PHP. php-defer/php-defer — Golang's defer statement for PHP. amphp/amp — Amp is a non-blocking concurrency framework for PHP. It provides a core infrastructure for writing asynchronous…
Infrastructure and testing helpers for creating CQRS and event sourced applications.
A PHP fast CGI client for sending requests (a)synchronously to PHP-FPM
Amp is a non-blocking concurrency framework for PHP. It provides a core infrastructure for writing asynchronous applications using an event loop to schedule operations, timers, and signals within a single process. The project implements a coroutine library that utilizes fibers to suspend and resume function execution. This allows the system to handle concurrent tasks without blocking the main execution thread, optimizing CPU usage during input and output operations. It further manages pending operation results through a future and promise implementation. The framework covers a broad range of