Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Http Foundation Laravel Package

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.

View on GitHub
Deep Wiki
Context7
Package
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
apimatic/core APIMatic Core for PHP: shared core logic and utilities used by APIMatic-generated PHP SDKs. Includes request building, parameter handling (query/header/form/body), and related helpers. Supports PHP 7.2–8.4. 7 7 5 226K 1 29.3 65.0 MIT 2 months ago
View on GitHub
Context7
doctrine/doctrine-migrations-bundle Integrates Doctrine Migrations into Symfony apps, providing commands and configuration for versioned database schema changes. Generate, run, and rollback migrations across environments with reliable tracking and deployment-friendly workflows. 4,306 4,332 219 3M 42 69.8 65.0 MIT 4 months ago
View on GitHub
Context7
dragon-code/simple-dto Lightweight PHP DTO helper: define simple DataTransferObject classes, build instances via make(), map nested input keys to properties, and (optionally) cast values. Supports upgrade paths from older package names. Note: author recommends spatie/laravel-data instead. 9 9 2 39K 0 12.6 58.4 MIT 2 years ago
View on GitHub
Context7
facade/flare-client-php PHP client for Flare error reporting, powering Ignition in Laravel. Captures and sends exceptions, logs, and context to Flare with Laravel integration, middleware, and configurable transport—helping you debug production issues faster. 518 20 0 23.4 MIT 3 years ago
Context7
fruitcake/php-cors Standalone PHP CORS library and Symfony HttpFoundation middleware implementing the W3C CORS spec. Configure allowed origins, methods, headers, exposed headers, and max-age; supports regex origin patterns. Used by Stack and Laravel integrations. 311 318 20 9M 2 25.8 65.9 MIT 4 months ago
View on GitHub
Context7
illuminate/cookie Laravel’s Illuminate Cookie component provides a clean API for creating, queuing, and managing HTTP cookies, including encryption and signed cookies integration. Commonly used with the framework’s request/response lifecycle for secure cookie handling. 22 24 6 76K 0 0.3 48.6 MIT
View on GitHub
Context7
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 131 38 516K 0 1.8 50.2 MIT
View on GitHub
Deep Wiki
Context7
illuminate/routing Illuminate Routing provides Laravel’s URL generation and request routing layer, including route definitions, controllers, middleware, parameter binding, route caching, and named routes. Use it to match HTTP requests to actions with flexible, expressive APIs. 123 140 79 155K 0 3.0 42.8 MIT
View on GitHub
Deep Wiki
Context7
illuminate/session Illuminate Session provides Laravel’s session management layer, including session stores, handlers, middleware support, flash data, and CSRF-friendly session integration. Use it to persist user state across requests with a consistent API, in Laravel or standalone. 99 101 19 563K 0 1.1 51.8 MIT
View on GitHub
Context7
illuminate/validation Core Laravel validation component providing a fluent, rule-based validator for arrays and request input. Supports built-in and custom rules, conditional validation, messages and attributes, error bags, and translation-ready output for consistent data validation across apps. 189 202 67 506K 0 3.0 47.3 MIT
View on GitHub
Context7
laravel/browser-kit-testing Fluent BrowserKit-style testing for Laravel: make HTTP requests, follow routes, fill forms, and assert response content with simple methods like visit, see, and dontSee. Install as a dev dependency and extend Laravel\BrowserKitTesting\TestCase. 513 516 72 173K 0 33.1 41.1 MIT 3 weeks ago
View on GitHub
Context7
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 35,101 11,833 9M 55 93.2 70.6 MIT 1 day ago
View on GitHub
Deep Wiki
Context7
laravel/lumen-framework Core kernel code for Laravel Lumen, the fast PHP micro-framework. Provides the foundation for routing, database abstraction, queues, caching, and more. For building apps, use the main Lumen repository; docs at lumen.laravel.com. 1,507 1,543 412 263K 2 44.8 36.5 MIT 1 year ago
View on GitHub
Deep Wiki
Context7
laravel/nightwatch Laravel Nightwatch package for Laravel apps: collects performance and application metrics and securely sends them to the hosted Nightwatch monitoring platform, providing deep Laravel-optimized insights into runtime behavior and overall health. 350 349 73 1M 0 35.9 57.4 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
laravel/reverb Laravel Reverb adds real-time WebSocket communication to Laravel apps. Use it to broadcast events and power live updates with a first-party, Laravel-native server. Official docs: https://laravel.com/docs/reverb 1,539 1,545 148 1M 4 41.2 50.2 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
laraveldaily/laravel-invoices Generate customizable PDF invoices in Laravel with taxes, discounts, shipping, due dates, serial numbers, templates and translations. Store, download or stream via any configured filesystem, with flexible currency formatting and per-invoice overrides. 1,545 1,549 323 47K 3 43.7 26.0 GPL-3.0 2 weeks ago
View on GitHub
Context7
league/glide-symfony Symfony adapter for League Glide image manipulation. Easily integrate on-demand image resizing, cropping, and caching into Symfony apps with Glide’s server and filesystem support. Install via Composer and follow the official Glide documentation for setup. 102 102 27 101K 4 25.1 51.3 MIT 2 years ago
View on GitHub
Context7
php-debugbar/php-debugbar PHP Debug Bar adds a developer-only in-browser toolbar to PHP apps, showing profiling and request details without var_dump(). Includes collectors for time, memory, exceptions, messages, config, PDO, Monolog, Symfony components, and more; supports AJAX and saved requests. 4,383 4,384 426 3M 1 66.8 45.8 MIT 21 hours ago
View on GitHub
Deep Wiki
Context7
php-debugbar/symfony-bridge Symfony bridge for PHP Debug Bar. Install via Composer to integrate php-debugbar into Symfony apps, with a ready-to-run demo and PHPUnit test suite (including Panther browser tests) for verifying integration and UI behavior. 0 0 0 810K 0 21.8 65.0 MIT 2 months ago
View on GitHub
Context7
phpstan/phpstan-symfony PHPStan extension for Symfony that improves static analysis with precise return types and framework-specific rules. Understands container/services, parameters, controllers, request/headers, serializer, forms, messenger handlers, cache callbacks, config tree builders, and more. 782 787 100 2M 61 53.4 84.4 MIT 1 month ago
View on GitHub
Deep Wiki
Context7
proengsoft/laravel-jsvalidation Reuse Laravel validation rules, messages, and FormRequests for automatic client-side form validation—no custom JS needed. Built on jQuery Validation, supports localization and most rules, with AJAX checks for unique/exists/active_url and custom rules. 1,146 1,160 176 26K 13 45.2 32.2 MIT 3 weeks ago
View on GitHub
Deep Wiki
Context7
protonemedia/laravel-form-components Deprecated package providing Blade form components for Laravel (inputs, selects, checkboxes, radios) with validation, model binding, defaults, translations, and customizable vendor styling for Tailwind CSS v1/v2 and Bootstrap 4/5. 816 813 108 2K 21 21.5 19.5 MIT 3 years ago
View on GitHub
Deep Wiki
Context7
psalm/plugin-laravel Psalm plugin for Laravel that adds deep framework-aware static analysis plus taint-based security scanning. Detects SQL injection, XSS, SSRF, shell injection, file traversal, and open redirects by tracking user input flows across functions and services. 327 327 75 99K 28 41.8 53.2 MIT 1 day ago
View on GitHub
Context7
redaxo/source REDAXO is an easy-to-learn, multilingual website framework/CMS with custom modules for full control over input and output. Simple yet flexible since 2004, highly extendable and adaptable to your workflow, backed by an active community and solid docs. 346 345 116 345 99 54.5 36.0 NOASSERTION 6 days ago
View on GitHub
Context7
spatie/flare-client-php PHP client for sending errors, exceptions, and stack traces to Flare. Install via Composer, configure your API key, and report incidents from any PHP 8.2+ app. For Laravel integrations, use spatie/laravel-flare. 177 178 20 4M 0 30.7 65.0 MIT 3 weeks ago
View on GitHub
Context7
spatie/ignition Ignition is a beautiful, customizable error page for PHP apps. Register it to get rich exception screens with stack traces, context, and a polished UI with light and dark mode. Integrates via Laravel, Symfony, Drupal, and more. 510 519 63 4M 0 33.8 63.3 MIT 3 weeks ago
View on GitHub
Context7
spatie/laravel-export Export a Laravel app as a static site bundle. Crawls your routes to generate HTML for every URL and copies your public assets into an export folder, ready to upload to Netlify or any static host—keep Laravel tools locally while deploying static. 659 659 62 5K 0 32.2 14.8 MIT 1 month ago
View on GitHub
Context7
spatie/laravel-honeypot Protect Laravel forms from spam bots with a simple honeypot + timed submission check. Add the x-honeypot Blade component (or pass values manually for Inertia) and the package will reject requests with filled honeypot fields or unrealistically fast submits. 1,554 1,556 108 211K 0 40.6 34.7 MIT 1 month ago
View on GitHub
Deep Wiki
Context7
spatie/symfony-ignition-bundle Replace Symfony’s default exception page with Spatie Ignition: a beautiful, customizable error screen with context, stack traces, dark mode, and helpful debugging tools. Install as a dev bundle and configure via ignition.yaml to fit your app. 29 29 6 1K 0 22.5 25.5 MIT 1 month ago
View on GitHub
Context7
statamic/cms Statamic is a flat-file-first CMS for Laravel, powered by Git. Install this core Composer package into an existing Laravel app to build fast, beautiful, easy-to-manage websites with a flexible content model and control panel. 4,777 4,778 618 118K 240 93.6 52.2 NOASSERTION 1 day ago
View on GitHub
Deep Wiki
Context7
symfony/asset Symfony Asset component helps generate and version URLs for web assets like CSS, JavaScript, and images. Supports cache busting via version strategies and base paths/URLs, making it easy to reference assets consistently across environments and CDNs. 3,160 3,174 12 4M 0 46.7 50.3 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/asset-mapper Symfony AssetMapper exposes asset directories and publishes them to a public folder with digested (versioned) filenames. It can also generate an importmap, letting you use modern JavaScript modules without a build step. 165 165 6 525K 0 31.5 56.9 MIT 1 week ago
View on GitHub
Context7
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 10,011 268 16M 0 62.9 52.4 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
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 8,601 67 15M 0 56.9 52.7 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/form Symfony Form component helps you build, process, validate, and reuse HTML forms with a robust, extensible API. Includes field types, data mapping, CSRF protection, and integration hooks for Symfony apps or standalone PHP projects. 2,774 2,791 109 3M 0 49.2 50.6 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/framework-bundle FrameworkBundle integrates Symfony components into the full-stack Symfony framework, providing core wiring for services, configuration, routing, controllers, and more. Part of the main Symfony repository; see docs for contributing, issues, and PRs. 3,572 3,590 123 5M 0 51.6 51.0 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
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 8,152 98 14M 0 57.8 52.4 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/notifier Symfony Notifier sends notifications through multiple channels like email, SMS, chat, and push. It unifies message creation, routing, and transport handling, making it easy to notify users via one or several providers with a consistent API. 806 809 16 1M 0 35.0 51.3 MIT 1 week ago
View on GitHub
Context7
symfony/psr-http-message-bridge Symfony PSR-7 Bridge integrates PSR-7 HTTP messages with Symfony. Convert between Symfony HttpFoundation requests/responses and PSR-7 implementations, enabling interoperability with PSR-7 middleware, libraries, and frameworks. 1,296 1,303 56 7M 0 37.8 60.8 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
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 7,702 92 13M 0 58.3 52.8 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/runtime Symfony Runtime decouples PHP applications from global state by providing a flexible runtime entry point and bootstrapping layer. It standardizes how apps are started across environments and integrations, improving portability and testability. 743 744 7 3M 0 33.5 59.4 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/security-bundle Symfony SecurityBundle integrates the Security component into the Symfony full-stack framework, providing authentication, authorization, firewalls, user providers, and access control. Part of the main Symfony repository with established contribution and issue workflows. 2,500 2,506 28 4M 0 44.1 51.6 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/security-core Symfony Security Core provides the building blocks for authentication and authorization. Use tokens, voters, role hierarchies, and an access decision manager to cleanly separate access rules from user providers and credential storage. 1,885 1,891 31 4M 0 40.3 54.7 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/security-csrf Symfony Security CSRF component generates and validates CSRF tokens to protect forms and requests from cross-site request forgery. Provides CsrfTokenManager and related tools for secure token handling in Symfony and PHP apps. 1,775 1,781 8 4M 0 39.3 54.4 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/security-http Symfony Security HTTP integrates the Security Core with HTTP: firewalls, request handling, and authenticators to secure parts of your app and authenticate users. Install via composer require symfony/security-http. 1,713 1,715 22 4M 0 39.7 54.7 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/serializer Symfony Serializer component for converting objects and complex data structures to/from arrays, JSON, XML and more. Supports object graphs, custom normalizers/encoders, and flexible context options for reliable serialization and deserialization. 2,546 2,574 76 6M 0 44.9 55.2 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/twig-bridge Symfony Twig Bridge integrates Twig with Symfony components, providing templating support across the framework. Includes extensions, form rendering helpers, and tooling to use Twig seamlessly in Symfony applications, with links to docs, issues, and contributions. 2,519 2,522 48 5M 0 45.7 53.0 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/twig-bundle TwigBundle integrates Twig templating into the Symfony full-stack framework, providing seamless configuration and services for rendering templates. Includes links for contributing, reporting issues, and submitting pull requests via the main Symfony repository. 2,508 2,517 24 4M 0 42.9 52.2 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/validator Symfony Validator component validates values and objects using a constraint-based system inspired by JSR-303 Bean Validation. Supports built-in and custom constraints, rich violation messages, and integration with Symfony forms and frameworks. 2,684 2,741 103 6M 0 48.6 55.0 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/webhook Symfony Webhook component for sending and consuming webhooks. Helps build webhook endpoints, verify and parse incoming requests, and dispatch outgoing webhooks with consistent signatures and payload handling across integrations. 56 57 2 196K 0 29.9 57.5 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
typo3/cms-core TYPO3 CMS Core provides the essential framework, APIs, and services for the TYPO3 content management system. It powers backend and frontend rendering, extensions, security, caching, routing, and site configuration for building and maintaining TYPO3-based websites. 33 34 18 274K 0 0.7 54.0 GPL-2.0
View on GitHub
Context7
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
davejamesmiller/laravel-breadcrumbs
artisanry/parsedown
christhompsontldr/phpsdk
enqueue/dsn
bunny/bunny
enqueue/test
enqueue/null
enqueue/amqp-tools
milesj/emojibase
bower-asset/punycode
bower-asset/inputmask
bower-asset/jquery
bower-asset/yii2-pjax
laravel/nova
spatie/laravel-mailcoach
spatie/laravel-superseeder
laravel/liferaft
nst/json-test-suite
danielmiessler/sec-lists
jackalope/jackalope-transport