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

Yaml Laravel Package

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.

View on GitHub
Deep Wiki
Context7
Package
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
behat/behat Behat is a BDD testing framework for PHP that helps you specify and verify business expectations with readable scenarios. Install via Composer and run from vendor/bin/behat to execute your feature tests and contexts. 3,964 4,008 613 2M 50 79.4 62.6 MIT 2 weeks ago
View on GitHub
Context7
behat/gherkin behat/gherkin is a PHP library for parsing the Gherkin language used in BDD. Read and tokenize feature files, build an AST, and integrate with Behat or other test runners to execute human-readable scenarios in your test suite. 1,061 1,068 94 3M 9 37.0 61.5 MIT 4 months ago
View on GitHub
Context7
codeception/codeception Codeception is a full-stack PHP testing framework for unit, functional, and acceptance tests. It unifies PHPUnit-style assertions with browser and API testing, offers modular helpers, and integrates with popular PHP frameworks to speed up reliable test automation. 4,853 4,915 1,290 1M 151 88.3 68.7 MIT 1 month ago
View on GitHub
Context7
codedungeon/phpunit-result-printer Modern, pretty result printer for PHPUnit. Easy install via Composer, optional init script updates phpunit.xml and adds a default phpunit-printer.yml. Supports CLI/manual configuration, upgrade notes, and optional AnyBar integration (off by default; PHPUnit 7.1+). 1,194 1,201 69 34K 8 34.4 28.9 MIT 5 years ago
View on GitHub
Context7
consolidation/config 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
consolidation/output-formatters Flexible output formatting utilities for PHP/Laravel CLI apps. Convert structured data to clean tables, JSON, YAML, and more with consistent styling and easy configuration—ideal for Symfony Console/Drush-style commands needing polished, readable output. 196 200 15 1M 6 3.1 53.3 NOASSERTION
View on GitHub
Context7
consolidation/robo Robo is a modern PHP task runner for automating common development workflows. Define tasks in a RoboFile with a clean OO API to run tests, build assets, deploy, and more. Extensible via plugins, with useful built-in tasks and CLI tooling. 2,702 2,717 307 1M 163 71.7 77.8 NOASSERTION 2 years ago
View on GitHub
Deep Wiki
Context7
craftcms/cms Craft CMS is a flexible, user-friendly PHP content management system for building custom websites and applications. It combines a clean authoring experience with powerful templating, structured content, and an extensible plugin ecosystem for developers. 3,559 685 460 72.8 31.5 NOASSERTION 2 days ago
Deep Wiki
Context7
darkaonline/l5-swagger Laravel package that wraps swagger-php and Swagger UI to generate and serve OpenAPI/Swagger documentation for your app. Provides Laravel-friendly installation, configuration, and routes to publish and view interactive API docs. 2,914 2,943 415 1M 16 61.0 47.2 MIT 3 weeks ago
View on GitHub
Context7
deptrac/deptrac Deptrac helps you define and enforce architectural boundaries in PHP projects. Configure layers and dependency rules, then analyze your codebase to detect forbidden dependencies. Useful for keeping clean architecture, preventing drift, and improving maintainability in large apps. 2,911 2,909 151 918K 27 56.3 52.7 MIT 2 months ago
View on GitHub
Deep Wiki
Context7
doctrine/doctrine-bundle Symfony bundle integrating Doctrine DBAL and ORM. Provides database abstraction, schema tools, and an object-relational mapper with DQL for powerful queries, plus configuration and tooling that fits the Symfony ecosystem. 4,828 4,864 481 4M 31 77.3 62.4 MIT 3 months ago
View on GitHub
Context7
doctrine/migrations Doctrine Migrations is a PHP library for managing database schema changes with versioned migrations. Generate, run, and roll back migrations safely across environments, track executed versions, and integrate with Doctrine DBAL/ORM for reliable deployment workflows. 4,774 392 119 75.6 32.3 MIT 1 month ago
Deep Wiki
Context7
doctrine/mongodb-odm-bundle Symfony bundle integrating Doctrine MongoDB ODM for mapping PHP documents to MongoDB. Provides configuration, DI services, console commands, and tooling to manage connections, document managers, and repositories in Symfony apps. 384 388 229 322K 12 41.4 52.9 MIT 2 months ago
View on GitHub
Context7
doctrine/phpcr-odm Doctrine PHPCR-ODM maps PHP objects to a PHPCR content repository (e.g., Jackrabbit or DBAL-backed implementations). Provides persistence, querying, and schema mapping via Doctrine-style metadata, with tooling, docs, and test setups for multiple backends. 181 181 101 12K 54 49.7 54.9 MIT 2 weeks ago
View on GitHub
Context7
eventsauce/eventsauce EventSauce is a PHP event sourcing library for modeling domain events, rebuilding state from event streams, and integrating message dispatching. It provides aggregates, repositories, serializers, and tooling to help implement reliable event-driven architectures. 6 1 1 20.2 GPL-2.0 10 years ago
Context7
fabpot/php-cs-fixer PHP CS Fixer is a command-line tool for automatically fixing PHP coding standards issues. It formats and modernizes code using configurable rulesets, supports custom rule configurations, and helps keep projects consistent and clean across teams and CI. 46 12 0 0.6 NOASSERTION
Context7
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 13,565 1,630 5M 45 86.4 73.4 MIT 1 month ago
View on GitHub
Context7
google/cloud-tools Dev utilities for Google Cloud in PHP. Includes flex_exec to run commands inside the same Docker image as an App Engine Flexible deployment, with optional Cloud SQL connectivity via Cloud Build. Also provides Google\Cloud\TestUtils helpers and fixtures. 24 24 20 15K 5 31.0 51.8 Apache-2.0 8 months ago
View on GitHub
Context7
grazulex/laravel-sharelink Secure, temporary share links for Laravel. Share files, routes, and model previews with expirations, usage limits, password protection, rate limiting, IP/CIDR filtering, signed URLs, burn-after-reading, and full access auditing. 122 122 2 70 3 22.3 3.6 MIT 5 months ago
View on GitHub
Context7
hassankhan/config 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
infection/infection Infection is a PHP 8.2+ mutation testing framework that measures test suite strength by introducing small code changes (mutations) and checking if tests catch them. Integrates with common PHP test runners and provides mutation score (MSI) reporting. 2,187 2,195 177 961K 159 65.2 71.4 BSD-3-Clause 1 month ago
View on GitHub
Deep Wiki
Context7
jackalope/jackalope-fs Filesystem-based PHPCR Jackalope backend. Stores repository content in flat files, useful for local development, demos, and lightweight setups where a full database backend isn’t needed. Provides a simple way to run PHPCR without extra infrastructure. 8 2 6 21.9 2.7 4 years ago
Context7
jms/serializer Powerful PHP serializer/deserializer for complex object graphs, with JSON/XML support, circular reference handling, rich exclusion strategies, versioning, and built-in type handlers. Configurable via annotations, YAML, or XML; integrates with Doctrine ORM. 2,344 2,408 589 2M 134 76.0 74.7 MIT 3 weeks ago
View on GitHub
Context7
joomla/registry Key-value registry and configuration store for PHP. Load data from strings, files, arrays, or objects; access and modify values with getters/setters and dot-paths for nested keys; remove entries; ArrayAccess support; import/export across formats like JSON and XML. 16 18 19 17K 1 22.4 48.8 GPL-2.0 8 months ago
View on GitHub
Context7
knuckleswtf/scribe Scribe generates human-friendly API docs from your Laravel code. It builds a polished single-page HTML site with code samples and “Try It Out”, plus Postman collections and OpenAPI specs. It can infer params from validation and fetch sample responses. 2,286 2,282 360 542K 93 71.8 67.3 MIT 2 weeks ago
View on GitHub
Deep Wiki
Context7
kylekatarnls/multi-tester Run dependent projects’ test suites against your current package changes. Multi-tester swaps your package into other projects’ vendor dirs and executes their unit/CI (Travis-friendly) commands, helping catch breaking changes early in Composer ecosystems. 4 4 5 31K 0 29.2 61.6 MIT 3 weeks ago
View on GitHub
Context7
laravel/dusk Laravel Dusk is Laravel’s browser automation and end-to-end testing tool, offering a clean, expressive API for driving real browsers. Runs with a bundled standalone Chromedriver by default (no Selenium/JDK required), but supports other drivers too. 1,940 1,946 329 824K 4 50.6 44.1 MIT 2 weeks ago
View on GitHub
Deep Wiki
Context7
laravel/homestead Laravel Homestead is an official, pre-packaged Vagrant box that provides a complete local development environment for Laravel and PHP. It includes common tools and services, supports multiple projects, and runs consistently across macOS, Windows, and Linux. 3,952 3,898 1,405 34K 14 34.2 24.1 MIT 1 year ago
View on GitHub
Deep Wiki
Context7
laravel/pail Laravel Pail lets you tail and search your Laravel app’s log messages from the command line with a polished, developer-friendly UI. Works with any log driver, including services like Sentry and Flare, and includes handy filters to quickly find what matters. 912 914 29 4M 5 31.3 61.5 MIT 1 month ago
View on GitHub
Deep Wiki
Context7
laravel/roster Detect which Laravel ecosystem packages a project uses by scanning a directory. Query production vs dev dependencies, check if specific packages or versions are present, and identify the Node package manager in use via a simple API. 154 154 19 3M 2 26.5 65.0 MIT 1 month ago
View on GitHub
Context7
laravel/sail Docker-based local dev environment for Laravel on macOS, Windows (WSL2), and Linux. Sail provides ready-to-use containers and a simple CLI so you can start developing without installing extra tools beyond Docker, even with no Docker experience. 1,888 1,894 520 5M 15 58.8 61.8 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
laravel/vapor-cli Laravel Vapor CLI is the command-line client for deploying and managing Laravel apps on Laravel Vapor, a serverless, auto-scaling platform on AWS Lambda. Create and manage infrastructure, environments, queues, databases, Redis, networking, and more. 311 311 126 286K 0 34.8 49.5 MIT 2 weeks ago
View on GitHub
Context7
laravel/vapor-ui Deprecated: Vapor UI dashboard for Laravel Vapor apps. Adds an in-app interface to browse/search application logs and view failed queue jobs. Replaced largely by Vapor’s own dashboard; no Laravel 11 support. 269 270 44 21K 0 15.8 30.7 MIT 2 years ago
View on GitHub
Context7
laravel-shift/blueprint Blueprint rapidly generates multiple Laravel components from a single, human-readable YAML “draft.” Run artisan commands like blueprint:build to scaffold models, controllers, migrations, tests, and more from one definition—ideal for quickly spinning up features and CRUD. 3,108 3,110 298 54K 12 56.9 25.2 MIT 4 months ago
View on GitHub
Deep Wiki
Context7
league/commonmark Highly extensible PHP Markdown parser supporting full CommonMark and GitHub-Flavored Markdown. Convert Markdown to HTML with simple converters, customize rendering via extensions, and run safely with options like stripping HTML and blocking unsafe links. 2,944 2,987 210 10M 22 57.5 68.6 BSD-3-Clause 3 weeks ago
View on GitHub
Context7
liip/rmt RMT is a release management tool for PHP projects. Configure versioning (e.g., semantic), where versions are stored (tags, changelog), and automated pre/post-release actions. Install via Composer (dev or global) or as a Phar, then run releases consistently. 457 461 46 3K 16 8.9 18.7 MIT
View on GitHub
Context7
matomo/device-detector PHP library to parse User-Agent strings and Browser Client Hints to detect device type (desktop/mobile/tablet/TV, etc.), client apps (browsers, media players, bots), operating systems, and hardware brand/model. Composer-installable and well tested. 3,459 3,470 507 742K 63 78.8 68.5 LGPL-3.0 2 months ago
View on GitHub
Context7
moneyphp/iso-currencies Provides an up-to-date ISO 4217 currency list sourced from the official ISO Maintenance Agency resources. Built primarily to support moneyphp/money, with composer commands to install and fetch updates. 25 25 15 4K 0 24.2 36.2 MIT 4 weeks ago
View on GitHub
Context7
mpratt/embera Embera is a PHP library for turning URLs into rich embeds via oEmbed. It supports many providers, offers easy integration, caching, and flexible configuration, making it simple to render videos, tweets, and other media in your apps. 353 363 58 113K 4 4.7 36.0 MIT
View on GitHub
Context7
orchestra/canvas Orchestra Canvas brings Laravel’s artisan make code generators to apps and packages. Use familiar make:* commands outside a Laravel install or with customizable namespaces and stubs, speeding scaffolding for controllers, models, migrations, and more. 210 212 13 992K 0 31.4 59.7 MIT 2 weeks ago
View on GitHub
Context7
orchestra/canvas-core Core utilities for Orchestra Canvas code generators. Build and customize generators for Laravel apps and packages, with testing and coverage support. Provides the foundational services used by Canvas to scaffold code and streamline development workflows. 17 18 3 1M 0 29.5 65.0 MIT 3 weeks ago
View on GitHub
Context7
orchestra/testbench Orchestra Testbench is the de facto helper for testing Laravel packages. It boots a lightweight Laravel app for PHPUnit/Pest, so you can run integration and feature tests against your package with minimal setup and fast feedback. 2,226 2,237 140 993K 1 45.6 43.1 MIT 3 weeks ago
View on GitHub
Context7
orchestra/testbench-core Testbench Core is the foundation for Orchestra Testbench, providing a lightweight Laravel application bootstrap for package testing. Run artisan commands, migrations, factories, and routes in your test suite with versioned Laravel compatibility. 270 273 45 1M 4 38.7 60.6 MIT 2 days ago
View on GitHub
Context7
orchestra/workbench Orchestra Workbench is a Laravel package development companion that lets you preview, boot, and interact with your package in a lightweight app-like environment, making local testing and iteration faster and easier during development. 80 80 5 969K 1 31.5 65.0 MIT 2 weeks ago
View on GitHub
Context7
overtrue/phplint PHPLint is a fast PHP syntax linter that runs multiple lint processes in parallel to speed up checking large codebases. Supports modern PHP versions, with easy installation via Composer, PHAR, Docker, or Phive, and configurable rules and paths. 1,019 1,023 91 274K 8 39.1 42.2 MIT 4 months ago
View on GitHub
Deep Wiki
Context7
pdepend/pdepend PHP Depend (PDepend) is a static analysis tool for PHP that measures software metrics and detects design issues. It generates reports (XML, HTML, etc.) to help spot complexity, coupling, and code structure problems for better maintainability. 955 974 138 2M 16 41.2 59.8 BSD-3-Clause 2 years ago
View on GitHub
Context7
phing/phing Phing is a PHP build tool based on Apache Ant. Define XML build files to automate testing (PHPUnit), packaging, deployments, file transforms, filesystem tasks, SQL, SCM ops (Git/SVN/Hg), and docs generation. Extensible via custom PHP tasks. 1,166 1,202 318 279K 5 46.5 43.6 LGPL-3.0 2 months ago
View on GitHub
Context7
php-coveralls/php-coveralls PHP client for Coveralls that uploads Clover-style code coverage reports from PHPUnit and other test tools. Install via Composer or download the PHAR. Works with GitHub and common CI services (GitHub Actions, Travis, CircleCI, Jenkins, Codeship). 514 521 126 201K 7 35.7 46.6 MIT 3 months ago
View on GitHub
Context7
phpdocumentor/guides-markdown Markdown adapter for phpDocumentor Guides. Adds parsing and rendering of Markdown content so documentation projects can mix Markdown pages into the Guides pipeline, supporting common docs workflows and static site generation. 2 2 0 6K 0 21.2 54.1 MIT 2 years ago
View on GitHub
Context7
phpdocumentor/phpdocumentor phpDocumentor generates comprehensive PHP documentation from source code and DocBlocks. It produces API docs, UML diagrams, and parses Markdown/ReStructuredText, with tooling to embed API references into narrative docs to keep documentation in sync. 4,318 4,390 642 15K 159 85.6 43.6 MIT 4 months ago
View on GitHub
Context7
phperf/phpunit phperf/phpunit is a lightweight PHPUnit extension aimed at profiling and performance measurement during test runs. Add simple hooks to capture timing and resource usage so you can spot slow tests and track performance regressions over time. 0 0 0 68 0 20.9 29.9 NOASSERTION 3 years ago
View on GitHub
Context7
phpro/grumphp GrumPHP helps you enforce code quality on every git commit. Configure tasks like PHPStan, PHPUnit, PHPCS, and more to run as pre-commit hooks, failing fast on issues so your team keeps a consistent, clean, and build-ready codebase. 4,281 4,287 447 340K 6 65.6 33.7 MIT 2 months ago
View on GitHub
Deep Wiki
Context7
phpspec/phpspec phpspec is a behavior-driven development tool for PHP that helps you design and specify your code through examples. Write specifications, run them to drive implementation, get fast feedback, and keep your codebase clean with focused, readable specs. 1,901 1,945 287 271K 134 67.1 65.2 NOASSERTION 2 months ago
View on GitHub
Deep Wiki
Context7
phpunit/dbunit PHPUnit extension for database interaction testing. Provides DbUnit helpers for setting up database fixtures and asserting database state in tests. Install via Composer (dev) or PHAR. Note: this package is no longer maintained. 223 245 187 52K 9 15.0 42.6 NOASSERTION 10 years ago
View on GitHub
Context7
rector/swiss-knife Swiss Knife for upgrades: CLI tools to keep codebases clean and PSR-4 compliant. Detect git merge conflicts and commented-out code, find multiple classes per file, fix namespaces to match PSR-4 roots, and finalize classes without children (with skips for mocks/files). 202 200 18 118K 0 22.0 44.9 MIT 7 months 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 346 116 477 99 54.5 36.0 NOASSERTION 10 hours ago
View on GitHub
Context7
satooshi/php-coveralls PHP client for Coveralls: uploads PHPUnit clover coverage reports from CI (GitHub Actions, Travis, CircleCI, Jenkins, Codeship) to coveralls.io. Install via Composer or use the provided phar. Supports PHP 7.4+ (2.9+) and older versions via 1.x/2.x. 514 464 126 26K 7 35.7 32.3 MIT 3 months ago
View on GitHub
Context7
spatie/laravel-openapi-cli Generate Laravel Artisan commands from any OpenAPI spec. Each endpoint becomes a CLI command with typed options for path/query params and request bodies. Configure base URL, auth, caching, output formats, redirects, and custom error handling—great with Laravel Zero. 38 38 2 407 0 21.4 17.2 MIT 1 month ago
View on GitHub
Context7
spatie/laravel-superseeder A Laravel package from Spatie for “super seeding”: convenient helpers and structure to build and run powerful database seeders, generate realistic test data, and quickly spin up complete demo environments with sensible defaults and relationships. 0 2 0 0.0
View on GitHub
Context7
spatie/phpunit-snapshot-assertions Add snapshot testing to PHPUnit with simple assertions for JSON, XML, and text. First run creates snapshots; later runs compare outputs and fail on regressions. Ideal for verifying serialized data and responses with minimal test boilerplate. 695 699 77 608K 1 34.9 47.8 MIT 2 months ago
View on GitHub
Deep Wiki
Context7
spatie/phpunit-watcher Automatically rerun PHPUnit tests whenever your code changes. Run phpunit-watcher watch to execute and re-execute tests on edits in app/src/tests. Supports passing through PHPUnit arguments (e.g. --filter) and works as a global tool or dev dependency. 873 881 76 191K 0 35.6 38.1 MIT 3 months ago
View on GitHub
Context7
spatie/sheets Spatie Sheets lets Laravel apps store and retrieve static content from plain text files. Markdown and front matter work out of the box, with flexible parsing, multiple content collections, indexing, and Eloquent-like casting—ideal for docs sites and blogs. 302 302 23 2K 0 31.2 13.9 MIT 1 month ago
View on GitHub
Context7
spatie/x-ray Scan your codebase for Ray debugging calls (ray(), rd(), Ray::*, ->ray()) and list where they occur so you can remove them before deploy. Supports multiple paths, ignores, snippets/summary, GitHub Actions annotations, and CI-friendly exit codes. 80 80 7 14K 0 22.7 36.6 MIT 2 months ago
View on GitHub
Context7
spatie/yaml-front-matter Parse YAML front matter from Markdown and similar files. Reads metadata wrapped in --- at the top and returns an object with easy access to fields (via matter() or properties) plus the remaining body content. Ideal for static pages, docs, and blogs. 341 342 30 60K 0 27.7 36.6 MIT 4 months ago
View on GitHub
Context7
spiral/roadrunner-cli RoadRunner CLI provides handy commands for managing the RoadRunner PHP application server. Install the right rr binary for your OS/CPU, generate example .rr.yaml configs with plugins/presets, and streamline local and CI setup. 29 29 16 499K 0 27.8 65.0 MIT 3 months 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,778 4,780 618 119K 238 93.6 52.2 NOASSERTION 22 hours 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 4,313 43 7M 0 53.8 52.3 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 4,206 91 7M 0 53.5 52.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/maker-bundle Symfony Maker Bundle accelerates Symfony development by generating boilerplate code via maker commands. Quickly create controllers, entities, forms, tests, security, and more, following best practices, so you can focus on building features instead of scaffolding. 3,396 429 135 69.9 31.8 MIT 3 weeks ago
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/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/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/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 6,658 90 14M 0 57.3 53.8 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,685 2,741 103 6M 0 48.6 55.0 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symplify/rule-doc-generator Generate consistent, readable documentation for custom PHP rules. Symplify Rule Doc Generator creates rule descriptions and examples automatically, helping you document PHPStan, Rector, or coding-standard rules quickly and keep docs in sync with code. 31 31 3 20K 0 0.2 38.6 MIT
View on GitHub
Context7
tailflow/laravel-orion Laravel Orion builds a fully featured REST API from your Eloquent models and relationships with minimal boilerplate. Quickly generate standard CRUD endpoints, filtering, sorting, pagination, and relationship routes while keeping a Laravel-friendly workflow. 1,595 1,598 97 21K 0 39.9 18.8 MIT 1 year 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
ua-parser/uap-php UA Parser for PHP: parse browser user agents into structured data (browser, engine, OS, device) using the uap-core regex database. Helpful for analytics, logging, and device detection; easy integration via Composer and built-in caching support. 558 571 85 882K 3 6.3 45.5 NOASSERTION
View on GitHub
Context7
zenstruck/foundry Zenstruck Foundry supercharges Laravel/Symfony testing with fluent model factories, fixtures, and story-based data builders. Create, persist, and customize entities easily, manage relations, and write cleaner, faster tests with powerful helpers and states. 783 110 23 34.6 12.1 MIT 1 month ago
Deep Wiki
Context7
zircote/swagger-php swagger-php generates OpenAPI 3.0/3.1/3.2 documentation from your PHP 8.2+ code using attributes (preferred) or optional Doctrine annotations. Use it via CLI or programmatically, with helpful error reporting and a full documentation site. 5,287 5,372 947 3M 13 73.1 51.2 Apache-2.0 1 month ago
View on GitHub
Deep Wiki
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
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
twbs/bootstrap4