awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
laravel avatar

laravel/framework

0
View on GitHub↗
34,774 星标·11,888 分支·PHP·MIT·15 次浏览laravel.com↗

Framework

This project is a full-stack web framework that provides a comprehensive environment for building server-side applications. It utilizes a model-view-controller architecture to separate application logic into distinct layers for data management, user interface presentation, and request handling. The platform manages the entire request-response lifecycle, including security, session handling, and background task processing, while using an object-relational mapping layer to translate database records into programmable objects.

The framework distinguishes itself through a central service container that manages class instantiation and dependency resolution to decouple application components. It facilitates rapid development by providing pre-built components for common tasks such as authentication and database management. Developers interact with databases through a fluent query builder abstraction and manage schema changes through version-controlled code files, ensuring consistency across environments.

The system architecture is built around a route-based request dispatcher and a middleware pipeline that filters incoming data before it reaches core logic. It includes a template engine that compiles server-side views into plain code for execution, and an event-driven observer pattern that allows components to communicate without direct coupling. Modular service providers handle the bootstrapping of application services during the startup phase.

Features

  • Full-Stack Web Frameworks - Provides integrated tools for database management, authentication, routing, and server-side rendering.
  • Object-Relational Mappers - Translates database records into programmable objects to simplify queries and migrations.
  • Model-View-Controller Frameworks - Separates application logic into distinct layers for data management, presentation, and request handling.
  • Server-Side Application Platforms - Manages the entire request-response lifecycle, including security, sessions, and background tasks.
  • Dependency Injection Containers - Manages class instantiation and dependency resolution to decouple application components.
  • Rapid Application Development Frameworks - Builds data-driven websites quickly using pre-built components for common tasks.
  • Database Migrations - Tracks and applies changes to database structures through version-controlled code files.
  • Query Builders - Translates high-level method calls into platform-specific SQL statements for unified database interaction.
  • Request Routers - Matches incoming HTTP requests against patterns to map URLs to appropriate controller methods.
  • Web Frameworks - Elegant and expressive PHP framework for web development.
  • Open Source Laravel - Listed in the “Open Source Laravel” section of the Awesome Laravel Education awesome list.
  • Background Job Queues - Offloads time-consuming operations to a separate queue to maintain application responsiveness.
  • API Security Frameworks - Creates protected interfaces while handling user authorization and data validation.
  • Middleware Pipelines - Passes requests through layered filters to inspect or modify data before reaching core logic.
  • Service Providers - Registers application services and bindings during the framework startup phase.
  • Template Engines - Parses and converts server-side views into plain code to optimize execution speed.
  • Application Architectures - Structures complex backend systems with organized code patterns for maintainability.
  • Event Dispatchers - Decouples components by dispatching and listening for application events to trigger side effects.

Star 历史

laravel/framework 的 Star 历史图表laravel/framework 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Framework 的开源替代方案

相似的开源项目,按与 Framework 的功能重合度排序。
  • vapor/vaporvapor 的头像

    vapor/vapor

    26,138在 GitHub 上查看↗

    Vapor is a comprehensive server-side web framework designed for building scalable, high-performance applications and APIs in Swift. It provides a non-blocking, event-loop-based runtime that manages concurrent task processing, background job queues, and asynchronous request handling. The framework is built around a dependency injection container that manages the lifecycle and resolution of services, configurations, and database connections throughout the request pipeline. The framework distinguishes itself through a protocol-oriented design that emphasizes type safety across all layers of the

    Swiftframeworkhttphttp2
    在 GitHub 上查看↗26,138
  • dotnet/aspnetcoredotnet 的头像

    dotnet/aspnetcore

    38,143在 GitHub 上查看↗

    This project is a comprehensive server-side web framework designed for building scalable web applications and services. It provides a structured, component-based architecture that integrates a dependency injection container to manage service lifecycles and promote loose coupling across the software stack. The framework enables the creation of interactive client-side interfaces through a component-based model that synchronizes state directly with the browser. The platform distinguishes itself through a highly configurable middleware-based request pipeline and an attribute-based routing engine

    C#aspnetcoredotnethacktoberfest
    在 GitHub 上查看↗38,143
  • codeigniter4/codeigniter4codeigniter4 的头像

    codeigniter4/CodeIgniter4

    5,924在 GitHub 上查看↗

    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
  • loco-rs/locoloco-rs 的头像

    loco-rs/loco

    8,645在 GitHub 上查看↗

    Loco is a full-stack web framework for Rust designed to accelerate application development using a convention-over-configuration approach. It functions as an MVC web framework that provides a structured environment for building web applications and REST APIs. The project distinguishes itself through an integrated API development toolkit and a command-line scaffolding engine. These tools automate the creation of controllers, models, and migrations, allowing for the rapid generation of functional CRUD resources and application boilerplate. The framework covers a broad range of backend capabili

    Rustapiaxumrust
    在 GitHub 上查看↗8,645
查看 Framework 的所有 30 个替代方案→

常见问题解答

laravel/framework 是做什么的?

This project is a full-stack web framework that provides a comprehensive environment for building server-side applications. It utilizes a model-view-controller architecture to separate application logic into distinct layers for data management, user interface presentation, and request handling. The platform manages the entire request-response lifecycle, including security, session handling, and background task processing, while using an object-relational mapping layer to…

laravel/framework 的主要功能有哪些?

laravel/framework 的主要功能包括:Full-Stack Web Frameworks, Object-Relational Mappers, Model-View-Controller Frameworks, Server-Side Application Platforms, Dependency Injection Containers, Rapid Application Development Frameworks, Database Migrations, Query Builders。

laravel/framework 有哪些开源替代品?

laravel/framework 的开源替代品包括: vapor/vapor — Vapor is a comprehensive server-side web framework designed for building scalable, high-performance applications and… dotnet/aspnetcore — This project is a comprehensive server-side web framework designed for building scalable web applications and… codeigniter4/codeigniter4 — CodeIgniter is a PHP web framework built on the Model-View-Controller pattern, designed for building full-stack web… loco-rs/loco — Loco is a full-stack web framework for Rust designed to accelerate application development using a… typeorm/typeorm — TypeORM is an object-relational mapper for TypeScript and JavaScript that bridges the gap between object-oriented… drizzle-team/drizzle-orm — Drizzle ORM is a TypeScript-native database toolkit providing type-safe SQL query building, schema management, and…