awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
laravel avatar

laravel/framework

0
View on GitHub↗
34,774 stele·11,888 fork-uri·PHP·MIT·17 vizualizărilaravel.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.

Istoric stele

Graficul istoricului de stele pentru laravel/frameworkGraficul istoricului de stele pentru laravel/framework

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Framework

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Framework.
  • vapor/vaporAvatar vapor

    vapor/vapor

    26,138Vezi pe 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
    Vezi pe GitHub↗26,138
  • dotnet/aspnetcoreAvatar dotnet

    dotnet/aspnetcore

    38,143Vezi pe 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
    Vezi pe GitHub↗38,143
  • codeigniter4/codeigniter4Avatar codeigniter4

    codeigniter4/CodeIgniter4

    5,924Vezi pe 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
    Vezi pe GitHub↗5,924
  • loco-rs/locoAvatar loco-rs

    loco-rs/loco

    8,645Vezi pe 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
    Vezi pe GitHub↗8,645
Vezi toate cele 30 alternative pentru Framework→

Întrebări frecvente

Ce face 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…

Care sunt principalele funcționalități ale laravel/framework?

Principalele funcționalități ale laravel/framework sunt: 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.

Care sunt câteva alternative open-source pentru laravel/framework?

Alternativele open-source pentru laravel/framework includ: 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…