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
- Host: GitHub
- URL: https://github.com/travelopia/wordpress-coding-standards-phpcs
- Owner: Travelopia
- License: mit
- Created: 2024-08-06T00:25:04.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-24T22:13:14.000Z (over 1 year ago)
- Last Synced: 2025-06-30T18:51:37.407Z (about 1 year ago)
- Language: PHP
- Homepage: https://packagist.org/packages/travelopia/wordpress-coding-standards
- Size: 23.4 KB
- Stars: 0
- Watchers: 5
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Travelopia WordPress PHP Coding Standards

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