pamil/phpspec-skip-example-extension
PhpSpec extension to skip examples via annotations. Add @require ClassOrInterface to a spec to skip all its examples when that dependency isn’t available—useful for optional integrations and version-dependent code. Compatible with PhpSpec 4 and 5.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| coduo/phpspec-data-provider-extension | 0.91 | PHPSpec extension adding data providers to run the same specification with multiple input/output datasets. Define examples in your specs for concise, parameterized tests and cleaner coverage of edge cases without duplicating scenarios. | 39 | 40 | 19 | 991 | 2 | 1.2 | 13.7 | MIT | 10 years ago | |
| memio/spec-gen | 0.89 | 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 | 125 | 0 | 14.9 | 6.8 | MIT | 7 months ago | |
| netzmacht/phpspec-phpcq-plugin | 0.86 | 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. | 0 | 0 | 0 | 6 | 0 | 0.0 | 4.2 | — | — | |
| phpspec/phpspec2 | 0.85 | — | 162 | 169 | 25 | 32 | 0 | 0.9 | 1.0 | NOASSERTION | — | |
| friends-of-phpspec/phpspec-code-coverage | 0.84 | PhpSpec extension that generates code coverage reports (console and HTML) for your specs. Works with Xdebug, phpdbg or pcov and supports multiple PhpSpec/PHP versions, helping you see which parts of your codebase are exercised by tests. | 20 | 21 | 14 | 23K | 4 | 7.9 | 44.1 | NOASSERTION | 11 months ago | |
| b2pweb/bdf-phpunit | 0.84 | Laravel/PHPUnit helper package for working with BDF/SEPA bank files in tests. Provides utilities and test assertions to validate BDF structures and parsing results, making it easier to write reliable unit tests around banking file imports. | 0 | 0 | 0 | 407 | 0 | 0.0 | 36.1 | MIT | — | |
| graham-campbell/phpspec-skip-example-extension | 0.84 | PhpSpec extension that lets you skip spec examples via simple annotations. Add @require ClassOrInterface to skip all examples in a spec when a dependency isn’t available. Install with Composer and enable in phpspec.yml. | 1 | 1 | 0 | 285 | 0 | 0.9 | 29.8 | MIT | 4 years ago | |
| rmiller/behat-spec | 0.84 | Behat extension that integrates with PhpSpec to prevent fatal errors on missing classes or methods. Automatically generates specs and examples when Behat encounters undefined domain objects, then can run phpspec to create the code. | 52 | 53 | 6 | 8 | 6 | 2.5 | 2.7 | MIT | 10 years ago | |
| prinsfrank/phpstan-doc-code-analyzer | 0.80 | Analyze and validate PHP code examples in your documentation using PHPStan. This package scans doc blocks and docs for code snippets, runs static analysis, and helps catch outdated or incorrect examples early in CI. | 1 | 1 | 0 | 995 | 0 | 1.8 | 37.6 | MIT | 1 year ago | |
| codeception/specify | 0.80 | Trait for BDD-style specifications in PHPUnit/Codeception. Lets you write tests with describe/it-like blocks, shared setup, and clear expectations, improving readability while staying compatible with standard PHP unit testing workflows. | 158 | 160 | 24 | 103K | 5 | 8.0 | 40.1 | MIT | 4 years ago | |
| barthy-koeln/beautify-specify | 0.79 | Adds colored, more informative terminal output for PHPUnit tests using Codeception/Specify. Install as a dev dependency, set phpunit printerClass to ResultPrinter, and swap in the provided Specify trait to enhance Specify’s output formatting. | 3 | 3 | 0 | 0 | 0 | 0.5 | — | MIT | 4 years ago | |
| phpspec/phpspec | 0.77 | 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. | 1,905 | 1,946 | 287 | 255K | 136 | 72.5 | 62.3 | NOASSERTION | 1 month ago | |
| php-collective/code-sniffer | 0.63 | PHP_CodeSniffer ruleset from PhpCollective: PSR-2 compliant with many extra sniffs/fixers (incl. PSR-12). Install via composer, add the provided ruleset to phpcs.xml, and run phpcs/phpcbf (or composer scripts) to check and auto-fix coding style. | 7 | 7 | 0 | 39K | 0 | 31.1 | 59.3 | MIT | 1 month ago | |
| rybakit/phpunit-extras | 0.63 | Extend PHPUnit with custom annotations, placeholders, requirements, and expectations. Build and integrate your own @tags, version/package/expression-based requirements, and reusable expectation helpers. Optional support for composer/semver, package-versions, and symfony/expression-language. | 47 | 47 | 1 | 579 | 0 | 2.2 | 15.6 | MIT | 4 years ago | |
| kubawerlos/php-cs-fixer-custom-fixers | 0.63 | Custom fixers for FriendsOfPHP PHP-CS-Fixer. Install via Composer, register the Fixers set, then enable individual rules to enforce additional style conventions (e.g., prefer class constants, remove leading global namespace slashes, tidy PHPDoc params). | 242 | 243 | 26 | 408K | 4 | 27.6 | 51.0 | MIT | 4 months ago | |
| lastdragon-ru/phpunit-extensions | 0.62 | PHPUnit extensions for PHP projects, adding extra test utilities and helpers to streamline assertions, fixtures, and test setup. Designed to integrate cleanly with PHPUnit and improve developer productivity in automated testing workflows. | 0 | 0 | 0 | 3 | 0 | 0.0 | 8.3 | MIT | — | |
| evert/phpdoc-md | 0.62 | Generates Markdown documentation from PHP source using phpDocumentor-style docblocks. Turn packages and libraries into clean README/API docs with configurable templates and output paths—handy for publishing reference docs to GitHub, wikis, or static sites. | 169 | 171 | 44 | 816 | 5 | 3.8 | 12.8 | MIT | — | |
| saggre/phpdocumentor-markdown | 0.62 | phpDocumentor Markdown template that generates GitHub/GitLab-ready docs from PHP source. Documents classes, interfaces, traits, functions, methods, properties, types, modifiers, and inheritance. Run phpdoc with the template to output Markdown for repos, wikis, or AI context. | 22 | 22 | 9 | 9K | 3 | 1.2 | 36.3 | MIT | — | |
| cvuorinen/phpdoc-markdown-public | 0.61 | Generate clean Markdown documentation from PHPDoc comments for public APIs. Extracts classes, methods, and types into readable docs for packages and projects, helping you publish consistent reference docs directly from your codebase. | 35 | 36 | 27 | 55 | 4 | 2.0 | 6.3 | MIT | — | |
| pepakriz/phpstan-exception-rules | 0.61 | PHPStan extension that adds custom rules for analyzing exceptions. It helps catch improper throwing/catching, missing @throws annotations, and other exception-related issues to improve correctness and maintainability in PHP codebases. | 109 | 111 | 10 | 4K | 8 | 12.1 | 23.6 | — | 4 years ago |
How can I help you explore Laravel packages today?