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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
laravel avatar

laravel/lumenArchived

0
View on GitHub↗
7,577 stars·970 forks·PHP·7 vueslumen.laravel.com↗

Lumen

Lumen est un micro-framework PHP et un framework d'API REST conçu pour construire des applications web haute performance et des services légers. Il fournit un environnement rationalisé pour développer des services web indépendants à petite échelle qui gèrent une logique métier spécifique.

Le framework est axé sur le développement de microservices et la création d'endpoints web stateless. Il fournit une architecture minimale pour réduire la surcharge opérationnelle lors de la construction de services backend haute performance et de prototypes d'API web rapides.

Le système intègre le dispatching et le filtrage des requêtes via des middlewares, utilisant un conteneur de services pour l'injection de dépendances et un cycle de vie d'application amorcé. Il emploie une interface de proxy statique et suit la messagerie HTTP standardisée.

Features

  • Lightweight Web Frameworks - Acts as a minimalist PHP framework designed for the rapid development of lightweight web services.
  • Micro-Frameworks - Ships as a streamlined PHP framework with a minimal architecture for high-performance web services.
  • Dependency Injection Containers - Manages class dependencies and object lifecycles through a centralized service container.
  • High-Performance API Frameworks - Offers a high-performance framework optimized for low-latency, high-throughput microservices and API communication.
  • High-Performance Web Services - Implements an architectural pattern optimized for high-throughput and low-latency backend services in PHP.
  • Microservices Frameworks - Provides a comprehensive, lightweight toolkit for building and maintaining independent backend microservices.
  • Minimal APIs - Provides a minimal architecture for building fast, stateless web endpoints with reduced operational overhead.
  • Request Middleware - Processes HTTP requests through a series of middleware layers for authentication, logging, and validation.
  • REST API Frameworks - Provides a specialized framework for building structured HTTP endpoints that process requests and return serialized data.
  • Web API Frameworks - Provides a streamlined toolkit for constructing and documenting structured HTTP-based interfaces for web services.
  • Web API Prototyping - Provides a streamlined set of tools for the rapid construction and deployment of small-scale web API prototypes.
  • Application Bootstrapping - Implements a streamlined process for initializing the framework instance and loading service providers during the request boot.
  • Facades - Provides a static proxy interface to service container classes for more expressive syntax.
  • Microservice Architectures - Supports the creation of loosely coupled, independently deployable services that handle specific business logic.
  • Regex-Based URL Dispatchers - Uses a high-performance regular expression routing library to dispatch incoming URL paths to controllers.
  • Essentials - Listed in the “Essentials” section of the Awesome Lumen awesome list.

Historique des stars

Graphique de l'historique des stars pour laravel/lumenGraphique de l'historique des stars pour laravel/lumen

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Lumen

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Lumen.
  • slimphp/slimAvatar de slimphp

    slimphp/Slim

    12,233Voir sur GitHub↗

    Slim is a PHP micro-framework designed for building web applications and APIs by routing incoming network requests to specific callback functions. It provides a lightweight foundation that emphasizes low memory overhead, allowing developers to construct backend systems by integrating only the necessary components. The framework distinguishes itself through a middleware-based request pipeline and full support for standardized HTTP message interfaces. By utilizing these standard interfaces, the system enables modular application logic and ensures interoperability with a wide range of third-part

    PHPframeworkmicro-frameworkphp
    Voir sur GitHub↗12,233
  • spiral/frameworkAvatar de spiral

    spiral/framework

    2,051Voir sur GitHub↗

    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 dispa

    PHPframeworkgolanghacktoberfest
    Voir sur GitHub↗2,051
  • javalin/javalinAvatar de javalin

    javalin/javalin

    8,290Voir sur GitHub↗

    Javalin is a lightweight web framework for Java and Kotlin designed for building REST APIs and web applications. It functions as an embedded Jetty web server, allowing applications to run as standalone processes without the need for an external servlet container. The project provides specialized frameworks for diverse communication patterns, including a REST API framework with automatic OpenAPI schema generation, a GraphQL API framework with query and mutation resolvers, and a WebSocket server for bidirectional real-time communication. It also includes a dedicated framework for pushing real-t

    Kotlinhacktoberfestjavajavalin
    Voir sur GitHub↗8,290
  • easy-swoole/easyswooleAvatar de easy-swoole

    easy-swoole/easyswoole

    4,766Voir sur GitHub↗

    EasySwoole is a high-performance asynchronous PHP framework designed for building event-driven networks and persistent memory applications. It functions as a toolkit for developing distributed microservices and asynchronous servers capable of handling concurrent HTTP, TCP, UDP, and WebSocket connections. The framework distinguishes itself through a persistent memory process execution mode that eliminates the overhead of repetitive file loading and invocation during request handling. It provides built-in support for distributed systems via remote procedure call implementations and service disc

    PHPcoroutineeasyswooleswoole
    Voir sur GitHub↗4,766
Voir les 30 alternatives à Lumen→

Questions fréquentes

Que fait laravel/lumen ?

Lumen est un micro-framework PHP et un framework d'API REST conçu pour construire des applications web haute performance et des services légers. Il fournit un environnement rationalisé pour développer des services web indépendants à petite échelle qui gèrent une logique métier spécifique.

Quelles sont les fonctionnalités principales de laravel/lumen ?

Les fonctionnalités principales de laravel/lumen sont : Lightweight Web Frameworks, Micro-Frameworks, Dependency Injection Containers, High-Performance API Frameworks, High-Performance Web Services, Microservices Frameworks, Minimal APIs, Request Middleware.

Quelles sont les alternatives open-source à laravel/lumen ?

Les alternatives open-source à laravel/lumen incluent : slimphp/slim — Slim is a PHP micro-framework designed for building web applications and APIs by routing incoming network requests to… spiral/framework — This project is a high-performance PHP framework designed for building scalable services using a resident memory… javalin/javalin — Javalin is a lightweight web framework for Java and Kotlin designed for building REST APIs and web applications. It… easy-swoole/easyswoole — EasySwoole is a high-performance asynchronous PHP framework designed for building event-driven networks and persistent… cloudwego/hertz — Hertz is a high-performance Go HTTP framework designed for building scalable microservices, RESTful APIs, and AI… dodyg/practical-aspnetcore — This project is a comprehensive sample library and implementation guide for ASP.NET Core. It provides a collection of…