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

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

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

spiral/framework

0
View on GitHub↗
2,051 स्टार्स·91 फोर्क्स·PHP·MIT·4 व्यूज़spiral.dev↗

Framework

This project is a high-performance PHP framework designed for building scalable services using a resident memory execution model. By maintaining application state in memory across requests, it eliminates bootstrap overhead and provides a persistent environment for long-running processes.

The framework distinguishes itself through its integrated support for durable workflow orchestration and asynchronous task management. It enables the execution of complex, long-running business processes that automatically handle failures and state recovery, alongside a background processing system that dispatches jobs across multiple drivers to ensure fault tolerance.

The platform provides a comprehensive suite of tools for modern web development, including an object-relational mapper for database persistence, middleware-based request handling, and modular bootloaders for managing application lifecycles. It also incorporates security features such as authentication, role-based access control, and schema-based input validation to protect application endpoints.

Additional capabilities include real-time bidirectional communication via WebSockets, telemetry collection for performance monitoring, and command-line tools for scaffolding and administrative automation.

Features

  • High-Performance API Frameworks - Provides a high-performance framework for building scalable services using a resident memory execution model.
  • High-Performance Web Services - Builds scalable, high-performance web services using a resident memory architecture to eliminate bootstrap overhead.
  • Database ORMs - Maps database records to objects and automates schema migrations across multiple database engines.
  • Durable Task Orchestrators - Provides durable execution engines for complex, long-running business processes with automatic state recovery.
  • Distributed Workflow Orchestrators - Enables the execution of complex, long-running business processes as stateful operations that automatically handle failures and recovery.
  • PHP Application Servers - Ships a high-performance execution engine that maintains application state in memory across requests to eliminate bootstrap overhead.
  • Resident Process Execution - Maintains application state in memory across requests to remove the need for repeated initialization in long-running processes.
  • Asynchronous Task Queues - Provides a background processing system that dispatches jobs across multiple drivers to ensure fault tolerance.
  • Dependency Injection Containers - Resolves and injects class dependencies automatically using attribute-based configuration to simplify component wiring.
  • Durable Workflow Engines - Executes long-running business processes as stateful, fault-tolerant operations with automatic failure recovery.
  • Container-Based Dependency Injection - Supports automatic dependency resolution with attribute-based configuration and scoped object lifecycles.
  • HTTP Request Handling - Processes incoming web requests through a middleware pipeline and routing layers to generate structured responses.
  • Relational Persistence Layers - Provides relational persistence layers for mapping database records to application objects.
  • Data Mappers - Translates database records into application objects using a decoupled pattern that supports dynamic schemas.
  • Object-Relational Mappers - Includes an object-relational mapper that maps database records to objects and automates schema migrations.
  • Background Job Processing - Manages asynchronous job dispatching across multiple queue drivers with built-in supervision for fault tolerance.
  • Message Queue Workers - Dispatches asynchronous jobs to background processes using supervised message brokers to maintain responsiveness.
  • Worker Process Management - Orchestrates worker processes and balances traffic using a high-performance server engine to maintain application state.
  • WebSocket Clients and Servers - Supports real-time bidirectional communication between the server and clients through event-driven WebSocket broadcasting.
  • Authentication and Authorization - Incorporates authentication and role-based access control to protect application endpoints and user sessions.
  • Input Validation - Verifies incoming request data against defined schemas to ensure integrity before processing business logic.
  • Web Application Security - Protects application endpoints using authentication, role-based access control, and schema-based input validation.
  • Application Lifecycle Management - Manages application startup, configuration, and request dispatching to ensure consistent state in long-running environments.
  • Background Processing - Offloads time-consuming operations to background queues to maintain application responsiveness.
  • Distributed Service Architectures - Provides standardized protocols for high-performance communication and reliable data exchange between independent services.
  • Middleware Pipelines - Routes incoming web requests through a series of interceptors and validation layers to generate structured responses.
  • Modular Application Architectures - Orchestrates application startup and configuration through isolated components to manage complex lifecycles.

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

