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

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

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

kraken-php/framework

0
View on GitHub↗
1,104 स्टार्स·57 फोर्क्स·PHP·MIT·6 व्यूज़kraken-php.com↗

Framework

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 framework ensures system stability by automatically restarting components upon failure. It further facilitates distributed operations through state synchronization and message-driven inter-process communication, allowing components to exchange data and coordinate tasks across multiple nodes without relying on shared memory.

The framework supports a broad range of infrastructure capabilities, including protocol-agnostic network hosting for HTTP, WebSocket, TCP, and UDP traffic. It also incorporates secure remote communication protocols to protect data in transit and provides a standardized filesystem abstraction layer to interact with diverse storage backends.

Features

  • Asynchronous PHP Development - Provides a comprehensive framework for building high-concurrency, event-driven applications in PHP.
  • Asynchronous HTTP Servers - Acts as a high-performance server environment for hosting HTTP, WebSocket, TCP, and UDP services.
  • Asynchronous PHP Servers - Provides a fault-tolerant framework for building distributed applications using asynchronous PHP patterns.
  • Distributed Coordination Systems - Coordinates state, lifecycle events, and communication across distributed execution nodes.
  • Non-Blocking Event Loops - Implements non-blocking event loops to manage high-concurrency workloads without threading.
  • Process Supervision - Provides active process supervision and automatic restarts to maintain system-wide fault tolerance.
  • Inter-Component Messaging - Facilitates decoupled communication between internal system components using asynchronous message passing.
  • Message Routing - Routes messages between application components to ensure reliable data exchange without shared memory.
  • Messaging Architectures - Implements a message-driven architecture for routing communication between isolated microservices.
  • Protocol-Agnostic Interfaces - Provides a unified interface for hosting diverse network protocols including HTTP, WebSocket, TCP, and UDP.
  • Promise-Based Chains - Orchestrates complex asynchronous workflows using promise-based chains for sequential and parallel task execution.
  • Asynchronous Task Execution - Enables efficient asynchronous task execution using an event-loop-based architecture.
  • Distributed State Synchronization - Synchronizes runtime state across distributed nodes to ensure consistent application behavior.
  • Distributed Systems Architectures - Orchestrates distributed application architectures by managing isolated, supervised components across nodes.
  • Execution Abstraction Layers - Abstracts execution logic to allow consistent operation across multi-process and multi-threaded environments.
  • Inter-Process Communication - Enables reliable data exchange and coordination between separate application components.
  • Unified Logic Execution - Normalizes execution logic into standardized containers that operate consistently across different runtime environments.
  • High-Performance Web Services - Hosts scalable network services optimized for high-performance communication between distributed components.
  • Service Hosting - Provides unified hosting for asynchronous network services including HTTP, WebSocket, TCP, and UDP.

स्टार हिस्ट्री

kraken-php/framework के लिए स्टार हिस्ट्री चार्टkraken-php/framework के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Framework को शामिल करने वाली क्यूरेटेड खोजें

चुनिंदा कलेक्शन जहाँ Framework दिखाई देता है।
  • वेब के लिए एक सर्वर-साइड स्क्रिप्टिंग लैंग्वेज
  • डिस्ट्रीब्यूटेड कंप्यूटिंग फ्रेमवर्क्स

Framework के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Framework के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • akka/akkaakka का अवतार

    akka/akka

    13,271GitHub पर देखें↗

    Akka is an actor model framework and distributed systems platform used to build concurrent and distributed applications. It provides a toolkit for managing multi-threaded state and behavior through asynchronous message passing, allowing developers to create concurrent applications without manual locks or synchronization. The system functions as a cluster management and event sourcing framework, automating the scaling and coordination of high-availability clusters. It enables the deployment of elastic services that coordinate workloads across multiple network nodes and ensures fault tolerance

    Scala
    GitHub पर देखें↗13,271
  • me-no-dev/espasyncwebserverme-no-dev का अवतार

    me-no-dev/ESPAsyncWebServer

    4,036GitHub पर देखें↗

    ESPAsyncWebServer is an asynchronous web server designed for ESP32 and ESP8266 microcontrollers. It enables these devices to host websites and APIs to provide embedded device interfaces for hardware control and data display. The server utilizes non-blocking HTTP handling to process multiple concurrent network connections. This allows the device to manage web requests without pausing other background tasks or sensor readings. The implementation relies on asynchronous socket operations, event-loop request handling, and buffer-based stream parsing. It integrates directly with the network layer

    C++
    GitHub पर देखें↗4,036
  • akka/akka-coreakka का अवतार

    akka/akka-core

    13,272GitHub पर देखें↗

    Akka Core is an actor model framework and asynchronous concurrency library used for building scalable and resilient distributed systems. It provides a distributed computing platform and fault tolerant runtime that manages communication and state across networked nodes. The system uses location-transparent messaging and a cluster management system to organize nodes into high-availability architectures. This allows for the creation of elastic clusters that scale resources on demand and coordinate distributed workloads. The platform handles concurrent state management and distributed systems or

    Scala
    GitHub पर देखें↗13,272
  • beyondcode/laravel-websocketsbeyondcode का अवतार

    beyondcode/laravel-websockets

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

    This is a self-hosted WebSocket server for Laravel applications designed to provide real-time communication and replace third-party managed messaging services. It provides a server-side PHP implementation of the WebSocket standard, enabling full-duplex communication between clients and servers. The project implements a Pusher-compatible protocol to integrate with existing frontend client libraries. It includes a dedicated debug dashboard for monitoring active connections, tracking network traffic, and analyzing real-time server performance. The system supports Laravel event broadcasting and

    PHPhacktoberfestlaravellaravel-echo
    GitHub पर देखें↗5,083
Framework के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

kraken-php/framework क्या करता है?

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.

kraken-php/framework की मुख्य विशेषताएं क्या हैं?

kraken-php/framework की मुख्य विशेषताएं हैं: Asynchronous PHP Development, Asynchronous HTTP Servers, Asynchronous PHP Servers, Distributed Coordination Systems, Non-Blocking Event Loops, Process Supervision, Inter-Component Messaging, Message Routing।

kraken-php/framework के कुछ ओपन-सोर्स विकल्प क्या हैं?

kraken-php/framework के ओपन-सोर्स विकल्पों में शामिल हैं: akka/akka — Akka is an actor model framework and distributed systems platform used to build concurrent and distributed… me-no-dev/espasyncwebserver — ESPAsyncWebServer is an asynchronous web server designed for ESP32 and ESP8266 microcontrollers. It enables these… jorisvink/kore — Kore is an event-driven web and WebSocket server framework designed for building high-performance web services and… beyondcode/laravel-websockets — This is a self-hosted WebSocket server for Laravel applications designed to provide real-time communication and… akka/akka-core — Akka Core is an actor model framework and asynchronous concurrency library used for building scalable and resilient… guzzle/promises — This project is a PHP implementation of the Promises/A+ specification, providing a library for managing asynchronous…