netzmacht/phpspec-phpcq-plugin
PHPSpec plugin for the PHP Coding Quality (phpcq) toolchain. Integrates phpspec runs into phpcq pipelines, enabling automated specification testing as part of your QA checks, reporting, and CI workflows.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| phpspec/phpspec | 0.89 | PHPSpec is a behavior-driven development tool for PHP. Specify how objects should behave, then generate and evolve code through examples with fast feedback. Great for designing clean APIs, refactoring safely, and writing focused specifications. | 0 | 1,946 | — | 255K | — | 72.7 | 61.9 | — | — | |
| arty/php-coding-standard | 0.89 | — | 2 | 3 | 0 | 8 | 0 | 11.2 | 9.6 | MIT | 7 months ago | |
| memio/spec-gen | 0.88 | Memio SpecGen is a PhpSpec extension that auto-generates constructors and methods from your specs, adding type-hinted arguments, sensible variable names, collision-safe numbering, and constructor properties/assignments. | 66 | 67 | 10 | 140 | 0 | 16.8 | 7.4 | MIT | 6 months ago | |
| sirbrillig/phpcs-variable-analysis | 0.88 | PHPCS plugin that analyzes variable usage: warns on undefined variables (including in unset), unused variables, and use of $this/self/static outside class scope. Works with PHPCS 3.13.5+ and PHP 5.4+. | 145 | 145 | 17 | 1M | 19 | 36.9 | 71.1 | NOASSERTION | 4 days ago | |
| ecphp/php-conventions | 0.87 | Predefined GrumPHP configuration for PHP projects at the European Commission. Adds quality checks via git hooks (or manual runs): license file, composer validation/normalization, linters (YAML/JSON/PHP), Twig CS, PHP-CS-Fixer, PHPCS, PHPStan, Psalm. | 1 | 1 | 1 | 162 | 0 | 0.9 | 28.6 | BSD-3-Clause | 4 years ago | |
| nunomaduro/phpinsights | 0.87 | PHP Insights analyzes PHP code quality, style, architecture, and complexity from your terminal. Works out of the box with Laravel (artisan insights), Symfony, Yii, Magento, and more, with built-in checks for reliability and loose coupling. | 5,626 | 5,621 | 299 | 268K | 70 | 72.6 | 54.8 | MIT | 3 months ago | |
| jakub-onderka/php-code-style | 0.87 | A PHP coding style toolkit for consistent formatting and style enforcement across projects. Helps standardize code layout and conventions, making reviews easier and reducing style-related noise in diffs for teams and CI pipelines. | 0 | 0 | 1 | 19 | 0 | 0.4 | 18.0 | — | 12 years ago | |
| camelot/coding-style | 0.87 | Camelot coding style standard for PHP projects, based on PSR-2 and Symfony2. Provides ready-to-use configurations for PHP_CodeSniffer and PHP-CS-Fixer (composer install, sample phpcs.xml.dist and .php_cs.dist, customizable rules). | 0 | 0 | 1 | 7 | 0 | 0.1 | 12.5 | MIT | — | |
| phpspec/phpspec2 | 0.87 | — | 163 | 169 | 25 | 32 | 0 | 0.9 | 1.0 | NOASSERTION | — | |
| edgedesign/phpqa | 0.87 | — | 564 | 567 | 59 | 14K | 2 | 20.2 | 21.4 | MIT | 8 months ago | |
| amoifr/phpquality-bundle | 0.85 | Symfony bundle and Docker image for PHP static code analysis. Generates reports on complexity, maintainability, coupling, architecture/SOLID layer violations, and coverage. Built as a modern replacement for the unmaintained phpmetrics/phpmetrics. | 4 | 3 | 0 | 0 | 0 | 0.0 | — | — | — | |
| phpcq/plugin-api | 0.85 | phpcq/plugin-api provides the plugin interfaces used by the phpcq tool runner, enabling PHP code quality checks to be integrated and automated in CI pipelines. It defines the contracts plugins implement to extend phpcq’s analysis and reporting. | 0 | 0 | 1 | 86 | 1 | 0.1 | 26.8 | MIT | — | |
| phpcq/coding-standard | 0.85 | — | 1 | 1 | 3 | 218 | 4 | 1.2 | 29.2 | BSD-3-Clause | — | |
| phpcq/runner-bootstrap | 0.85 | Bootstrap package for phpcq/runner. Provides the minimal runtime setup to start the runner reliably in different environments, handling initial configuration and wiring so tools can execute consistently in CI and local setups. | 0 | 0 | 1 | 618 | 2 | 0.4 | 38.5 | — | — | |
| assoconnect/php-quality-config | 0.84 | Shared quality tooling config for PHP projects: standardized settings for static analysis, coding style, and CI checks. Helps teams apply consistent code quality rules across repositories with minimal setup. | 0 | 0 | 2 | 681 | 0 | 27.5 | 45.8 | MIT | 3 weeks ago | |
| covex-nn/phpqatools | 0.84 | — | 4 | 5 | 0 | 0 | 0 | 0.0 | — | — | — | |
| moxio/php-codesniffer-sniffs | 0.83 | Custom PHP_CodeSniffer 3.x sniffs from Moxio to catch subtle PHP bugs and unexpected behavior. Provides a standalone ruleset or individual sniffs for other standards, enforcing safer comparisons, strict base64_decode, switch continue rules, and more. | 17 | 18 | 11 | 3K | 0 | 17.7 | 34.7 | MIT | 6 months ago | |
| phpcq/repository-definition | 0.83 | Repository definition package for the PHPCQ (PHP Code Quality) project, used to automate and configure code quality checks in CI pipelines. Part of the phpcq.org ecosystem built around tools like PHP_CodeSniffer and PHPMD. | 0 | 0 | 0 | 44 | 0 | 0.0 | 22.8 | MIT | — | |
| phpcq/all-tasks | 0.83 | phpcq/all-tasks bundles the full set of PHPCQ tasks into one convenient package, so you can install and run multiple code quality tools with a single dependency. Ideal for setting up consistent linting, testing, and analysis in your PHP projects. | 4 | 4 | 1 | 48 | 0 | 0.1 | 14.2 | MIT | — | |
| bernardosecades/php-quality-tools | 0.83 | Collection of PHP quality and static analysis tools bundled for easier setup and consistent code standards across projects, including linters, formatters, and test/coverage helpers to streamline CI and improve code health. | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — |
How can I help you explore Laravel packages today?