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

https://github.com/travelopia/wordpress-coding-standards-phpcs

Travelopia WordPress Coding Standards for PHPCS
https://github.com/travelopia/wordpress-coding-standards-phpcs

Last synced: 12 months ago
JSON representation

Travelopia WordPress Coding Standards for PHPCS

Awesome Lists containing this project

README

          

# Travelopia WordPress PHP Coding Standards

![maintenance-status](https://img.shields.io/badge/maintenance-actively--developed-brightgreen.svg)

Official Travelopia WordPress PHP coding standards.



Built by the super talented team at Travelopia.






## Installation
Install the library via Composer:

```
$ composer require --dev travelopia/wordpress-coding-standards
```

That's it!

## Usage
Lint your PHP files with the following command:

```
$ ./vendor/bin/phpcs .
```