Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

Last synced: about 1 month 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
```