https://github.com/mcmatters/grumphp-fqn-checker
https://github.com/mcmatters/grumphp-fqn-checker
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mcmatters/grumphp-fqn-checker
- Owner: MCMatters
- Created: 2018-03-21T12:43:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-27T16:43:18.000Z (over 2 years ago)
- Last Synced: 2024-11-08T14:57:45.416Z (over 1 year ago)
- Language: PHP
- Size: 9.77 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## GrumPHP FQN Checker Task
### Installation
```shell
composer require mcmatters/grumphp-fqn-checker
```
### Usage
Add next lines to your `grumphp.yml`:
```yaml
grumphp:
tasks:
fqn_checker: ~
extensions:
- McMatters\GrumPHPFqnChecker\FqnCheckerExtension
```