Ecosyste.ms: Awesome
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: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mcmatters/grumphp-fqn-checker
- Owner: MCMatters
- Created: 2018-03-21T12:43:45.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-27T16:43:18.000Z (about 1 year ago)
- Last Synced: 2024-11-08T14:57:45.416Z (2 months 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
```