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

Finder Laravel Package

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.

View on GitHub
Deep Wiki
Context7
Package
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
armin/editorconfig-cli PHP CLI tool (ec) to validate and auto-fix project files against your .editorconfig rules. Enforce consistent formatting in local workflows and CI: EOL, final newline, trailing whitespace, indentation (tabs/spaces, size), plus checks for charset and max line length. 22 21 5 37K 4 29.3 54.0 MIT 4 months ago
View on GitHub
Context7
bamarni/composer-bin-plugin Composer plugin to isolate “bin” tool dependencies (PHPStan, Rector, PHPUnit, etc.) in separate Composer environments to avoid version conflicts and dependency pollution. Provides config for bin links, target directory, and command forwarding. 527 531 26 639K 4 28.6 52.3 MIT 2 months ago
View on GitHub
Context7
blade-ui-kit/blade-icons Use SVG icons in Laravel Blade with simple components and directives. Turn SVG files into or @svg('name') calls, support multiple icon sets/packages, and customize classes/attributes for consistent, reusable icons across your app. 2,453 2,458 164 2M 0 46.8 48.1 MIT 1 day ago
View on GitHub
Deep Wiki
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
codeception/module-filesystem Codeception Filesystem module provides helpers for working with files and directories in tests. Create, copy, move, delete, and assert files/folders, handle fixtures and temp paths, and verify filesystem state as part of Codeception scenarios. 19 19 7 363K 3 24.0 65.5 MIT 4 months ago
View on GitHub
Context7
colinodell/json5 PHP JSON5 parser/decoder. Adds json5_decode() as a drop-in replacement for json_decode(), supporting comments, trailing commas, single quotes, and more. Always throws SyntaxError on parse failure. Includes a json5 CLI to convert JSON5 to JSON. 304 311 13 979K 0 25.8 57.0 MIT 2 years ago
View on GitHub
Context7
composer/class-map-generator Generate PHP class maps by scanning directories to map classes/interfaces/traits/enums to file paths. Use a simple static helper or an advanced generator to scan multiple paths, sort results, and detect ambiguous class resolutions. 200 201 21 5M 0 27.0 65.0 MIT 1 week ago
View on GitHub
Context7
composer/composer Composer is the de facto PHP dependency manager. Declare project requirements in composer.json, install/update packages from Packagist, and lock versions for reproducible builds. Supports private repositories and integrates with common VCS tools like Git. 29,363 29,421 4,775 3M 116 89.3 60.2 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
composer-unused/symbol-parser composer-unused/symbol-parser is a small toolkit that parses PHP symbols from a Composer package, helping tools like composer-unused detect what code is actually referenced. Useful for analyzing dependencies, exports, and usage across a project. 14 14 13 216K 0 28.8 65.0 MIT 2 months ago
View on GitHub
Context7
consolidation/annotated-command PHP library for building CLI commands from annotations/attributes. Define command names, options, arguments, and hooks in docblocks, then let it parse input and run methods. Used by Drush and other tools for fast, structured command definitions. 225 40 19 8.4 8.2 NOASSERTION
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 15 6 3.1 1.5 NOASSERTION
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
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/persistence Leverage Doctrine Persistence for consistent object mapping and database interactions in PHP. Abstracts ORM logic, simplifying persistence across frameworks. Supports Doctrine ORM, DBAL, and more with unified abstractions. Ideal for scalable applications needing clean persistence patterns. 4,051 4,053 77 5M 16 56.2 57.0 MIT 5 months ago
View on GitHub
Deep Wiki
Context7
elasticsearch/elasticsearch Official PHP client for Elasticsearch. Connect to local or Elastic Cloud clusters and access 500+ REST API endpoints to index, search, retrieve, and delete documents, manage indices, and more, with docs and tooling for testing and mocking. 5,343 5,520 971 3M 13 72.9 50.1 MIT 2 months ago
View on GitHub
Context7
eliashaeussler/php-cs-fixer-config Reusable PHP-CS-Fixer config package by Elias Häussler. Provides a ready-to-use ruleset and sensible defaults to keep PHP code style consistent across projects, with easy installation and quick integration into existing fixer setups. 2 2 0 15K 1 24.9 60.3 GPL-3.0 3 months ago
View on GitHub
Context7
ergebnis/classy ergebnis/classy adds convenient helpers for working with PHP classes and reflection. Generate class names, namespaces, and short names, and inspect class metadata in a clean, test-friendly way—useful for tooling, libraries, and code generation. 38 38 4 64K 0 26.6 52.2 MIT 3 months ago
View on GitHub
Context7
ergebnis/phpstan-rules A set of extra PHPStan rules to enforce stricter, opinionated code standards in PHP projects. Install via Composer and include rules.neon (auto via phpstan/extension-installer) to catch issues like named arguments, class design, and more. 444 444 22 254K 6 33.8 48.0 MIT 2 months ago
View on GitHub
Context7
ergebnis/rector-rules Custom Rector rules from Ergebnis to standardize and modernize PHP code. Includes sorting associative arrays and match arms, converting Faker generator property fetches to method calls, and fixing namespaced symbol references. Install via Composer for dev. 9 9 0 18K 0 30.3 52.8 MIT 1 week ago
View on GitHub
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
illuminate/filesystem Illuminate Filesystem is Laravel’s filesystem abstraction, providing a clean API for local and cloud storage. It supports multiple “disks” (local, S3, FTP, etc.), file operations, streaming, visibility, and configuration via the Flysystem adapter layer. 152 160 24 977K 0 1.5 52.6 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
imanghafoori/composer-json Read and query data from any composer.json with a simple API. Provide the absolute path, create an instance, and access common fields via convenient methods—useful for tooling, package inspection, and build scripts. 15 15 1 8K 0 20.7 44.0 MIT 2 years ago
View on GitHub
Context7
imanghafoori/php-imports-analyzer CLI tool to scan Composer-based PHP projects for unnecessary or incorrect use/import statements. Helps clean up imports and enforce coding standards across apps and open-source packages. Install as dev dependency or globally; run check_imports from your project root. 21 21 1 7K 0 0.1 34.6 MIT
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
jolicode/jolinotif Cross-platform PHP library for sending desktop notifications from CLI scripts or cron jobs on Linux, macOS, Windows, and WSL. Create notifications with title, body, icon, and OS-specific options, or use the bundled jolinotif CLI command. 1,438 1,445 99 267K 1 39.3 36.9 MIT 4 months 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 825K 4 50.6 44.1 MIT 2 weeks ago
View on GitHub
Deep Wiki
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/legacy-factories Bring back classic Laravel model factories (<=7.x) on Laravel 8+ projects. laravel/legacy-factories restores the old factory syntax for generating test and seed data, easing upgrades and maintaining legacy codebases without rewrites. 130 132 17 688K 0 23.6 60.5 MIT 1 month ago
View on GitHub
Context7
laravel/pennant Laravel Pennant is a simple, lightweight feature flag library for Laravel. Define and evaluate feature flags to safely roll out, test, and target functionality in your app. Official docs available on the Laravel website. 573 574 63 873K 0 35.0 51.7 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
laravel-lang/status-generator Dev tool for Laravel Lang that generates locale status by creating missing locales and downloading/copying translation files from Laravel projects (framework, laravel, jetstream). Provides CLI commands to create locales and fetch sources from URLs/paths. 4 4 2 31K 0 29.5 61.5 MIT 3 weeks ago
View on GitHub
Context7
laravel-zero/framework Laravel Zero is an unofficial, console-optimized micro-framework based on Laravel. It provides an elegant starting point for CLI apps, with optional Eloquent and logging, interactive menus, desktop notifications, scheduling, standalone compilation, and Collision error reporting. 337 333 63 43K 0 28.7 34.7 MIT 2 weeks ago
View on GitHub
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 2 weeks ago
View on GitHub
Context7
localheinz/phpstan-rules Custom PHPStan rules to enforce stricter coding standards in PHP projects. Includes ready-to-use rules.neon (auto-loaded via phpstan/extension-installer) with checks like no named arguments, class final enforcement, and more. Install via Composer as a dev dependency. 444 443 22 297 6 33.8 6.8 MIT 2 months ago
View on GitHub
Context7
malukenho/docheader Laravel package that adds and manages standardized documentation headers in your source files. Generate consistent file/class docblocks with project metadata, author, license, and timestamps, helping teams enforce style and keep headers up to date automatically. 68 68 8 13K 2 22.0 37.7 MIT 8 years ago
View on GitHub
Context7
nunomaduro/phpinsights PHP Insights is a terminal tool to analyze PHP code quality, style, architecture, and complexity. Works out of the box with Laravel (artisan insights), Symfony, Yii, Magento, and more, with built-in checks for reliability and loose coupling. 5,591 5,593 294 292K 68 77.0 55.2 MIT 1 month ago
View on GitHub
Deep Wiki
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
peckphp/peck Peck is a fast CLI spell-checker for your codebase—filenames, class/method/property names, docs, and more. Powered by GNU Aspell, it helps catch wording and spelling mistakes and fits neatly into workflows like Pint or Pest. Requires PHP 8.2+ and Aspell. 474 474 67 36K 9 7.2 29.6 MIT
View on GitHub
Deep Wiki
Context7
phpbench/phpbench PHPBench is a PHP benchmark runner (like PHPUnit for performance). Run benchmarks with revolutions and iterations in isolated processes, track time and memory, generate customizable reports (console/CSV/HTML), store results, compare baselines, and detect regressions. 1,990 1,999 132 455K 29 53.6 53.3 MIT 2 weeks ago
View on GitHub
Deep Wiki
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,319 4,390 640 15K 160 85.6 43.6 MIT 4 months 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,280 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
ramsey/composer-repl-lib Library for building interactive Composer-powered PHP REPLs. Provides the core loop and helpers to evaluate code in a Composer project context, load autoloaded classes, and inspect results—useful for CLI shells, debugging tools, and developer consoles. 2 2 2 2K 0 22.4 46.9 MIT 1 month ago
View on GitHub
Context7
raveren/kint Kint is a powerful, developer-friendly PHP debugging and inspection tool for Laravel. Dump variables with rich, readable output (arrays, objects, stack traces, timing) in the browser or CLI, making it easier to explore data and troubleshoot faster. 56 27 4 4K 1 27.1 29.2 MIT 2 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
saloonphp/laravel-plugin Laravel plugin for Saloon that adds first-class Laravel integration: config publishing, service provider bindings, facades, Artisan tooling, and convenient client setup. Makes using Saloon HTTP connectors and requests feel native inside Laravel apps. 77 21 0 21.0 MIT 1 week ago
Context7
scrivo/highlight.php Server-side syntax highlighting for PHP using highlight.js grammars. Highlight code blocks in many languages, auto-detect when needed, and render HTML with themes—ideal for docs, blogs, and static site generation without requiring a browser. 710 724 45 2M 13 37.7 59.7 BSD-3-Clause 3 years ago
View on GitHub
Context7
spatie/7to5 Abandoned. Converts PHP 7.0 code to PHP 5, useful when developing on PHP 7 but deploying to PHP 5. Provides a CLI to convert entire directories and rewrites features like anonymous classes, type hints, return types, and null coalescing. 177 175 33 36 0 12.6 1.3 MIT 7 years ago
View on GitHub
Context7
spatie/code-outliner CLI tool to visualize your code structure by generating outline images of files or directories. Overlay multiple files to spot dense or repetitive areas and improve readability. Requires Puppeteer via spatie/browsershot; install globally via Composer. 83 84 3 0 0 21.7 MIT 7 years ago
View on GitHub
Context7
spatie/laravel-auto-discoverer Fast, cached discovery of PHP classes, interfaces, traits, and enums based on conditions. Scan directories to find structures implementing an interface, using attributes, extending classes, and more—ideal for auto-registration and production-ready performance. 178 178 17 5 1 28.6 0.2 MIT 1 month ago
View on GitHub
Context7
spatie/laravel-backup Create ZIP backups of your Laravel app: selected files plus database dumps. Store backups on any Laravel filesystem (including multiple destinations), monitor backup health, send notifications on failures, and automatically clean up old backups to save space. 5,966 6,054 797 698K 0 70.5 33.7 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
spatie/laravel-event-projector Deprecated in favor of spatie/laravel-event-sourcing. Entry-level event sourcing toolkit for Laravel: define aggregates, projectors, and reactors; persist domain events, build read models, and react to events for auditing and reporting-friendly apps. 636 661 61 204 0 17.0 2.0 MIT 6 years ago
View on GitHub
Context7
spatie/laravel-event-sourcing Event sourcing toolkit for Laravel: build aggregates, projectors, and reactors to store state changes as events. Ideal for audit trails, decisions based on history, and future reporting needs. Includes docs, examples, and an optional course. 900 902 175 151K 0 38.8 36.2 MIT 1 month ago
View on GitHub
Deep Wiki
Context7
spatie/laravel-route-discovery Automatically discover Laravel routes by scanning controllers and views instead of manually defining them. Configure discovery in your routes files and use PHP attributes to customize names, middleware, and more for each discovered route. 236 236 29 2K 0 31.1 16.4 MIT 1 month ago
View on GitHub
Context7
spatie/php-structure-discoverer Automatically discover classes, interfaces, traits, and other PHP structures in a codebase. Scans files, resolves namespaces, and returns a structured overview you can use for tooling, analysis, or building package features without manual registration. 178 179 17 2M 1 28.7 65.0 MIT 1 month 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/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 1 month ago
View on GitHub
Context7
spiral/framework Spiral Framework is a high-performance, long-running full-stack PHP framework with 60+ PSR-compatible components. Powered by RoadRunner for resident-memory apps, it supports GRPC, queues, WebSockets, background workers, and more. 2,039 2,042 90 174K 42 55.0 50.4 MIT 1 month ago
View on GitHub
Deep Wiki
Context7
spiral/snapshots Laravel snapshot testing helpers for asserting arrays, JSON, and HTTP responses against stored snapshots. Generate, update, and compare snapshots in tests to catch unexpected changes with clear diffs and simple PHPUnit integration. 2 2 0 438 0 21.2 35.2 MIT 6 years ago
View on GitHub
Context7
spiral/tokenizer Fast PHP tokenizer for discovering classes, interfaces, traits, and functions without loading files. Scans directories, parses source code, and builds a registry for runtime reflection, DI containers, and framework bootstrapping—lightweight and cache-friendly. 17 17 5 336K 0 25.3 65.0 MIT 6 years ago
View on GitHub
Context7
ssch/typo3-rector Automated upgrades and refactoring for TYPO3 sites and extensions using Rector. Apply version migrations, remove deprecations, and modernize code safely in development with configurable rule sets for TYPO3 7–12+. 259 260 66 110K 31 42.0 55.4 MIT 4 weeks ago
View on GitHub
Context7
stolt/lean-package-validator CLI tool to validate a PHP project/micro-package for “leanness” by ensuring common repo artifacts aren’t shipped in release archives. Also creates and updates .gitattributes export-ignore entries to enforce lean release assets. 17 17 7 79 5 31.5 13.2 MIT 6 days ago
View on GitHub
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/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/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 13 2 84K 0 28.5 61.4 MIT 1 week ago
View on GitHub
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/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/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 377 54 328K 12 29.7 55.5 MIT 1 month 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 24 0 21.6 MIT 2 weeks ago
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,684 2,741 103 6M 0 48.6 55.0 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symplify/easy-ci Automate PHP/Laravel CI chores with Symplify Easy CI: run code quality tools consistently, speed up setup, and keep checks uniform across projects. Handy for teams standardizing linting, static analysis, and test workflows in one place. 18 20 3 36K 0 0.2 45.3 MIT
View on GitHub
Context7
symplify/easy-coding-standard Easy Coding Standard (ECS) makes PHP coding standards effortless on PHP 7.2–8.5. Fast parallel runs, supports PHP_CodeSniffer and PHP-CS-Fixer, uses prepared rule sets, generates ecs.php config on first run, and can check and auto-fix code with --fix. 1,603 1,612 93 882K 8 36.9 47.2 MIT 5 months ago
View on GitHub
Context7
symplify/easy-testing Utilities for easier PHP unit testing, focused on writing cleaner tests with less boilerplate. Provides helpers and base test cases commonly used in Symplify tools to streamline assertions, fixture handling, and test setup across projects. 41 42 3 29K 0 0.1 27.7 MIT
View on GitHub
Context7
symplify/monorepo-builder Tools for PHP monorepos: discover packages, merge and propagate composer.json, validate dependency/version consistency, and automate releases. Configure via monorepo-builder.php and manage packages across /packages or custom directories. 520 519 46 167K 7 26.5 42.9 MIT 2 weeks ago
View on GitHub
Deep Wiki
Context7
symplify/package-builder 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
symplify/phpstan-extensions Extra PHPStan rules and extensions from Symplify to improve static analysis of PHP projects. Adds better type inference and framework-aware checks, helping catch bugs earlier and keep codebases consistent with minimal configuration. 39 39 5 177K 0 0.4 50.4 MIT
View on GitHub
Context7
symplify/smart-file-system Lightweight PHP file system utilities for safer, smarter file operations. Provides convenient wrappers around common read/write actions, path handling and file info helpers, aimed at simplifying scripts and package tooling with a clean, pragmatic API. 77 4 0 0.3 MIT
Context7
symplify/vendor-patches Apply and manage vendor patches in Composer projects. Automatically patch dependencies after install/update, keep patches versioned in your repo, and maintain reproducible builds without forking upstream packages. 187 188 23 266K 3 2.4 44.1 MIT
View on GitHub
Deep Wiki
Context7
ta-tikoma/phpunit-architecture-test Architecture testing for PHP projects using PHPUnit. Define and enforce dependency, namespace, and layer rules (e.g., no forbidden coupling, keep domains isolated) and catch architectural violations in CI with fast, expressive tests. 107 12 1 1.0 MIT
Context7
testo/testo Testo is an extensible PHP testing framework with a lightweight core and middleware-based plugins. Configure suites and plugins in testo.php, run tests from tests/ by default, and add inline tests, assertions, and benchmarking when needed. 156 135 5 99 14 31.3 8.7 BSD-3-Clause 1 day ago
View on GitHub
Context7
tomasvotruba/class-leak Finds class leaks in PHP apps: detects classes unintentionally pulled into your runtime via autoloading, service container or tests. Helps trim dependencies, speed up CI, and keep boundaries clean by reporting unexpected class usage with clear, actionable output. 135 135 7 92K 1 1.0 39.0 MIT
View on GitHub
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
typo3/coding-standards TYPO3 Coding Standards provides shared PHP_CodeSniffer rules and tooling to enforce consistent, TYPO3-specific PHP coding conventions. Integrate with CI and local development to automatically detect style issues, improve code quality, and keep contributions uniform. 66 15 2 21.4 0.9 MIT 1 year ago
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
veewee/xml Type-safe, declarative XML toolkit for PHP. Work with DOM safely, encode/decode XML like JSON, handle errors, and stream large files with memory-safe reader/writer. Includes XSD schema tools and XSLT transformations. Spec-compliant from v4 (PHP 8.4+). 183 181 11 332K 1 30.4 52.9 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
vincentlanglet/twig-cs-fixer A coding standards fixer for Twig templates. Analyze and automatically format Twig files with consistent style rules, configurable presets, and CI-friendly checks to keep templates clean and readable across your project. 335 335 36 617K 5 33.7 57.1 MIT 1 month ago
View on GitHub
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
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