https://github.com/phpro/grumphp-shim
This repository provides easy way to install GrumPHP without the risk of conflicting dependencies.
https://github.com/phpro/grumphp-shim
Last synced: 11 months ago
JSON representation
This repository provides easy way to install GrumPHP without the risk of conflicting dependencies.
- Host: GitHub
- URL: https://github.com/phpro/grumphp-shim
- Owner: phpro
- License: mit
- Created: 2019-08-30T08:19:47.000Z (almost 7 years ago)
- Default Branch: v2.x
- Last Pushed: 2025-07-25T08:39:15.000Z (11 months ago)
- Last Synced: 2025-07-25T13:45:17.275Z (11 months ago)
- Language: PHP
- Size: 28.8 MB
- Stars: 26
- Watchers: 4
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GrumPHP shim
This package provides GrumPHP without the struggle of installing all of its dependencies.
## Installation
```bash
composer require --dev phpro/grumphp-shim
```
and use it like the original executable
```bash
vendor/bin/grumphp.phar run
```
Check out the main repo for more options and release notes
[https://github.com/phpro/grumphp](https://github.com/phpro/grumphp).