Laravel

The expressive, elegant PHP framework for building modern web applications

Framework
Composer
vv13.26.1
34,872stars
MIT License

Repository Health

Pre-computed score based on development activity, maintenance, community, maturity, and trend momentum.How we score it →
98/100Excellent
Development Activity100
Maintenance96
Community96
Maturity60
Momentum40

Technical Analysis

AI-assessed by reading the actual repository — architecture, code quality, innovation, and documentation.How we score it →
91/100Excellent
Architecture94
Code Quality92
Innovation90
Learning Curve88

Laravel is a full-stack PHP web application framework that pairs an expressive, readable syntax with a batteries-included set of components for routing, dependency injection, sessions, caching, queues, and database access. It powers everything from small marketing sites to large SaaS platforms by removing the boilerplate typically required to wire up authentication, background jobs, real-time broadcasting, and testing.

Built and maintained by Taylor Otwell and a large open-source community, Laravel ships with Eloquent (an ActiveRecord-style ORM), a fluent query builder, a powerful service container for dependency injection, and first-class tooling like Artisan (CLI), Blade (templating), and a mature ecosystem of first-party packages (Sanctum, Horizon, Nova, Livewire) that extend the core framework for auth, queue monitoring, admin panels, and reactive UIs.

What You Get

  • Eloquent ORM with ActiveRecord-style models, relationships, and a fluent query builder
  • Expressive routing layer supporting middleware, route model binding, and resource controllers
  • Built-in authentication and authorization scaffolding (guards, policies, gates)
  • Blade templating engine with components, layouts, and directives
  • Queue abstraction supporting Redis, SQS, database, and Horizon-based monitoring
  • Artisan CLI for code generation, migrations, scheduling, and custom commands
  • First-class testing support with PHPUnit/Pest integration and HTTP/database test helpers

Common Use Cases

  • Building server-rendered or API-driven web applications with a conventional MVC structure
  • Standing up SaaS products that need auth, billing, queues, and admin tooling quickly
  • Powering backend APIs consumed by SPA or mobile frontends via Sanctum/Passport auth
  • Running scheduled and queued background jobs (emails, reports, data processing) at scale

Under The Hood

Architecture - Laravel is organized as a monorepo of ~30 decoupled Illuminate\* components (Container, Foundation, Routing, Database, Queue, etc.) glued together by Illuminate\Foundation\Application, a service-container-based kernel that boots service providers, resolves the HTTP or console kernel, and dispatches the request through a middleware pipeline before handing off to routing and controllers. Tech Stack - The framework targets PHP 8.3+ and composes mature third-party libraries rather than reinventing them: Symfony (console, http-foundation, http-kernel, mailer, mime), Guzzle for HTTP, Carbon for dates, Monolog for logging, and league/flysystem for storage, all wired through Composer’s require constraints in composer.json. Code Quality - The repo ships an extensive PHPUnit/Pest test suite (1,000+ test files under tests/), static analysis via PHPStan (phpstan.src.neon.dist, phpstan.types.neon.dist), and enforced code style via Laravel Pint (pint.json), reflecting a high bar for consistency across thousands of contributors. API Design - The framework leans heavily on expressive, chainable APIs (Eloquent’s fluent query builder, the routing DSL, facades) and convention-over-configuration defaults, which lowers boilerplate for common tasks at the cost of some magic (facades, service container auto-resolution) that newcomers must learn to read.

Used by 21 apps in this directory

Other

Akaunting

Invoicing Finance

10,070

Open-source online accounting for small businesses and freelancers — invoices, expenses, and reporting without monthly fees or vendor lock-in.

View details
98
Repo Health
73
Technical
63
Dependency
Updated yesterday
PHP
72%
MIT

Bagisto

Analytics · Ecommerce

27,983

Open-source Laravel eCommerce platform for building multi-vendor marketplaces, B2B stores, headless commerce, and AI-powered storefronts.

View details
93
Repo Health
75
Technical
69
Dependency
Built with
PHP72%
Blade22%
Updated today
PHP
100%
Other

Cachet

Monitoring

15,220

The open-source, self-hosted status page system that keeps your users informed during outages and maintenance windows.

View details
86
Repo Health
67
Technical
76
Dependency
Built with
PHP100%
Updated 2 days ago
PHP
79%
Apache 2.0

Coolify

Devops · Hosting Control Panel

60,738

Open-source self-hosted PaaS — deploy apps, databases and 280+ services on your own servers with no vendor lock-in

View details
92
Repo Health
86
Technical
72
Dependency
Built with
PHP79%
Blade18%
Updated yesterday
PHP
48%
AGPL 3.0

Crater

Invoicing Finance

8,341

Open source invoicing and billing platform for freelancers and small businesses — create estimates, track expenses, accept Stripe payments, and run recurring invoices from your own server.

View details
54
Repo Health
68
Technical
69
Dependency
Built with
PHP48%
Vue40%
Updated 2 years ago
PHP
82%
MIT

Databasement

Databases · Devops · Developer Tools

1,974

Self-hosted database backup manager with a web UI for scheduling, encrypting, and restoring MySQL, PostgreSQL, MongoDB, SQL Server, SQLite, Firebird, and Redis to S3, SFTP, Samba, or local storage.

View details
81
Repo Health
77
Technical
69
Dependency
Built with
PHP82%
Blade17%
Updated 4 days ago
Vue
54%
GPL 3.0

Financial Freedom

Invoicing Finance

2,910

Own your financial data with a self-hosted, privacy-first budgeting app that replaces Mint and YNAB.

View details
49
Repo Health
67
Technical
75
Dependency
Built with
Vue54%
PHP44%
Updated 3 months ago
JavaScript
70%
AGPL 3.0

Fleetbase

Logistics

2,510

Modular open-source logistics and supply chain operating system

View details
91
Repo Health
75
Technical
68
Dependency
Built with
JavaScript70%
PHP10%
Updated today
PHP
91%
AGPL 3.0

FreeScout

Customer Support

4,484

Run your own help desk and shared inbox — a fully self-hosted, open-source alternative to Zendesk and Help Scout with no per-agent fees.

View details
93
Repo Health
55
Technical
63
Dependency
Built with
PHP91%
Updated yesterday

Join founders buildingwith open source

Opinionated takes, migration guides, cost-saving tips, and insights from the open source ecosystem.

Subscribe on Substack
Join 750+ subscribers

Search