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

Composer

When the composer.json file has changed, the new file should be checked for issues. This task will execute composer validate to make sure that everything is OK. The configuration looks like:

# grumphp.yml
grumphp:
    tasks:
        composer:
            file: ./composer.json
            no_check_all: false
            no_check_lock: false
            no_check_publish: false
            no_local_repository: false
            with_dependencies: false
            strict: false

file

Default: ./composer.json

Specifies at which location the composer.json file can be found.

no_check_all

Default: false

Do not emit a warning if requirements in composer.json use unbound version constraints.

no_check_lock

Default: false

Do not emit an error if composer.lock exists and is not up to date.

no_check_publish

Default: false

Do not emit an error if composer.json is unsuitable for publishing as a package on Packagist but is otherwise valid.

no_local_repository

Default: false

Do emit an error if composer.json declares local repositories (see https://getcomposer.org/doc/05-repositories.md#path).

with_dependencies

Default: false

Also validate the composer.json of all installed dependencies.

strict

Default: false

Return a non-zero exit code for warnings as well as errors.

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