spiral/framework के लिए स्टार हिस्ट्री चार्टspiral/framework के लिए स्टार हिस्ट्री चार्ट

AI सर्च

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

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

Start searching with AI

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

चुनिंदा कलेक्शन जहाँ Framework दिखाई देता है।
  • HTTP server frameworks

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

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

    hyperf/hyperf

    6,855GitHub पर देखें↗

    Hyperf is a high-performance PHP coroutine framework designed for building microservices and middleware. It utilizes non-blocking coroutines to handle high concurrency and low-latency request processing, providing a foundation for scalable distributed systems. The framework is distinguished by an aspect-oriented programming based dependency injector that enables pluggable components and meta-programming. It includes a coroutine-optimized object-relational mapper with integrated model caching and an orchestration toolkit for microservice governance, featuring service discovery, circuit breaker

    PHP
    GitHub पर देखें↗6,855
  • codeigniter4/codeigniter4codeigniter4 का अवतार

    codeigniter4/CodeIgniter4

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

    CodeIgniter is a PHP web framework built on the Model-View-Controller pattern, designed for building full-stack web applications. It provides a lightweight toolkit with minimal configuration, organizing application logic into controllers, models, and views for clean separation of concerns. The framework includes a fluent query builder for constructing SQL statements programmatically, PSR-4 autoloading with namespace mapping, and a service-based dependency injection container for managing shared class instances. The framework distinguishes itself through its comprehensive set of built-in tools

    PHPcodeignitercodeigniter4framework-php
    GitHub पर देखें↗5,924
  • dodyg/practical-aspnetcoredodyg का अवतार

    dodyg/practical-aspnetcore

    10,382GitHub पर देखें↗

    This project is a comprehensive sample library and implementation guide for ASP.NET Core. It provides a collection of practical examples and projects that demonstrate how to build web applications, RESTful APIs, and high-performance services. The repository focuses on a variety of architectural patterns, including the development of Minimal APIs, contract-first gRPC services, and real-time communication using WebSockets and Server-Sent Events. It includes detailed implementations for user identity and security, such as token-based authentication and CSRF protection. The codebase covers a bro

    C#asp-net-coreaspnet-coreaspnetcore
    GitHub पर देखें↗10,382
  • inngest/inngestinngest का अवतार

    inngest/inngest

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

    Inngest is a durable execution framework and event-driven automation engine designed to orchestrate background workflows. It enables developers to build resilient, stateful processes by memoizing function steps, ensuring that long-running tasks can automatically resume from the last successful operation after failures, timeouts, or infrastructure restarts. The platform distinguishes itself through its event-driven architecture, which uses a schema-validated bus to trigger functions and coordinate complex, multi-step logic. It employs an onion-model middleware approach for cross-cutting concer

    Go
    GitHub पर देखें↗5,499
Framework के सभी 30 विकल्प देखें→

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

spiral/framework क्या करता है?

This project is a high-performance PHP framework designed for building scalable services using a resident memory execution model. By maintaining application state in memory across requests, it eliminates bootstrap overhead and provides a persistent environment for long-running processes.

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

spiral/framework की मुख्य विशेषताएं हैं: High-Performance API Frameworks, High-Performance Web Services, Database ORMs, Durable Task Orchestrators, Distributed Workflow Orchestrators, PHP Application Servers, Resident Process Execution, Asynchronous Task Queues।

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

spiral/framework के ओपन-सोर्स विकल्पों में शामिल हैं: hyperf/hyperf — Hyperf is a high-performance PHP coroutine framework designed for building microservices and middleware. It utilizes… codeigniter4/codeigniter4 — CodeIgniter is a PHP web framework built on the Model-View-Controller pattern, designed for building full-stack web… dodyg/practical-aspnetcore — This project is a comprehensive sample library and implementation guide for ASP.NET Core. It provides a collection of… inngest/inngest — Inngest is a durable execution framework and event-driven automation engine designed to orchestrate background… dotnet/runtime — This project is a cross-platform managed execution environment and general-purpose application framework designed for… easy-swoole/easyswoole — EasySwoole is a high-performance asynchronous PHP framework designed for building event-driven networks and persistent…