awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to php-defer/php-defer

Open-source alternatives to Php Defer

14 open-source projects similar to php-defer/php-defer, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Php Defer alternative.

  • amphp/ampamphp avatar

    amphp/amp

    4,419View on GitHub↗

    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

    PHP
    View on GitHub↗4,419
  • broadway/broadwaybroadway avatar

    broadway/broadway

    1,509View on GitHub↗

    Infrastructure and testing helpers for creating CQRS and event sourced applications.

    PHP
    View on GitHub↗1,509
  • cakephp/eventcakephp avatar

    cakephp/event

    22View on GitHub↗

    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

    PHP
    View on GitHub↗22
  • elephantio/elephant.ioElephantIO avatar

    ElephantIO/elephant.io

    136View on GitHub↗

    Send events to a socket.io server through PHP

    PHP
    View on GitHub↗136
  • hollodotme/fast-cgi-clienthollodotme avatar

    hollodotme/fast-cgi-client

    564View on GitHub↗

    A PHP fast CGI client for sending requests (a)synchronously to PHP-FPM

    PHP
    View on GitHub↗564

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • igorw/evenementigorw avatar

    igorw/evenement

    1,352View on GitHub↗

    Événement is a very simple event dispatching library for PHP.

    PHP
    View on GitHub↗1,352
  • prooph/event-storeprooph avatar

    prooph/event-store

    547View on GitHub↗

    PHP 7.4 EventStore Implementation

    PHP
    View on GitHub↗547
  • ratchetphp/pawlratchetphp avatar

    ratchetphp/Pawl

    616View on GitHub↗

    Asynchronous WebSocket client

    PHP
    View on GitHub↗616
  • ratchetphp/ratchetratchetphp avatar

    ratchetphp/Ratchet

    6,434View on GitHub↗

    Ratchet is a PHP library for building asynchronous WebSocket servers that handle persistent, bidirectional communication between clients and the server. It provides a complete server-side WebSocket implementation, including protocol handshake negotiation, message framing over TCP, and an event-loop-based concurrency model that manages thousands of simultaneous connections without blocking. The library implements a connection registry pattern for tracking all active WebSocket sessions, enabling the server to broadcast or unicast messages to any connected client on demand. It relies on non-bloc

    PHP
    View on GitHub↗6,434
  • reactivex/rxphpReactiveX avatar

    ReactiveX/RxPHP

    1,732View on GitHub↗

    Reactive extensions for PHP

    PHP
    View on GitHub↗1,732
  • reactphp/reactphpreactphp avatar

    reactphp/reactphp

    9,091View on GitHub↗

    ReactPHP is an asynchronous runtime and event-driven I/O framework for PHP. It provides an environment for executing concurrent tasks through a central event loop implementation and reactor pattern, allowing applications to handle multiple operations without pausing the main execution thread. The project includes a specialized asynchronous socket library for TCP, UDP, and TLS communication, alongside a non-blocking HTTP server and client for streaming web requests and responses. Its capability surface covers asynchronous control flow via promises and fibers, non-blocking network connectivity

    PHP
    View on GitHub↗9,091
  • swoole/swoole-srcswoole avatar

    swoole/swoole-src

    18,891View on GitHub↗

    Swoole is a coroutine-based concurrency library and IO framework for PHP. It provides a system for building high-performance network servers and applications by bringing asynchronous, event-driven, and coroutine-based concurrency to the PHP runtime. The project distinguishes itself by implementing user-space coroutine scheduling and non-blocking IO interception, which transforms standard blocking network and file operations into asynchronous actions. It further enables high-speed data exchange across multiple PHP processes through shared memory management and specialized data structures. The

    C++
    View on GitHub↗18,891
  • thephpleague/eventthephpleague avatar

    thephpleague/event

    1,566View on GitHub↗

    Event package for your app and domain

    PHP
    View on GitHub↗1,566
  • walkor/workermanwalkor avatar

    walkor/workerman

    11,547View on GitHub↗

    Workerman is an event-driven asynchronous socket framework for PHP. It provides the core components necessary to build high-concurrency network servers, including an asynchronous TCP framework, a coroutine library for task management, and dedicated implementations for HTTP and WebSocket servers. The project enables the development of specialized network services using custom frame-based communication protocols. It supports both inbound concurrent server implementation and asynchronous outbound connectivity to remote services. The framework covers a broad range of network programming capabili

    PHPasynchronousevent-drivenhigh-performance
    View on GitHub↗11,547