composer/xdebug-handler
Restart PHP CLI processes without loading Xdebug (unless xdebug.mode=off), avoiding slowdowns in tools like Composer. Creates a temporary ini with Xdebug commented out and relaunches the command, with env vars to allow Xdebug or inspect original ini paths.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| cosmologist/symfony-common-bundle | 0.81 | — | 2 | 2 | 0 | 0 | 0 | 0.2 | — | — | 7 years ago | |
| malukenho/mcbumpface | 0.80 | — | 116 | 117 | 9 | 10K | 6 | 2.6 | 28.5 | — | — | |
| bitban/psysh-bundle | 0.80 | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| app-dev-panel/adapter-symfony | 0.80 | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| aeatech/web-snapshot-profiler-xhprof-bundle | 0.80 | Symfony bundle for production-friendly web profiling with XHProf and XHGui. Capture snapshot profiles per request, control sampling via route/header/request param matchers, and configure flags for memory/internal function data. Requires PHP 8.2+ and ext-xhprof. | 0 | 0 | 0 | 13 | 0 | 0.0 | 15.8 | MIT | — | |
| sebastianfeldmann/cli | 0.79 | Lightweight PHP library for building CLI tools: defines commands and options, parses argv, validates input, and renders help/usage output. Clean API for composing console applications with consistent argument handling and exit codes. | 21 | 21 | 9 | 308K | 4 | 9.8 | 55.8 | MIT | 1 year ago | |
| symfony/debug | 0.78 | Symfony Debug provides tools to improve PHP error handling and debugging: enhanced exceptions, stack traces, error pages, and dumping utilities to inspect variables. Helps developers diagnose issues faster during development and integrate consistent error reporting. | 7,178 | 7,346 | 46 | 1M | 0 | 17.7 | 21.7 | MIT | 3 years ago | |
| zendframework/zend-debug | 0.78 | zend-debug provides debugging utilities for Zend Framework apps, including variable dumping, debug messages, and helpers to inspect execution during development. Useful for troubleshooting and profiling in legacy ZF-based projects. | 12 | 13 | 14 | 19K | 0 | 0.4 | 31.0 | BSD-3-Clause | 8 years ago | |
| adhocore/cli | 0.78 | A lightweight PHP library to build interactive CLI apps with commands, options, prompts, and colored output. Create structured command-line tools quickly, with input helpers and utilities suited for both simple scripts and larger console applications. | 351 | 356 | 38 | 75K | 5 | 13.4 | 33.9 | MIT | 1 year ago | |
| spatie/laravel-artisan-dd | 0.76 | Run one-off Laravel code from the command line without opening Tinker. Use php artisan dd "User::first()" to execute expressions and dump results. Supports multiple expressions and short class names for quick debugging and inspection. | 162 | 165 | 14 | 503 | 0 | 18.1 | 9.3 | MIT | 5 months ago | |
| bitandblack/composer-helper | 0.76 | Laravel-friendly Composer helper utilities that simplify common package tasks like inspecting installed packages, resolving versions, and reading composer.json/lock data. Useful for build tools, diagnostics, and automation where you need Composer metadata programmatically. | 0 | 0 | — | 662 | — | 0.0 | 39.1 | — | — | |
| egulias/listeners-debug-command-bundle | 0.76 | — | 56 | 56 | 11 | 279 | 0 | 2.5 | 10.6 | MIT | 11 years ago | |
| phpdocumentor/flyfinder | 0.76 | Flyfinder is a lightweight Finder component for phpDocumentor, built on Symfony Finder. It locates files and directories with a fluent API, supports glob patterns, ignore rules, and custom iterators—ideal for scanning project trees in tools and build pipelines. | 30 | 31 | 7 | 15K | 0 | 3.0 | 37.0 | MIT | 1 year ago | |
| maglnet/composer-require-checker | 0.75 | CLI tool that scans your PHP sources and composer.json to ensure every used class/function comes from declared dependencies. Detects “soft” transitive deps and missing required PHP extensions, helping prevent breakage after dependency updates. | 1,005 | 1,012 | 79 | 566K | 32 | 41.5 | 59.5 | MIT | 4 months ago | |
| dealerdirect/phpcodesniffer-composer-installer | 0.73 | Composer installer plugin that automatically registers PHP_CodeSniffer coding standards (rulesets) from your dependencies. It scans installed packages for phpcodesniffer-standard rulesets and configures PHPCS installed_paths—no symlinks or manual setup. | 602 | 609 | 38 | 5M | 5 | 28.9 | 62.4 | MIT | 2 months ago | |
| fabpot/php-cs-fixer | 0.72 | Automatically fix PHP coding standards issues and unify style across your codebase. Includes rule sets like PER-CS, Symfony, and PhpCsFixer, plus configurable rules and migrations to modern PHP and PHPUnit. Supports PHP 7.4–8.5. | 13,548 | 13,555 | 1,636 | 13K | 41 | 88.8 | 37.5 | MIT | 1 week ago | |
| friendsofphp/php-cs-fixer | 0.72 | PHP CS Fixer automatically detects and fixes PHP coding style issues, applying built-in rule sets (PER-CS, Symfony, PhpCsFixer) or custom configs. Helps modernize code for newer PHP/PHPUnit. Install via Composer; supports PHP 7.4–8.5. | 13,541 | 13,631 | 1,635 | 5M | 42 | 90.3 | 73.4 | MIT | 1 week ago | |
| stripe/stripe-php | 0.70 | Official Stripe PHP SDK for accessing the Stripe API. Install via Composer, configure your API key, and use resource classes that map to Stripe objects and endpoints. Supports PHP 7.2+ (older versions being phased out). | 4,018 | 4,099 | 895 | 5M | 12 | 73.7 | 55.1 | MIT | 1 day ago | |
| spatie/phpunit-snapshot-assertions | 0.69 | Add snapshot testing to PHPUnit. Save expected output (JSON, arrays, strings, etc.) on first run and automatically compare on later runs to catch regressions with minimal assertions. Includes handy traits and snapshot update workflow for tests. | 696 | 700 | 74 | 607K | 0 | 30.7 | 46.3 | MIT | 2 months ago | |
| twilio/sdk | 0.67 | Official Twilio PHP SDK for working with Twilio’s APIs (SMS, Voice, WhatsApp, Verify, and more). Install via Composer, supports PHP 7.2–8.4, and provides a typed client to send messages, make calls, and manage Twilio resources. | 1,636 | 1,666 | 574 | 3M | 26 | 60.4 | 71.2 | MIT | 2 months ago |
How can I help you explore Laravel packages today?