awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 रिपॉजिटरी

Awesome GitHub RepositoriesAsynchronous PHP Development

Programming paradigms and toolsets for creating non-blocking applications using the PHP language.

Distinct from PHP Application Frameworks: The candidates focus on general toolkits or frameworks; this is specifically about the async paradigm in PHP.

Explore 5 awesome GitHub repositories matching programming languages & runtimes · Asynchronous PHP Development. Refine with filters or upvote what's useful.

Awesome Asynchronous PHP Development GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • reactphp/reactphpreactphp का अवतार

    reactphp/reactphp

    9,091GitHub पर देखें↗

    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

    Provides the runtime and primitives necessary for building non-blocking, concurrent applications in PHP.

    PHP
    GitHub पर देखें↗9,091
  • guzzle/promisesguzzle का अवतार

    guzzle/promises

    7,717GitHub पर देखें↗

    This project is a PHP implementation of the Promises/A+ specification, providing a library for managing asynchronous operations and deferred values. It serves as an asynchronous task coordinator that allows for the creation of non-blocking code through a promise-based pattern. The library enables the simulation of asynchronous coroutines, allowing non-blocking code to be written in a linear style. It features duck-typed interoperability, which allows it to integrate with any foreign object that implements a then method regardless of class inheritance. The project covers broader capabilities

    Provides a comprehensive toolkit for managing non-blocking operations and concurrent tasks in PHP.

    PHP
    GitHub पर देखें↗7,717
  • swoft-cloud/swoftswoft-cloud का अवतार

    swoft-cloud/swoft

    5,539GitHub पर देखें↗

    Swoft एक उच्च-प्रदर्शन PHP माइक्रोसर्विस फ्रेमवर्क है जिसे कोरूटीन का उपयोग करके समवर्ती नेटवर्क ट्रैफिक और एसिंक्रोनस कार्यों को संभालने के लिए डिज़ाइन किया गया है। यह एक कोरूटीन-संचालित रनटाइम और HTTP, WebSocket, RPC और TCP प्रोटोकॉल का समर्थन करने वाले उच्च-प्रदर्शन सर्वर के माध्यम से स्केलेबल बैकएंड सेवाएं बनाने के लिए एक आधार प्रदान करता है। फ्रेमवर्क गवर्नेंस और ऑप्टिमाइज़ेशन टूल्स के एक सेट के माध्यम से खुद को अलग करता है, जिसमें पंजीकरण, खोज और सर्किट ब्रेकिंग के लिए एक वितरित सेवा समन्वय प्रणाली शामिल है। इसमें पुन: प्रयोज्य डेटाबेस और नेटवर्क सॉकेट्स के लिए एक कनेक्शन पूल मैनेजर और सोर्स कोड को संशोधित किए बिना मेथड व्यवहार को इंटरसेप्ट और विस्तारित करने के लिए एस्पेक्ट-ओरिएंटेड प्रोग्रामिंग के लिए एक लाइब्रेरी भी शामिल है। अतिरिक्त क्षमताओं में घटक डिकपलिंग के लिए एक डिपेंडेंसी इंजेक्शन कंटेनर, भारी गणनाओं के लिए प्रोसेस-पूल कार्य निष्पादन और आवर्ती कार्यों के लिए एक शेड्यूलिंग मैकेनिज्म शामिल है। सिस्टम विभिन्न वातावरणों में एप्लिकेशन सेटिंग्स को सिंक्रनाइज़ करने के लिए केंद्रीकृत कॉन्फ़िगरेशन प्रबंधन का भी समर्थन करता है।

    Enables the development of scalable microservices using PHP's asynchronous and coroutine-driven paradigms.

    PHP
    GitHub पर देखें↗5,539
  • danog/madelineprotodanog का अवतार

    danog/MadelineProto

    3,344GitHub पर देखें↗

    MadelineProto is an asynchronous PHP library that provides a programmatic interface for interacting with the Telegram API using the MTProto protocol, the same protocol used by official Telegram clients. It functions as both a Telegram bot SDK and a userbot automation library, enabling PHP applications to connect to Telegram as either a bot account or a regular user account, sending and receiving messages, media, and other data directly without relying on the Bot API intermediary. The library is built on an event-driven architecture with Amp v3 fiber-based concurrency, allowing for non-blockin

    Built on Amp v3 fiber-based concurrency for non-blocking Telegram API interactions.

    PHPamphpasyncbot
    GitHub पर देखें↗3,344
  • kraken-php/frameworkkraken-php का अवतार

    kraken-php/framework

    1,104GitHub पर देखें↗

    This framework is a distributed systems runtime designed for building fault-tolerant, message-driven microservices and high-performance network applications in PHP. It provides an asynchronous execution environment that utilizes event-loop-based concurrency and promise-based task orchestration to manage high-concurrency workloads without blocking execution threads. The platform distinguishes itself through a unified execution abstraction that manages multi-process and multi-threaded components as isolated, supervised containers. By employing an actor-model approach to process supervision, the

    Provides a comprehensive framework for building high-concurrency, event-driven applications in PHP.

    PHPasyncasync-libraryasynchronous
    GitHub पर देखें↗1,104
  1. Home
  2. Programming Languages & Runtimes
  3. Asynchronous PHP Development