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

Grumphp Laravel Package

phpro/grumphp

GrumPHP is a Composer plugin that installs Git hooks to run quality checks on every commit. It executes configured tasks like tests and linters, blocks failing commits, and helps teams enforce coding standards and best practices automatically.

View on GitHub
Deep Wiki
Context7

Paratest

The Paratest task will run your PHPUnit tests in parallel.

Composer

composer require --dev brianium/paratest

Config

The task lives under the paratest namespace and has following configurable parameters:

# grumphp.yml
grumphp:
    tasks:
        paratest:
            processes: ~
            functional: ~
            group: []
            always_execute: false
            phpunit: null
            configuration: null
            runner: null
            coverage-clover: null
            coverage-html: null
            coverage-php: null
            coverage-xml: null
            log-junit: null
            testsuite: null
            verbose: false

processes

Default: null

The number of test processes to run. (Default: auto) Possible values:

  • Integer (>= 1): Number of processes to run.
  • auto (default): Number of processes is automatically set to the number of logical CPU cores.
  • half: Number of processes is automatically set to half the number of logical CPU cores.

functional

Default: null

Run test methods instead of classes in separate processes.

group

Default: array()

If you wish to only run tests from a certain Group. group: [fast,quick,small]

always_execute

Default: false

Always run the whole test suite, even if no PHP files were changed.

phpunit

Default: null

The PHPUnit binary to execute. (Default: vendor/bin/phpunit)

configuration

Default: null

The PHPUnit configuration file to use.

runner

Default: null

Runner, WrapperRunner or SqliteRunner. (Default: Runner)

coverage-clover

Default: null

Generate code coverage report in Clover XML format.

coverage-html

Default: null

Generate code coverage report in HTML format.

coverage-php

Default: null

Serialize PHP_CodeCoverage object to file.

coverage-xml

Default: null

Generate code coverage report in PHPUnit XML format.

log-junit

Default: null

Log test execution in JUnit XML format to file.

testsuite

Default: null

Filter which testsuite to run. Run multiple suits by separating them with ",". Example: --testsuite suite1,suite2

verbose

Default: false

Adds additional debugging information to the screen when running paratest.

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.
cadot.eu/make
besmartand-pro/php-quality-config
sentix/ai-chatbot
codifyo/ts-generator-bundle
mintobit/jobqueue
a4sex/maintenance-bundle
a4sex/entity-date-update
a4sex/client-identifier
a4sex/base-utilites
a4sex/key-value-storage
a4sex/micro-status
chilldev/dependency-injection-extra
datinglibre/datinglibre-app-api
biberltd/corebundle
bricre/symfony-bundle-test
biberltd/logbundle
dominium/http-adapter-bundle
dominium/google-analytics
a4sex/auto-clean-entity
christhompsontldr/laravel-inky