An open API service indexing awesome lists of open source software.

https://github.com/mcmatters/grumphp-fqn-checker


https://github.com/mcmatters/grumphp-fqn-checker

Last synced: 12 months ago
JSON representation

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
```