Browse and filter packages from the Laravel ecosystem.
|
|
Description
|
|
|
|
License
|
|
|
|---|---|---|---|---|---|---|---|
| twbs/bootstrap | Bootstrap is a popular open-source front-end toolkit for building responsive, mobile-first websites. It provides ready-to-use CSS and JS components, a flexible grid system, and utilities to quickly create consistent, accessible UI across browsers. | 174,125 | 80.0 | 34.8 | MIT | 7 months ago | |
| laravel/laravel | Laravel is a modern PHP web application framework with elegant syntax. It provides fast routing, dependency injection, Eloquent ORM, migrations, caching and sessions, queues, and real-time broadcasting—plus extensive documentation and tutorials. | 84,081 | 69.7 | 15.7 | — | 1 week ago | |
| jgthms/bulma | Bulma is a modern, responsive CSS framework based on Flexbox. Build clean layouts and UI components with a simple class system and no JavaScript required. Easy to customize, modular, and great for fast prototyping or production sites. | 50,068 | 80.0 | 35.0 | MIT | 11 months ago | |
| laravel/framework | Laravel is a modern PHP web application framework with expressive syntax and batteries-included tooling: fast routing, dependency injection, sessions/cache, migrations, queues, and real-time broadcasting—built to make development enjoyable for apps of any size. | 34,630 | 93.2 | 70.6 | MIT | 1 day ago | |
| zurb/foundation | Responsive front-end framework by ZURB for building modern websites and apps. Includes a flexible grid, UI components, typography, forms, navigation, and JavaScript plugins, with customization via Sass and support for rapid prototyping and production-ready layouts. | 29,761 | 77.7 | 33.7 | MIT | 1 year ago | |
| composer/composer | Composer is the de facto PHP dependency manager. Declare project requirements in composer.json, install/update packages from Packagist, and lock versions for reproducible builds. Supports private repositories and integrates with common VCS tools like Git. | 29,363 | 89.3 | 60.2 | MIT | 1 week ago | |
| swagger-api/swagger-ui | Swagger UI renders interactive API docs from your OpenAPI (Swagger) spec, letting teams and consumers explore endpoints without implementation details. Available as npm packages (swagger-ui, swagger-ui-dist) and Docker for easy hosting and bundling. | 28,734 | 89.3 | 55.5 | Apache-2.0 | 1 day ago | |
| fzaninotto/faker | Faker is a PHP library for generating fake data: names, addresses, phone numbers, text, dates, and more. Ideal for seeding databases, creating fixtures, and testing apps, with locale-aware providers and easy extensibility. | 26,696 | 41.8 | 59.5 | MIT | 5 years ago | |
| bagisto/bagisto | Bagisto is an open-source eCommerce platform built on Laravel. It offers a modern storefront, powerful admin panel, multi-channel and multi-locale support, and a modular architecture for extensions—ideal for building customizable online stores. | 26,327 | 85.2 | 23.1 | MIT | 2 weeks ago | |
| livewire/livewire | Livewire is a full-stack Laravel framework for building dynamic, reactive UI components using PHP. Create interactive interfaces without writing much JavaScript, with seamless server-driven updates and a component-based approach. | 23,495 | 72.2 | 39.6 | MIT | 5 days ago | |
| guzzlehttp/guzzle | Guzzle is a PHP HTTP client for sending sync or async requests with an easy API. Built on PSR-7 and PSR-18, supports middleware, cookies, streaming uploads/downloads, and JSON. Transport-agnostic for flexible integrations. | 23,450 | 75.5 | 60.2 | MIT | 7 months ago | |
| phpmailer/phpmailer | PHPMailer is a full-featured email-sending library for PHP. Send via SMTP with authentication, TLS/SSL, and support for HTML and plain-text messages. Includes attachments, embedded images, CC/BCC, custom headers, and robust error handling. | 22,085 | 77.9 | 46.4 | LGPL-2.1 | 2 months ago | |
| monolog/monolog | Monolog is a PSR-3 compatible logging library for PHP. Send logs to files, sockets, databases, and many web services via a rich set of handlers, formatters, and processors, enabling simple setups and advanced logging strategies. | 21,396 | 77.4 | 61.2 | MIT | 3 months ago | |
| phpunit/phpunit | PHPUnit is the leading unit testing framework for PHP, based on the xUnit architecture. Run tests from a bundled PHAR or install via Composer, with CI and code coverage support to help keep your code reliable. | 20,013 | 88.0 | 72.7 | BSD-3-Clause | 1 day ago | |
| fruitcake/laravel-debugbar | Integrate PHP DebugBar into Laravel with minimal setup to inspect requests, queries, views, routes, and logs in a handy toolbar. Includes collectors, timing, memory, and profiling tools to quickly find bottlenecks during development. | 19,154 | 89.9 | 52.2 | MIT | 20 hours ago | |
| barryvdh/laravel-debugbar | Laravel Debugbar integrates PHP Debug Bar into Laravel, showing request timing, queries, routes, views, cache/events, and more. Easy install and configurable collectors with support for AJAX and profiling to help diagnose performance issues in development. | 19,154 | 89.3 | 64.2 | MIT | 20 hours ago | |
| nikic/php-parser | Parse PHP code into an Abstract Syntax Tree (AST) for static analysis, manipulation, and code generation. Supports PHP 5.x to 8.4, handles errors gracefully, and preserves formatting during AST-to-code conversion. Easily traverse, modify, and convert ASTs back to PHP, with JSON serialization support... | 17,424 | 84.7 | 76.0 | BSD-3-Clause | 4 months ago | |
| erusev/parsedown | Parsedown is a fast, lightweight PHP Markdown parser with CommonMark-style syntax support. It converts Markdown to HTML with sensible defaults, minimal dependencies, and easy integration—ideal for blogs, docs, and templating in PHP and Laravel apps. | 15,018 | 88.1 | 62.6 | MIT | 1 month ago | |
| barryvdh/laravel-ide-helper | Generates up-to-date PHPDoc helper files for Laravel to improve IDE autocomplete and type hints. Creates _ide_helper.php for facades and writes or exports model docblocks for Eloquent, fluent methods, factories, and container bindings. | 14,882 | 89.3 | 65.9 | MIT | 3 weeks ago | |
| intervention/image | Intervention Image is a PHP image handling and manipulation library for Laravel and other frameworks. Create, resize, crop, encode, and optimize images with a simple fluent API, supporting GD and Imagick, plus drivers and integrations for common storage and HTTP workflows. | 14,341 | 73.1 | 46.2 | MIT | 1 week ago | |
| yiisoft/yii2-dev | Yii 2 is a modern, high-performance PHP framework with secure defaults and flexible architecture. Works out of the box, scales from small apps to large systems, and is backed by extensive guides and API reference. Requires PHP 7.4+ (best on 8). | 14,313 | 89.0 | 33.3 | BSD-3-Clause | 2 months ago | |
| yiisoft/yii2 | Yii 2 is a fast, secure, and extensible PHP framework for building modern web apps. It includes powerful MVC architecture, ORM (ActiveRecord), caching, RBAC, REST APIs, code generation, and excellent performance for large-scale projects. | 14,312 | 80.0 | 32.8 | BSD-3-Clause | 2 months ago | |
| phpoffice/phpspreadsheet | PhpSpreadsheet is a pure-PHP library for reading and writing spreadsheet files (Excel, LibreOffice Calc, and more). Create, edit, and export workbooks with rich formatting, formulas, and multiple formats via a clean, well-documented API. | 13,916 | 89.0 | 73.9 | MIT | 1 month ago | |
| phpstan/phpstan | PHPStan is a PHP static analysis tool that finds bugs without running your code. It checks types and logic, flags common error patterns early, and helps enforce higher code quality—bringing PHP closer to compiled-language safety before tests or runtime. | 13,894 | 90.8 | 72.0 | MIT | 1 week ago | |
| league/flysystem | League/Flysystem is a filesystem abstraction for PHP that provides a consistent API for local disks and cloud storage like S3. Swap adapters without changing your app, with support for reading/writing files, directories, visibility, and streams. | 13,563 | 84.6 | 82.7 | MIT | 2 years ago | |
| vlucas/phpdotenv | vlucas/phpdotenv loads environment variables from a .env file into getenv(), $_ENV, and $_SERVER. Ideal for keeping secrets out of code and managing per-environment configuration in PHP apps via simple, portable dotenv files. | 13,530 | 73.3 | 53.7 | BSD-3-Clause | 3 months ago | |
| friendsofphp/php-cs-fixer | PHP CS Fixer automatically fixes PHP code to match coding standards. Use built-in rule sets like @PER-CS, @Symfony, or @PhpCsFixer, or define your own config. Helps modernize code for newer PHP and PHPUnit. Supports PHP 7.4–8.5. | 13,489 | 86.4 | 73.4 | MIT | 1 month ago | |
| filp/whoops | Pretty error handler for PHP that turns fatal errors and exceptions into clean, developer-friendly pages with stack traces, request context, and code previews. Great for local development, debugging, and integrating into frameworks to replace default error screens. | 13,243 | 42.0 | 40.3 | MIT | — | |
| spatie/laravel-permission | Manage roles and permissions in Laravel using database-backed models integrated with Laravel’s Gate. Assign roles to users, grant permissions directly or via roles, and authorize actions with the familiar can() checks. Includes docs for setup and usage. | 12,866 | 70.2 | 40.0 | MIT | 1 day ago | |
| maatwebsite/excel | Laravel Excel is a Laravel wrapper for PhpSpreadsheet that makes Excel/CSV exports and imports simple and fast. Export collections or queries with automatic chunking, handle large datasets efficiently, and integrate cleanly into your Laravel apps. | 12,653 | 70.2 | 41.2 | MIT | 3 weeks ago | |
| ramsey/uuid | Generate and work with UUIDs in PHP using ramsey/uuid. Create v1, v4, and other UUID types, parse and validate UUID strings, and integrate easily via Composer. Well-documented, widely used, and standards-aware for reliable identifiers. | 12,623 | 74.6 | 58.3 | MIT | 3 months ago | |
| slim/slim | Slim is a PHP micro-framework for building fast, simple web apps and APIs. PSR-7/PSR-15 compatible, with flexible routing and middleware. Choose your preferred PSR-7 implementation (Slim-Psr7, Nyholm, Guzzle, etc.) and optional Slim-Http decorators. | 12,246 | 72.1 | 35.1 | MIT | 4 months ago | |
| egulias/email-validator | RFC-focused email validation library for PHP. Validates addresses against RFC 5321/5322/6530-6532 and 1035 with pluggable strategies (RFC, DNS, spoof checks). Designed for strict parsing and modern PHP (8.1+) projects via Composer. | 11,636 | 70.1 | 64.7 | MIT | 1 year ago | |
| tymon/jwt-auth | Laravel JWT authentication package providing token issuing, parsing, refresh, and invalidation using JSON Web Tokens. Integrates with Laravel guards/middleware, supports custom claims and multiple auth providers, and includes docs and testing support. | 11,487 | 89.3 | 59.4 | MIT | 1 month ago | |
| pestphp/pest | Pest is an elegant PHP testing framework focused on simplicity and joyful, expressive tests. Built for modern PHP projects, it offers a clean syntax, rich assertions, plugins, and great developer experience for unit, feature, and more. | 11,409 | 89.5 | 67.6 | MIT | 5 days ago | |
| doctrine/inflector | Doctrine Inflector is a lightweight PHP library for common string transformations: convert words between singular and plural forms, and handle case changes. Useful for naming conventions in frameworks and tools where consistent word inflection is needed. | 11,355 | 59.3 | 55.6 | MIT | 7 months ago | |
| doctrine/lexer | Doctrine Lexer is a lightweight base library for building lexers used in top-down, recursive descent parsers. It powers tokenization in Doctrine projects like Annotations and ORM (DQL), providing a reusable foundation for custom language parsing. | 11,160 | 50.8 | 50.4 | MIT | 2 years ago | |
| dompdf/dompdf | Dompdf is a PHP HTML-to-PDF converter with a CSS 2.1-focused rendering engine. Supports external stylesheets, complex tables, common image formats, basic SVG, and runs without external PDF libraries. Requires PHP 7.1+ and DOM/MBString. | 11,105 | 89.0 | 71.3 | LGPL-2.1 | 1 month ago | |
| doctrine/instantiator | Lightweight PHP library to instantiate objects without calling their constructors. Useful for hydrators, serializers, proxies, and testing/mocking. Part of the Doctrine ecosystem; creates instances via reflection while avoiding side effects and required constructor args. | 11,010 | 51.4 | 47.1 | MIT | 3 months ago | |
| mockery/mockery | Mockery is a flexible PHP mock object framework for unit testing with PHPUnit, PHPSpec, and more. It provides a readable DSL to define expectations and interactions, integrates cleanly with PHPUnit, and can be used alongside PHPUnit’s own mocking tools. | 10,725 | 87.9 | 82.1 | BSD-3-Clause | 1 year ago | |
| mobiledetect/mobiledetectlib | Lightweight PHP library to detect mobile devices and tablets using the User-Agent and HTTP headers. Simple API to check for phones, tablets, OS and browsers. Actively maintained (4.8.x) with older LTS/deprecated branches available. | 10,693 | 70.2 | 54.1 | MIT | 2 years ago | |
| psr/log | PSR-3 logging interfaces for PHP. Provides LoggerInterface, traits, and related classes to standardize how libraries accept and emit log messages. Not a logger implementation—use it to type-hint a logger or build your own PSR-3 compliant logger. | 10,445 | 54.3 | 52.0 | MIT | 1 year ago | |
| rector/rector | Rector instantly upgrades and refactors PHP code. Automate migrations from PHP 5.3–8.5 and major frameworks (Symfony, PHPUnit, Doctrine), apply single rules or rule sets, and run in CI to keep code quality high with safe, repeatable changes. | 10,264 | 77.0 | 51.4 | MIT | 20 hours ago | |
| doctrine/orm | Doctrine ORM is a PHP 8.1+ object-relational mapper that provides transparent persistence for objects on top of Doctrine DBAL. Includes DQL, an object-oriented SQL-like query language inspired by Hibernate HQL, for flexible, powerful querying. | 10,170 | 89.6 | 70.5 | MIT | 6 days ago | |
| psr/container | The PSR-11 Container Interface defines core abstractions for dependency injection in PHP. It’s a standard abstraction, not an implementation—used by DI containers like Laravel’s Illuminate\Container. Essential for dependency management, ensuring interoperability across container implementations. | 10,015 | 49.8 | 53.9 | MIT | 4 years ago | |
| symfony/console | Symfony Console makes it easy to build beautiful, testable PHP command‑line tools. Define commands, arguments and options, add interactive prompts, styled output and progress bars, plus robust input/output handling for CLI apps and scripts. | 9,830 | 62.9 | 52.4 | MIT | 1 week ago | |
| psy/psysh | PsySH is an interactive PHP REPL and runtime developer console for debugging and exploring code. Inspect variables, run snippets, and get contextual help in a powerful shell, with configuration, themes, and integrations available. | 9,827 | 66.2 | 53.4 | MIT | 2 weeks ago | |
| firebase/php-jwt | Encode and decode JSON Web Tokens (JWT) in PHP per RFC 7519. Supports common signing algorithms, key handling, and optional leeway for clock skew. Install via Composer; libsodium compatible via sodium_compat. | 9,784 | 73.0 | 54.6 | BSD-3-Clause | 1 week ago | |
| google/apiclient | Official Google APIs Client Library for PHP. Access services like Gmail, Drive, and YouTube from your server. Supports PHP 8+. In maintenance mode (critical fixes/security only). Install via Composer: google/apiclient. | 9,769 | 74.8 | 50.2 | Apache-2.0 | 1 week ago | |
| doctrine/dbal | Doctrine DBAL is a powerful database abstraction layer for PHP, providing a consistent API across drivers plus rich schema introspection and management tools. Ideal for building portable SQL queries, migrations, and database tooling beyond PDO. | 9,698 | 89.9 | 74.8 | MIT | 2 weeks ago | |
| swiftmailer/swiftmailer | Swiftmailer is a full-featured PHP library for sending email via SMTP, sendmail, or PHP mail(). It supports MIME messages, attachments, HTML/text bodies, embedded images, authentication, encryption (TLS/SSL), and extensible transports/plugins. | 9,466 | 20.0 | — | MIT | — | |
| phpdocumentor/reflection-docblock | Parse and reflect PHPDoc DocBlocks with a factory-based API. Fully compatible with the PHPDoc standard, it extracts summaries, descriptions, and tags, enabling libraries to read documentation metadata and build annotation-like features from doc comments. | 9,386 | 62.0 | 52.2 | MIT | 3 weeks ago | |
| phpdocumentor/type-resolver | Resolves DocBlock types and structural element names per PSR-5. Converts partial class names to fully qualified class names, parses type expressions into value objects, and resolves FQSENs for classes, methods, properties, functions, constants and more. | 9,185 | 56.8 | 51.6 | MIT | 3 months ago | |
| phpdocumentor/reflection-common | Shared building blocks for phpDocumentor’s reflection ecosystem. Provides common value objects and utilities used by reflection packages, helping model PHP code elements consistently for parsing, analysis, and documentation tooling. | 9,063 | 49.2 | 48.8 | MIT | 5 years ago | |
| thoughtbot/bourbon | Bourbon is a lightweight Sass/SCSS tool set for modern CSS. It provides simple, semantic mixins and functions, plus helpers for responsiveness and vendor prefixing, so you can write cleaner stylesheets without a heavy framework. | 9,029 | 30.0 | — | MIT | 3 years ago | |
| phpunit/php-code-coverage | phpunit/php-code-coverage collects, processes, and renders PHP code coverage data. Use it to start/stop coverage during tests, filter included files, and generate reports such as OpenClover XML from live runs or serialized coverage data. | 8,932 | 72.4 | 59.8 | BSD-3-Clause | 6 days ago | |
| myclabs/deep-copy | DeepCopy creates safe deep clones of PHP objects, recursively copying referenced objects while preserving the original object graph. It handles cyclic references to avoid infinite loops, and supports customization via matchers and filters for specific properties and types. | 8,887 | 62.5 | 59.4 | MIT | 8 months ago | |
| symfony/http-foundation | Symfony HttpFoundation provides an object-oriented layer for working with HTTP: requests, responses, sessions, cookies, headers, and file uploads. It simplifies handling and testing web interactions while staying close to the HTTP specification. | 8,640 | 63.8 | 52.4 | MIT | 1 week ago | |
| aimeos/aimeos-laravel | Aimeos for Laravel is a professional, ultra-fast ecommerce package you can install in minutes. Full-featured for shops and marketplaces: multi-vendor/channel, subscriptions, vouchers/discounts, 100+ payment gateways, admin UI, REST/GraphQL APIs, and SEO-ready frontend. | 8,576 | 40.7 | 1.6 | MIT | — | |
| symfony/event-dispatcher | Symfony’s EventDispatcher component lets application parts communicate by dispatching events to registered listeners and subscribers. Build decoupled, extensible workflows with a simple API for adding, removing, and prioritizing handlers. | 8,548 | 56.9 | 52.7 | MIT | 1 week ago | |
| phpspec/prophecy | Highly opinionated yet flexible PHP mocking framework for unit tests. Create test doubles with a Prophet, define expected calls and return values, then reveal mocks and verify predictions. Works with PHPUnit and other frameworks; requires PHP 7.2+. | 8,487 | 81.7 | 70.5 | MIT | 1 month ago | |
| symfony/finder | Symfony Finder component provides a fluent API to locate and iterate files and directories. Filter by name, extension, size, date, contents, or path; search multiple locations; and traverse recursively with sorting and ignore rules for flexible filesystem searches. | 8,453 | 57.2 | 53.1 | MIT | 1 week ago | |
| spiral/roadrunner | RoadRunner is a high-performance PHP application server and process manager written in Go. It runs PHP apps as long-lived workers and supports plugin-based features like HTTP/2/3, HTTPS, and FastCGI with PSR-7/17 compatibility—an alternative to Nginx+FPM. | 8,432 | 85.0 | 60.2 | MIT | 1 week ago | |
| twig/twig | Twig is a fast, secure templating engine for PHP. It offers a clean syntax, automatic escaping, template inheritance, macros, and filters, with a flexible loader system and strong extensibility—ideal for building maintainable views in web apps. | 8,353 | 77.4 | 74.3 | BSD-3-Clause | 3 weeks ago | |
| paragonie/random_compat | PHP 5 polyfill for random_bytes() and random_int(), providing secure, cryptographically strong randomness on older PHP versions. Uses the best available system sources and falls back safely, helping apps generate tokens, keys, IDs, and nonces consistently across environments. | 8,165 | 59.7 | 51.2 | MIT | 4 years ago | |
| symfony/http-kernel | Symfony HttpKernel provides a structured, event-driven workflow to turn HTTP Requests into Responses. Built on the EventDispatcher, it’s flexible enough for full-stack frameworks, micro-frameworks, and CMS platforms like Drupal. | 8,126 | 57.8 | 52.4 | MIT | 1 week ago | |
| symfony/thanks | Symfony plugin to show thanks by starring the GitHub repos of your Composer dependencies. Run via composer thanks to discover and support the open-source packages your project relies on. | 8,097 | 47.3 | 20.3 | MIT | 5 months ago | |
| psr/simple-cache | PSR-16 Simple Cache interfaces from PHP-FIG. Defines a common API for cache implementations (get/set/delete, TTL, etc.) but provides no caching itself. Use this package to type-hint against the standard and pair with any compatible cache provider. | 8,090 | 49.0 | 53.9 | MIT | 4 years ago | |
| twbs/bootstrap-icons | Official open-source Bootstrap SVG icon library with 2,000+ icons. Install via npm or Composer and use by embedding SVGs, referencing with , using the sprite, or via CSS. Explore the full icon set and usage docs at icons.getbootstrap.com. | 7,953 | 89.0 | 50.2 | MIT | 10 months ago | |
| guzzlehttp/psr7 | Full PSR-7 HTTP message implementation from Guzzle: request/response objects, URI and stream support, plus stream decorators (buffering, caching, appending, dropping) and utilities like query string parsing. Composer install; v2 supports PHP 7.2.5–8.5. | 7,947 | 55.8 | 55.2 | MIT | 4 weeks ago | |
| doctrine/cache | Doctrine Cache is a legacy cache component extracted from Doctrine Common, offering multiple cache drivers and interfaces used across Doctrine projects. Note: the library is deprecated and no longer maintained; prefer a PSR-6 or PSR-16 cache instead. | 7,879 | 60.6 | 45.7 | MIT | 3 years ago | |
| symfony/polyfill-mbstring | Provides a partial native PHP polyfill for the mbstring extension, supplying multibyte string functions when mbstring isn’t installed. Part of Symfony’s Polyfill set; lightweight and MIT-licensed. | 7,839 | 26.2 | 45.9 | MIT | — | |
| laravel-lang/lang | Community-maintained Laravel translation files for many locales. Adds localizations for core messages and validation, with easy Composer install and ongoing updates. Part of the Laravel Lang ecosystem; see docs for setup and contribution guidelines. | 7,773 | 70.5 | 28.1 | MIT | 2 weeks ago | |
| predis/predis | Predis is a flexible, feature-complete Redis/Valkey client for PHP 7.2+. Supports Redis 3.0–8.0, clusters, Sentinel/replication, pipelining, transactions, Lua scripting, SCAN iterators, TLS/Unix sockets, lazy/persistent connections, and custom commands. | 7,754 | 74.6 | 56.2 | MIT | 4 weeks ago | |
| phpunit/php-timer | Lightweight timing utility extracted from PHPUnit. Start/stop a timer to get a Duration with formatted time plus seconds, milliseconds, microseconds, and nanoseconds. Includes resource usage formatting (time + memory) for a measured block or since request start. | 7,748 | 47.8 | 52.2 | BSD-3-Clause | 2 months ago | |
| guzzlehttp/promises | Iterative promise chaining for infinite async operations with Guzzle HTTP. Supports Promises/A+ compliance, coroutine-style await via Coroutine::of(), and synchronous wait() method. Cancel promises mid-execution and handle rejection/fulfillment callbacks cleanly. Works with any object with a then()... | 7,719 | 57.8 | 59.6 | MIT | 7 months ago | |
| sebastian/diff | Standalone PHP diff library extracted from PHPUnit. Generate unified/strict unified diffs or diff-only output between strings via Differ and output builders, or parse unified diff text into an object graph with Parser for further processing. | 7,661 | 50.1 | 53.6 | BSD-3-Clause | 3 days ago | |
| webmozart/assert | webmozart/assert is a lightweight PHP assertion library for validating method input/output. It provides many type and value checks via a single Assert class and throws InvalidArgumentException with consistent, readable default error messages (or custom ones). | 7,647 | 64.9 | 62.1 | MIT | 1 month ago | |
| symfony/routing | Symfony Routing maps HTTP requests to configuration variables via flexible route definitions. Match incoming paths to controllers and parameters, and generate URLs from named routes using RouteCollection, UrlMatcher, UrlGenerator, and RequestContext. | 7,630 | 58.3 | 52.8 | MIT | 1 week ago | |
| laravel/lumen | Laravel Lumen is a fast PHP micro-framework for building web apps and APIs with elegant syntax. It includes routing, database abstraction, queues, and caching. Note: the Laravel team now recommends starting new projects with Laravel instead. | 7,593 | 30.2 | 3.4 | — | 2 years ago | |
| phar-io/manifest | Read, validate, and serialize phar.io manifest.xml metadata for PHAR archives. Provides ManifestLoader/Serializer and rich domain objects for application name, version, type, authors, licenses, and requirements—ideal for tooling and build/test workflows. | 7,498 | 47.9 | 52.7 | NOASSERTION | 2 years ago | |
| phpunit/php-file-iterator | phpunit/php-file-iterator provides a simple file iterator for PHP projects, helping tools like PHPUnit discover and filter files in directories. Installable via Composer for runtime or dev use, it supports efficient traversal and selection of files for testing workflows. | 7,488 | 48.2 | 52.5 | BSD-3-Clause | 2 months ago | |
| lcobucci/jwt | A lightweight, flexible JWT library for PHP. Create, sign, parse, and validate JSON Web Tokens with support for multiple algorithms, key types, constraints, and claims. Includes a fluent builder, token parser, and robust validation APIs. | 7,479 | 70.7 | 50.0 | BSD-3-Clause | 5 months ago | |
| phar-io/version | phar-io/version is a PHP library for parsing, comparing, and validating semantic versions and version constraints. Supports operators like >=, <=, caret (^) and tilde (~) ranges, plus pre-release labels, to check if versions comply. | 7,476 | 49.0 | 52.9 | BSD-3-Clause | 4 years ago | |
| symfony/process | Symfony Process component runs external commands in separate processes with robust control over arguments, environment, timeouts, and working directory. Capture stdout/stderr, stream live output, manage input, and handle exit codes reliably across platforms. | 7,465 | 57.8 | 53.8 | MIT | 1 week ago | |
| phpunit/php-text-template | phpunit/php-text-template is a small PHP library for rendering text templates by substituting variables into template files or strings. Commonly used by PHPUnit and related tools to generate code, reports, and other text output from simple placeholders. | 7,443 | 46.8 | 52.5 | BSD-3-Clause | 2 months ago | |
| symfony/css-selector | Symfony CssSelector converts CSS selectors into XPath expressions, making it easy to query DOM documents with familiar CSS syntax. Useful for HTML/XML scraping, testing, and DOM traversal, with documentation and support via the main Symfony repository. | 7,442 | 55.9 | 52.4 | MIT | 1 week ago | |
| symfony/var-dumper | Symfony VarDumper provides a powerful dump() replacement for var_dump(), letting you inspect complex PHP variables with rich, readable output. Includes advanced casters, configurable formatters, and tooling for debugging in CLI and web contexts. | 7,442 | 57.9 | 53.5 | MIT | 1 week ago | |
| laravel/tinker | Laravel Tinker provides an interactive REPL for Laravel, letting you run PHP code and interact with your application from the command line via Artisan tinker. Great for debugging, testing ideas, and exploring models, services, and configuration. | 7,420 | 58.5 | 50.3 | MIT | 3 weeks ago | |
| fideloper/proxy | Laravel trusted proxy middleware that correctly detects HTTPS, host, and client IP behind load balancers and reverse proxies by handling X-Forwarded-* headers. Fixes URL generation and request data when running behind ELB, Cloudflare, Nginx, etc. | 7,317 | 49.5 | 1.8 | MIT | 3 years ago | |
| barryvdh/laravel-dompdf | Laravel wrapper for Dompdf to generate PDFs from HTML views. Provides a PDF facade/service, easy rendering, streaming or downloading responses, and simple configuration—ideal for invoices, reports, and other printable documents in Laravel apps. | 7,255 | 89.2 | 71.0 | MIT | 3 weeks ago | |
| psr/http-message | PSR-7 HTTP message interfaces for PHP (Request/Response, Streams, URIs, UploadedFiles). Defines common contracts only—no concrete implementation. Ideal for framework-agnostic middleware and libraries needing interoperable HTTP message types. | 7,097 | 57.7 | 64.3 | MIT | 2 years ago | |
| mongodb/laravel-mongodb | MongoDB integration for Laravel Eloquent and query builder. Extends core Laravel classes to use the same familiar API with MongoDB. Official mongodb/laravel-mongodb package, compatible with Laravel 10.x; docs and releases maintained by MongoDB. | 7,085 | 89.3 | 57.5 | MIT | 2 weeks ago | |
| hamcrest/hamcrest-php | Official PHP port of Hamcrest matchers for expressive assertions in tests. Use MatcherAssert::assertThat() or convenient global functions (assertThat, equalTo, is, both/andAlso, either/orElse) to build readable, composable matchers with PHP-friendly typing. | 7,066 | 51.5 | 56.0 | NOASSERTION | 11 months ago | |
| sebastian/comparator | sebastian/comparator compares PHP values for equality with type-specific comparators. Use the Factory to select the right comparator for two values and assertEquals() to verify matches, throwing a ComparisonFailure when differences are found. | 7,050 | 59.8 | 62.0 | BSD-3-Clause | 1 day ago | |
| sebastian/exporter | Exports PHP variables to readable, deterministic strings for visualization and debugging. Handles scalars, arrays (including recursion), objects, resources, and special float values (NAN/INF). Useful for test output, diffs, and diagnostics. | 6,822 | 51.7 | 54.2 | BSD-3-Clause | 2 months ago | |
| sebastian/environment | Runtime environment helper for PHP projects. Detects PHP/HHVM runtime specifics so you can choose safe execution paths, handle version and platform differences, and write portable code with minimal conditionals—useful in libraries and test tooling. | 6,776 | 50.5 | 53.8 | BSD-3-Clause | 3 days ago | |
| doctrine/annotations | Doctrine Annotations parses and reads docblock annotations for PHP projects. Considered feature complete since PHP 8 attributes are the native replacement; this package now focuses on bugfixes and security fixes. Documentation available on doctrine-project.org. | 6,745 | 68.6 | 58.7 | MIT | 1 year ago | |
| league/oauth2-server | Standards-compliant OAuth 2.0 authorization server for PHP. Protect APIs with bearer access tokens, issue and refresh tokens, and support common grants (auth code, client credentials, device, implicit, password, refresh) with PSR-7 interoperability and RFC support. | 6,642 | 86.1 | 74.8 | MIT | 4 months ago | |
| symfony/translation | Symfony Translation component for internationalizing PHP apps: create a Translator, load messages from arrays, files, or other loaders, handle locales and domains, and translate strings at runtime. Part of the Symfony ecosystem and works well standalone. | 6,618 | 57.3 | 53.8 | MIT | 1 week ago |
How can I help you explore Laravel packages today?