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

Config Laravel Package

symfony/config

Symfony Config component helps you find, load, merge, auto-fill, and validate configuration from many sources (YAML, XML, INI, database). Designed for building robust, flexible config systems in PHP applications.

View on GitHub
Deep Wiki
Context7
Package
Score
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
symfony/framework-bundle 0.88 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/security-core 0.85 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
hassankhan/config 0.84 Lightweight PHP config loader (PHP 7.4+) for files or strings. Supports PHP, INI, XML, JSON, YAML (via Symfony Yaml), Properties and serialized formats. Load single/multiple files or directories, optional files, and get/set values with simple API. 975 1,024 134 86K 16 37.6 41.1 MIT 1 year ago
View on GitHub
Context7
league/config 0.84 Define and validate nested PHP configuration with strict schemas (via Nette Schema). Merge multiple config sources, apply defaults, enforce types/constraints, and read values using convenient dot notation. Ideal for robust, structured app and library config. 564 573 19 9M 0 25.3 65.9 BSD-3-Clause 3 years ago
View on GitHub
Context7
symfony/form 0.83 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/filesystem 0.83 Symfony Filesystem component offers practical utilities for working with files and directories: create, copy, move, remove, mirror, and chmod/chown paths, with robust error handling and portability across platforms. Ideal for safe filesystem operations in PHP apps. 4,646 4,703 48 12M 0 55.3 55.3 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
consolidation/config 0.83 Lightweight configuration library for PHP. Load and merge settings from multiple files and formats with a simple API, making it easy to manage app config across environments and projects. Often used as a standalone component in larger toolchains. 169 170 18 1M 9 3.9 54.8 NOASSERTION
View on GitHub
Context7
laravel-lang/config 0.83 Laravel Lang: Config provides configuration resources for the Laravel Lang ecosystem, making it easier to integrate and manage language-related settings in Laravel apps. Maintained by the Laravel Lang community and distributed via Composer under MIT. 6 6 0 353K 0 29.6 65.0 MIT 3 weeks ago
View on GitHub
Context7
symfony/security-bundle 0.83 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/routing 0.82 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/twig-bundle 0.82 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
spiral/config 0.82 Spiral Config provides a flexible configuration system for Spiral apps. Load, merge, and access settings from multiple sources with a clean API, supporting layered environments and structured config classes for predictable, testable application configuration. 2 2 1 4K 0 22.4 50.2 MIT 6 years ago
View on GitHub
Context7
symfony/security-http 0.82 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/dependency-injection 0.82 Symfony DependencyInjection component standardizes and centralizes object construction via a service container. Define services, parameters, and wiring, support autowiring and compilation, and manage dependencies consistently across applications and libraries. 4,170 4,206 91 7M 0 53.5 52.6 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/doctrine-bridge 0.82 Symfony Doctrine Bridge integrates Doctrine with Symfony components, providing glue code for ORM/DBAL usage across the framework. Part of the main Symfony repository; report issues and submit pull requests there. 3,231 3,236 43 4M 0 48.8 51.1 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/validator 0.82 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/http-kernel 0.82 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
symplify/package-builder 0.81 Helper utilities for building Symfony/PHP packages: lightweight DI and service configuration, parameter resolution, class and file helpers, and tooling-friendly conventions. Designed to reduce boilerplate when composing reusable packages and developer tools. 165 7 0 0.5 MIT
Context7
symfony/translation 0.81 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 6,658 90 14M 0 57.3 53.8 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/type-info 0.81 Symfony TypeInfo extracts and normalizes PHP type information. Resolve types from reflections or strings, build complex types via factories (nullable, list, generic, enum), cast to readable strings, and query identifiers/conditions for safer tooling and analysis. 196 197 4 4M 0 31.9 65.0 MIT 1 week ago
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