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
Symfony
GitHub
Website

Followers

2,122

Total Stars

259,044

Packages

104

Monthly Downloads

669,525,438

Avg Score

34.7

Packages w/ Vulns

0

Search
Licenses
Apache-2.0
BSD-2-Clause
BSD-3-Clause
LGPL-2.1
LGPL-3.0
MIT
NOASSERTION
Laravel versions
12.x
11.x
10.x
9.x
8.x
Keywords
No keywords found.
2fa
3166
3166-1
7to5
A17
AI Developer Tools
AI Integration
AI Research
AI SDK
AI Text Generation
AI-powered Applications
AMQP
Accountability
Ada case
Agent
Agile
Algorithm
Api Wrapper
Apple Pay
ArangoDb
Arbitrary-precision
Array object
Associative
Audit
Authentication
Auto embed
Autowiring
Avocet Shores
B2C
BDD
Ranges
Stars
Forks
Watchers
Open issues
Open PRs
Closed issues
Closed PRs
Opportunity score
Releases Last 7 Days Last Month Last Quarter Year to Date All Time Custom
Description
License
Package
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
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
View on GitHub
Deep Wiki
Context7
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
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 56.9 52.7 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
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
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 57.8 52.4 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
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
View on GitHub
Deep Wiki
Context7
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
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 58.3 52.8 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
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
View on GitHub
Deep Wiki
Context7
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
View on GitHub
Deep Wiki
Context7
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
View on GitHub
Deep Wiki
Context7
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
View on GitHub
Deep Wiki
Context7
symfony/polyfill-php72 Symfony Polyfill for PHP 7.2: backports core and mbstring functions like spl_object_id, stream_isatty, mb_ord/mb_chr/mb_scrub, utf8_encode/decode, plus PHP 7.2 constants (PHP_FLOAT_*, PHP_OS_FAMILY) and Windows VT100 support. 4,750 23.9 41.0 MIT
View on GitHub
Deep Wiki
Context7
symfony/filesystem 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 55.3 55.3 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
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. 4,282 53.8 52.3 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/flex 4,223 51.3 7.2 MIT 4 months ago
Deep Wiki
Context7
symfony/cache Symfony Cache provides fast, low-overhead PSR-6 caching with adapters for common backends. Includes a PSR-16 bridge plus CacheInterface and TagAwareCacheInterface implementations via symfony/cache-contracts for flexible app caching. 4,171 52.7 52.5 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/dependency-injection 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 53.5 52.6 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/polyfill-ctype Provides a lightweight polyfill for PHP’s ctype_* functions when the ctype extension isn’t available. Part of Symfony’s Polyfill suite, enabling consistent character type checks across environments and older PHP installations. 4,047 20.4 49.5 MIT
View on GitHub
Deep Wiki
Context7
symfony/dom-crawler Symfony DomCrawler makes it easy to parse and navigate HTML/XML documents. It provides a fluent API to filter elements, extract text/attributes, follow links and forms, and integrates well with HttpClient and BrowserKit for web scraping and testing. 4,036 53.5 51.6 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/contracts Symfony Contracts – Standardized PHP interfaces for loose coupling, ensuring interoperability with Symfony and third-party implementations. Useful for dependency injection, autowiring, and framework-agnostic design. Backward-compatible with Symfony components. 3,942 20.3 28.2 MIT
View on GitHub
Deep Wiki
Context7
symfony/yaml Symfony Yaml component for parsing and dumping YAML. Load YAML files or strings into PHP arrays and objects, and generate clean YAML output with configurable dumping options. Well-tested, documented, and maintained as part of the Symfony ecosystem. 3,852 53.8 57.2 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/dotenv Symfony Dotenv reads .env files and loads variables into PHP’s environment, exposing them via $_ENV and $_SERVER. Supports loading multiple files, overriding existing vars, and environment-specific .env.local/.env.$APP_ENV variants. 3,798 51.3 50.8 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 51.6 51.0 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/event-dispatcher-contracts Interfaces and base abstractions for Symfony’s event dispatching system. Use these contracts to standardize how events and listeners interact, and to build libraries compatible with Symfony components and their proven implementations. 3,422 38.1 59.0 MIT 5 years ago
View on GitHub
Deep Wiki
Context7
symfony/maker-bundle 3,396 69.9 31.8 MIT 3 weeks ago
Deep Wiki
Context7
symfony/polyfill-intl-idn Provides polyfills for PHP’s Intl IDN functions idn_to_ascii and idn_to_utf8, enabling internationalized domain name conversion on systems where the Intl extension isn’t available. Part of Symfony’s Polyfill components, MIT licensed. 3,367 17.1 50.0 MIT
View on GitHub
Deep Wiki
Context7
symfony/options-resolver Symfony OptionsResolver enhances array_replace with a robust options system: define required options, set defaults, validate types and values, and normalize inputs. Ideal for building configurable APIs, form components, and reusable libraries with strict option handling. 3,240 46.6 56.1 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/doctrine-bridge 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 48.8 51.1 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/polyfill-php70 Symfony Polyfill PHP 7.0 provides compatibility shims for older PHP versions, letting modern PHP 7+ functions and features run on legacy environments. Used by Symfony components and many libraries to ensure consistent behavior across PHP versions. 3,197 16.2 33.1 MIT
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 46.7 50.3 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/panther Symfony Panther is a PHP library for end-to-end browser testing and web scraping using real browsers like Chrome and Firefox. Built on the W3C WebDriver protocol, it drives native browsers for reliable automation in Symfony or standalone. 3,062 70.2 65.0 MIT 3 months ago
View on GitHub
Deep Wiki
Context7
symfony/browser-kit Symfony BrowserKit simulates a web browser in PHP for functional tests: make requests, follow links, fill and submit forms, and inspect responses. Includes an HttpClient-based implementation to perform real HTTP requests programmatically. 3,020 46.5 52.0 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/expression-language Symfony ExpressionLanguage provides a small, fast engine to evaluate or compile one-line expressions that return values (often booleans). Add custom functions and variables to embed flexible business rules and conditions in your PHP apps. 2,847 45.2 51.9 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/mime Symfony MIME component for creating and parsing MIME messages: build emails and attachments, manage headers, encoders, addresses, and content types. Works standalone or with Symfony Mailer. Includes docs, contribution guidelines, and issue tracking. 2,836 47.0 59.8 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/stopwatch Symfony Stopwatch provides lightweight code profiling: start/stop named events, record laps, and group timings into sections/phases. Useful for measuring execution time and memory across parts of an application, with simple API and Composer install. 2,826 44.2 54.9 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/property-access Symfony PropertyAccess lets you read and write values on objects and arrays using a simple property-path string syntax. Supports nested properties, indexed access, getters/setters, and safe navigation for flexible data mapping and forms. 2,823 44.5 54.1 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 49.2 50.6 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 48.6 55.0 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/error-handler Symfony ErrorHandler provides robust PHP error and exception handling with better debugging tools. Enable debug mode, convert warnings/notices into exceptions, and safely wrap code execution with ErrorHandler::call, even bypassing the @ silencer. 2,675 43.9 60.0 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/intl Symfony Intl component provides access to ICU localization data: locales, languages, countries, scripts, currencies, time zones and more. Includes optional zlib-based data compression via the provided compress script for smaller distributions. 2,640 45.6 52.1 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/service-contracts Symfony Service Contracts provides lightweight, battle-tested abstractions extracted from Symfony components. Use these shared interfaces to build interoperable libraries and apps with proven semantics and consistent behavior across the Symfony ecosystem. 2,631 34.2 61.3 MIT 5 years ago
View on GitHub
Deep Wiki
Context7
symfony/translation-contracts Symfony Translation Contracts provides lightweight interfaces and abstractions for translation in PHP, extracted from Symfony components. Use it to build interoperable, battle‑tested translation integrations while staying framework-agnostic and compatible with Symfony implementations. 2,605 13.1 51.6 MIT
View on GitHub
Deep Wiki
Context7
symfony/polyfill-intl-icu Fallback implementations for key PHP Intl/ICU features when the intl extension is missing. Provides en-locale support for intl error helpers plus Collator, NumberFormatter, Locale, and IntlDateFormatter, enabling basic internationalization without ext-intl. 2,602 13.3 44.7 MIT
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 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 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 42.9 52.2 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 44.1 51.6 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/phpunit-bridge Symfony PHPUnit Bridge adds utilities around PHPUnit, with a focus on managing and asserting deprecation notices for smoother upgrades. It helps track, filter, and report deprecations during test runs, making CI output cleaner and migrations safer. 2,472 44.3 50.6 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/polyfill-php73 Provides PHP 7.3 compatibility helpers for older runtimes via the Symfony Polyfill component. Adds missing functions and constants so libraries can target newer PHP features while still running on legacy versions, easing upgrades and dependency support. 2,387 12.1 47.0 MIT
View on GitHub
Deep Wiki
Context7
symfony/cache-contracts Symfony Cache Contracts defines lightweight, PSR-friendly interfaces for cache and tag-aware caching, enabling consistent cache usage across Symfony components and third-party libraries. Use it to type-hint against stable APIs while swapping cache implementations. 2,382 33.3 56.3 MIT 5 years ago
View on GitHub
Deep Wiki
Context7
symfony/web-profiler-bundle 2,257 33.1 MIT 1 week ago
Deep Wiki
Context7
symfony/property-info Symfony PropertyInfo component extracts metadata about PHP class properties—types, access, docs, and more—by reading popular sources like PHPDoc, reflection, and other metadata providers. Useful for serializers, validators, and API tooling. 2,229 42.6 55.9 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/deprecation-contracts Provides the global trigger_deprecation() helper to emit standardized, silenced deprecation notices with package name and version. Works with custom error handlers (e.g., Symfony ErrorHandler) to catch and log deprecations in dev and production. 2,110 31.4 63.4 MIT 5 years ago
View on GitHub
Deep Wiki
Context7
symfony/var-exporter Symfony VarExporter lets you export any serializable PHP value to fast, OPcache-friendly PHP code (preserving __sleep/__wakeup, Serializable, __serialize). Includes Instantiator/Hydrator for bypassing constructors, deep cloning, and lazy-loading traits. 2,102 40.6 58.6 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/polyfill-intl-normalizer Fallback implementation of PHP’s Intl Normalizer class for environments without the intl extension. Part of Symfony’s polyfill suite, enabling Unicode normalization features across platforms while keeping compatibility with native Normalizer when available. 2,072 10.5 53.4 MIT
View on GitHub
Deep Wiki
Context7
symfony/http-client Symfony HttpClient provides a modern API to fetch HTTP resources synchronously or asynchronously. Supports efficient streaming, retries, and multiple transports, making it easy to integrate robust HTTP requests into Symfony or any PHP app. 2,033 43.1 57.7 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/http-client-contracts Symfony HttpClient Contracts provides stable interfaces for HTTP clients and responses, extracted from Symfony. Build libraries against these battle-tested abstractions and swap implementations easily while staying compatible with Symfony’s HttpClient ecosystem. 1,990 31.5 58.1 MIT 5 years 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 40.3 54.7 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/string Symfony String provides an object-oriented API for working with text safely and consistently. Handle bytes, UTF-8 code points, and grapheme clusters with unified string utilities for slicing, normalization, comparison, and more. 1,786 40.0 64.3 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 39.3 54.4 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/polyfill-iconv Provides an iconv-compatible API for PHP, ensuring consistent character set conversion and transliteration across environments. Part of Symfony Polyfill, it helps apps run reliably when the native iconv extension is missing or behaves differently on some systems. 1,766 9.1 46.1 MIT
View on GitHub
Deep Wiki
Context7
symfony/polyfill-intl-grapheme Symfony polyfill for Intl Grapheme functions (grapheme_*): provides consistent multibyte-safe string length, substring, and position operations when the intl extension isn’t available. Useful for Unicode-aware text handling across PHP versions. 1,736 8.8 54.4 MIT
View on GitHub
Deep Wiki
Context7
symfony/polyfill-php80 Backport of PHP 8.0 features for older PHP versions. Provides Stringable, fdiv, ValueError, UnhandledMatchError, get_debug_type, PhpToken, preg_last_error_msg, str_contains/starts_with/ends_with, get_resource_id, and FILTER_VALIDATE_BOOL. 1,734 9.4 54.4 MIT
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 39.7 54.7 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/mailer Symfony Mailer is a flexible component for sending emails via SMTP and other transports. Compose rich messages with Symfony Mime, add CC/BCC and priorities, and optionally render Twig templates with TemplatedEmail and BodyRenderer. 1,591 39.9 63.1 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/polyfill-php56 Symfony polyfill providing PHP 5.6 features for older runtimes. Adds missing functions and constants so modern libraries can run on legacy PHP versions, smoothing compatibility across environments and easing upgrades without changing application code. 1,560 7.9 41.0 MIT
View on GitHub
Deep Wiki
Context7
symfony/web-link Symfony WebLink component manages typed links between resources and serializes them to HTTP Link headers. Use it to advertise preload, prefetch, and other resource hints for faster navigation and HTTP/2 push, following HTML5 and W3C specs. 1,425 37.0 52.6 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/security-guard Symfony Security Guard provides a flexible authentication system for Symfony apps. Create custom authenticators for form login, API tokens, and more, with support for user providers, remember-me, and event-driven security flows. 1,422 18.2 42.9 MIT 1 year 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 37.8 60.8 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/messenger Symfony Messenger helps PHP apps send and receive messages via async transports and message queues. Dispatch commands/events, route to handlers, and integrate with workers and transports to decouple services and improve scalability. 1,107 38.1 57.2 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/webpack-encore-bundle Symfony bundle integrating Webpack Encore into your app. Adds asset building, versioning, and entrypoint management with simple Twig helpers for scripts/styles, plus sane defaults and easy configuration for modern JS/CSS workflows. 953 38.4 55.6 MIT 4 months ago
View on GitHub
Deep Wiki
Context7
symfony/polyfill-php81 Symfony Polyfill for PHP 8.1 features on older runtimes: array_is_list, enum_exists, MYSQLI_REFRESH_REPLICA constant, ReturnTypeWillChange, and CURLStringFile (PHP 7.4+). Part of the Symfony Polyfill suite, MIT licensed. 886 4.6 54.3 MIT
View on GitHub
Context7
symfony/password-hasher Symfony PasswordHasher provides secure password hashing and verification utilities. Configure multiple algorithms via PasswordHasherFactory (bcrypt, sodium/Argon2, etc.), hash plain passwords, verify hashes, and support upgrades with modern best practices. 813 34.4 60.4 MIT 1 week ago
View on GitHub
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 35.0 51.3 MIT 1 week ago
View on GitHub
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 33.5 59.4 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/polyfill-uuid Symfony polyfill providing a UUID implementation for PHP versions lacking native support. Offers consistent UUID generation and handling across environments, helping apps use UUIDs reliably without requiring newer PHP or extensions. 688 3.5 55.3 MIT
View on GitHub
Context7
symfony/polyfill-apcu Symfony Polyfill for APCu: provides compatible APCu functions/constants for PHP environments where the extension is missing or incomplete. Helps libraries rely on APCu-style caching across versions and platforms with a lightweight fallback implementation. 632 3.3 39.6 MIT
View on GitHub
Context7
symfony/workflow Symfony Workflow Component helps you model and run workflows or finite state machines in PHP. Define places, transitions, and guards to control state changes, track progress, and integrate with events for process automation. 628 35.4 52.6 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/uid Symfony UID provides an object-oriented API to generate and represent unique identifiers. Supports ULIDs and UUIDs (v1 and v3–v8) with implementations that work on both 32-bit and 64-bit CPUs. 610 33.0 65.0 MIT 1 week ago
View on GitHub
Context7
symfony/doctrine-messenger Doctrine integration for Symfony Messenger. Store, dispatch, and consume messages using Doctrine-backed transports and tooling. Part of the Symfony ecosystem; issues and contributions go through the main Symfony repository. 529 33.2 60.4 MIT 1 month ago
View on GitHub
Context7
symfony/lock Symfony Lock component creates and manages locks to ensure exclusive access to shared resources. Provides a unified API with multiple storage backends (e.g., filesystem, Redis, PDO) for preventing race conditions in concurrent apps. 514 32.6 62.3 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/clock Symfony Clock decouples your app from the system clock. Inject ClockInterface to get deterministic time via now() and control behavior like sleep() and time zones. Ideal for testable, time-sensitive code without relying on global time functions. 430 31.8 65.0 MIT 1 week ago
View on GitHub
Context7
symfony/polyfill-php83 Symfony Polyfill for PHP 8.3: backports core features like json_validate, Override attribute, mb_str_pad, str_increment/str_decrement, Date/SQLite3 exception classes, and updated ldap/stream context signatures for older PHP versions. 430 2.3 55.3 MIT
View on GitHub
Context7
symfony/security-acl Symfony Security ACL adds Access Control Lists to manage fine‑grained, object‑level permissions beyond roles. It supports per‑object and per‑field authorization with configurable permission masks and voters, integrating with Symfony’s security system. 371 29.7 55.5 MIT 1 month ago
View on GitHub
Context7
symfony/html-sanitizer Object-oriented HTML sanitizer for PHP/Symfony. Safely cleans untrusted HTML for DOM insertion with configurable allow/block/drop rules, attribute policies, forced values, and URL controls (HTTPS and scheme/host allowlists). Removes scripts and unsafe behaviors. 279 32.3 64.4 MIT 1 week ago
View on GitHub
Context7
symfony/rate-limiter Symfony Rate Limiter component implementing token bucket rate limiting. Configure limiters via a factory and use reserve() to wait for tokens or consume() to attempt immediately. Supports pluggable storage like in-memory for controlling request/input/output rates. 268 31.3 63.1 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/ux-twig-component Build reusable UI components in Twig with Symfony UX. Create component classes + templates, pass props, use slots, and keep rendering logic clean and testable. Integrates smoothly with Symfony apps to structure views without a frontend framework. 219 22.3 60.4 MIT 2 weeks ago
View on GitHub
Deep Wiki
Context7
symfony/type-info 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 31.9 65.0 MIT 1 week ago
View on GitHub
Context7
symfony/stimulus-bundle Symfony bundle that integrates Hotwired Stimulus into your app, wiring up controllers, auto-loading, and UX bridges with Symfony tooling. Ideal for adding modest JavaScript behavior to Twig and Symfony UX components without a heavy frontend setup. 173 21.6 MIT 2 weeks ago
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 31.5 56.9 MIT 1 week ago
View on GitHub
Context7
symfony/ux-live-component Build interactive UIs in Symfony with Live Components: stateful server-driven components that update via Ajax without writing much JavaScript. Integrates with Twig, Stimulus and Symfony UX for reactive forms, lists, and real-time interactions. 163 21.4 MIT 2 weeks ago
Deep Wiki
Context7
symfony/mailgun-mailer Symfony Mailer transport for Mailgun, supporting SMTP, HTTP, and API DSNs. Configure via MAILER_DSN with your Mailgun API key, sending domain, and optional region to send emails through Mailgun seamlessly in Symfony apps. 144 30.2 65.0 MIT 4 months ago
View on GitHub
Context7
symfony/ldap Symfony LDAP component: an LDAP client for PHP built on the PHP ldap extension. Provides tools to connect, bind, search, and manage LDAP directories. Stable since Symfony 3.1; earlier versions were internal and may break when upgrading. 136 32.3 51.3 MIT 1 week ago
View on GitHub
Context7
symfony/polyfill-php84 Symfony Polyfill for PHP 8.4 features on older runtimes. Adds helpers like array_find/array_any/array_all, bcdivmod, Deprecated attribute, fpow, grapheme_str_split, mb_* trim/ucfirst/lcfirst, ReflectionConstant, and CURL HTTP/3 constants. 133 0.8 55.3 MIT
View on GitHub
Context7
symfony/scheduler Symfony Scheduler component adds cron-like task scheduling powered by Symfony Messenger. Define recurring or one-off jobs, route them through transports and workers, and run tasks reliably within Symfony apps with first-class framework integration. 88 30.1 64.7 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/amazon-mailer Symfony Amazon Mailer bridges the Mailer component with Amazon SES, letting you send emails through AWS using a native transport. Configure credentials and region, then use Symfony Mailer APIs to deliver transactional and bulk messages reliably via SES. 77 20.6 MIT 1 month ago
Context7
symfony/sendgrid-mailer Symfony Mailer transport for SendGrid. Send emails via SendGrid’s API with Symfony’s mailer component, supporting templated messages, attachments, and configuration through standard DSN/env settings. Ideal for integrating SendGrid delivery into Symfony apps. 68 20.7 MIT 4 months ago
Deep Wiki
Context7
symfony/polyfill-php82 Symfony polyfill for PHP 8.2 features, letting apps and libraries use newer functions, classes, and constants on older PHP versions. Handy for maintaining broad compatibility across environments without changing your codebase or requiring a PHP upgrade. 66 0.4 MIT
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 29.9 57.5 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/postmark-mailer Symfony Mailer transport for Postmark. Send transactional email through Postmark using Symfony’s mailer API, with straightforward configuration and support for Postmark-specific options and headers. Ideal for Symfony apps needing reliable delivery and tracking. 48 20.3 MIT 2 months ago
Context7
symfony/polyfill-php85 Symfony Polyfill for PHP 8.5: backports upcoming core features for older PHP versions, including get_error_handler/get_exception_handler, NoDiscard, array_first/array_last, and the DelayedTargetValidation attribute. 43 0.3 55.3 MIT
View on GitHub
Context7
symfony/sendinblue-mailer Symfony Mailer bridge for Sendinblue (Brevo). Provides a transport to send emails through the Sendinblue API while using Symfony Mailer features and configuration, integrating easily into Symfony apps for transactional and marketing email delivery. 40 20.4 MIT 1 month ago
Context7
symfony/semaphore Symfony Semaphore Component provides a simple API to manage semaphores and locks, enabling exclusive access to shared resources across processes. Useful for coordinating concurrent jobs, preventing race conditions, and protecting critical sections. 37 29.8 52.3 MIT 1 week ago
View on GitHub
Context7
symfony/object-mapper Symfony Object Mapper maps data between objects (e.g., DTOs to entities) using PHP attributes to define field mappings. It reduces boilerplate transformation code, supports configurable mapping logic, and integrates cleanly with Symfony applications. 34 28.0 60.0 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/remote-event Symfony RemoteEvent component helps you receive and handle remote events from third-party services. It provides a structured way to parse payloads, validate signatures, and dispatch events within your application for consistent, secure integrations. 29 29.4 62.1 MIT 1 week ago
View on GitHub
Context7
symfony/json-streamer Symfony JsonStreamer reads and writes data structures to and from JSON streams efficiently. Ideal for streaming large JSON payloads with low memory usage, integrating with Symfony Serializer to parse or generate JSON incrementally. 14 28.5 59.7 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/emoji Symfony Emoji component gives PHP access to Unicode CLDR emoji characters and sequences, with helpers to work with modern emoji data. Includes an optional script to compress bundled data when zlib is enabled. 13 28.5 61.4 MIT 1 week ago
View on GitHub
Context7
Add Repo
Add a package to Weaver

Enter the package name (vendor/package) or a GitHub URL. Packages must exist on Packagist.

Package or URL
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.
phpyh/coding-standard
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