https://github.com/elusivecodes/php-cs-fixer-config
PHP-CS-Fixer shareable config for the Fyre style.
https://github.com/elusivecodes/php-cs-fixer-config
Last synced: over 1 year ago
JSON representation
PHP-CS-Fixer shareable config for the Fyre style.
- Host: GitHub
- URL: https://github.com/elusivecodes/php-cs-fixer-config
- Owner: elusivecodes
- License: mit
- Created: 2024-06-24T03:48:03.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-27T11:55:53.000Z (almost 2 years ago)
- Last Synced: 2024-12-30T13:38:27.823Z (over 1 year ago)
- Language: PHP
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fyre PHP-CS-Fixer Config
PHP-CS-Fixer shareable config for the *Fyre* style.
## Table Of Contents
- [Installation](#installation)
- [Methods](#methods)
## Installation
**Using Composer**
```
composer require --dev fyre/php-cs-fixer-config
```
## Usage
```php
use Fyre\PhpCsFixer\Config;
$config = new Config();
$config->getFinder()->in(__DIR__);
return $config;
```