symfony/polyfill-php85
Symfony Polyfill for PHP 8.5 features on older runtimes. Adds get_error_handler/get_exception_handler, NoDiscard attribute, array_first/array_last, DelayedTargetValidation, Filter exceptions, and locale_is_right_to_left. MIT licensed.
|
Package
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|
| api-platform/mcp | Experimental API Platform MCP component. Integrates the Model Context Protocol (MCP) PHP SDK with API Platform and Symfony’s MCP Bundle. Read-only split from api-platform/core; report issues and PRs in the core repository. | 4 | 4 | 0 | 3K | 0 | 0.0 | 38.4 | — | — | |
| atk4/core | Agile Core is a set of reusable PHP traits for building object-oriented frameworks. Provides containers (parent/child), hooks with priorities, automatic init, dynamic methods, factory by class string, app scope injection, and improved exceptions. | 19 | 20 | 14 | 31K | 2 | 9.9 | 43.9 | MIT | 1 year ago | |
| contao/contao | — | 432 | 434 | 171 | 102 | 360 | 27.3 | 27.4 | LGPL-3.0 | — | |
| contao/core-bundle | — | 123 | 130 | 55 | 22K | 0 | 2.3 | 31.0 | LGPL-3.0 | — | |
| doctrine/mongodb-maker-bundle | — | 1 | 1 | 3 | 89 | 0 | 14.3 | 26.9 | — | 4 months ago | |
| dragon-code/benchmark | Simple PHP benchmarking tool to compare execution speed (and memory) between multiple code paths. Use the bench() helper or Benchmark class, pass callbacks as named args or arrays, and print clean min/max/avg/total results to the console. | 120 | 120 | 3 | 2K | 0 | 27.0 | 18.9 | MIT | 2 months ago | |
| fabpot/php-cs-fixer | Automatically fix PHP coding standards issues and unify style across your codebase. Includes rule sets like PER-CS, Symfony, and PhpCsFixer, plus configurable rules and migrations to modern PHP and PHPUnit. Supports PHP 7.4–8.5. | 13,541 | 13,555 | 1,635 | 13K | 42 | 88.9 | 37.5 | MIT | 6 days ago | |
| friendsofphp/php-cs-fixer | PHP CS Fixer automatically detects and fixes PHP coding style issues, applying built-in rule sets (PER-CS, Symfony, PhpCsFixer) or custom configs. Helps modernize code for newer PHP/PHPUnit. Install via Composer; supports PHP 7.4–8.5. | 13,541 | 13,631 | 1,635 | 5M | 42 | 90.3 | 73.4 | MIT | 6 days ago | |
| hyperf/collection | A lightweight, fluent Collection implementation for Hyperf/PHP. Provides convenient methods for mapping, filtering, reducing, grouping, plucking, and more, with an API similar to Laravel Collections for handling arrays and iterables cleanly and safely. | 0 | 0 | 1 | 42K | 1 | 27.7 | 64.1 | MIT | 1 month ago | |
| illuminate/collections | Illuminate Collections provides a fluent, chainable API for working with arrays and iterables in PHP. Includes Collection and LazyCollection with powerful mapping, filtering, grouping, sorting, and higher-order operations, used widely across Laravel and standalone projects. | 271 | 291 | 47 | 2M | 0 | 2.8 | 54.2 | MIT | — | |
| illuminate/container | Illuminate Container is Laravel’s lightweight dependency injection container for resolving classes, managing bindings, singletons, contextual dependencies, and automatic constructor injection. It powers service resolution and inversion of control in Laravel apps and packages. | 310 | 324 | 60 | 1M | 0 | 3.4 | 50.4 | MIT | — | |
| illuminate/database | Illuminate Database is Laravel’s standalone database toolkit for PHP: expressive query builder, Eloquent ORM (ActiveRecord), and schema builder. Supports MySQL, Postgres, SQL Server, and SQLite, and can be used via Capsule outside Laravel. | 2,770 | 2,989 | 606 | 801K | 0 | 29.5 | 35.9 | MIT | — | |
| illuminate/http | Illuminate Http provides Laravel’s HTTP layer: a rich Request and Response API, input and file handling, headers/cookies, sessions, redirects, and helpers for working with Symfony HTTP components. Useful for building middleware and controllers cleanly. | 119 | 132 | 38 | 618K | 0 | 1.8 | 51.3 | MIT | — | |
| infection/infection | Infection is a PHP mutation testing framework that measures how well your tests detect small code changes. Run it in CI to get a Mutation Score Indicator (MSI), uncover weak assertions, and improve test quality. PHP 8.3+. | 2,224 | 2,233 | 186 | 996K | 167 | 66.3 | 69.6 | BSD-3-Clause | 3 weeks ago | |
| laravel/framework | Laravel’s core framework code for building modern PHP web apps with elegant syntax. Includes fast routing, a powerful DI container, sessions and caching, database migrations, queues for jobs, and real-time event broadcasting. | 34,797 | 35,286 | 11,909 | 12M | 57 | 94.8 | 71.5 | MIT | 1 week ago | |
| lastdragon-ru/lara-asp-core | — | 0 | 0 | 1 | 4K | 0 | 0.0 | 50.3 | MIT | — | |
| lastdragon-ru/lara-asp-eloquent | — | 1 | 1 | 0 | 5K | 0 | 0.0 | 46.0 | MIT | — | |
| lastdragon-ru/lara-asp-graphql | — | 5 | 5 | 3 | 4K | 0 | 0.1 | 39.4 | MIT | — | |
| lastdragon-ru/lara-asp-testing | Testing utilities for integrating Lara ASP into Laravel apps. Provides helpers, fakes, and assertions to simplify writing automated tests around ASP policies, decisions, and request/response flows in your application. | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| lastdragon-ru/path | Laravel/PHP utilities for working with filesystem-like paths: build, normalize, join, and resolve path segments with consistent behavior across platforms. Lightweight helper functions/classes aimed at safer path manipulation in applications and libraries. | 0 | 0 | 0 | 114 | 0 | 0.0 | 28.5 | MIT | — | |
| mongodb/mongodb | High-level MongoDB PHP library built on the mongodb extension. Provides client, database, and collection abstractions with full CRUD and common commands like index and collection management—similar to other official MongoDB drivers. | 1,614 | 1,693 | 263 | 1M | 0 | 41.4 | 47.4 | Apache-2.0 | 2 months ago | |
| symfony/ai-agent | Experimental Symfony AI Agent component for building AI agents on top of the Platform and Store components. Create agents that interact with users, perform tasks, and orchestrate workflows, with optional tool bridges (search, scraping, maps, weather, files). | 32 | 32 | 3 | 123K | 0 | 22.9 | 58.0 | MIT | 6 days ago | |
| symfony/console | Symfony Console makes it easy to build beautiful, testable command-line applications in PHP. It provides structured commands, arguments and options, interactive prompts, styled output, helpers, and robust input/output handling for modern CLIs. | 9,813 | 9,992 | 266 | 18M | 0 | 66.8 | 52.7 | MIT | 3 weeks ago | |
| symfony/error-handler | Symfony ErrorHandler provides robust error and exception handling tools for PHP. Enable debug mode, register an error handler, and use DebugClassLoader for better stack traces. Convert PHP notices/warnings into exceptions and wrap risky code with ErrorHandler::call for safer debugging. | 2,672 | 2,681 | 20 | 15M | 0 | 44.0 | 60.4 | MIT | 3 weeks ago | |
| symfony/framework-bundle | Symfony FrameworkBundle tightly integrates Symfony components into the full-stack framework, providing core framework services and configuration. Part of the main Symfony repository; see official docs for contributing, issues, and pull requests. | 3,567 | 3,583 | 122 | 5M | 0 | 55.2 | 51.2 | MIT | 3 weeks ago | |
| symfony/symfony | Symfony is a robust PHP framework and component library for building web apps and APIs. It offers a mature ecosystem, reusable components, strong tooling, and long-term support, powering everything from small sites to large enterprise platforms. | 31,103 | 31,405 | 9,848 | 249K | 313 | 89.0 | 45.0 | MIT | 3 weeks ago | |
| zenstruck/foundry | Expressive, autocompletable fixture factories for Symfony + Doctrine (ORM and/or MongoDB). Create random-but-valid entities on demand for fixtures and tests, with states, persistence helpers, and rich testing features via ZenstruckFoundryBundle. | 797 | 797 | 112 | 553K | 30 | 43.5 | 59.3 | MIT | 2 months ago |
How can I help you explore Laravel packages today?