https://github.com/adnanmula/coding-standard
Coding standard for my php projects
https://github.com/adnanmula/coding-standard
coding-standard
Last synced: 3 months ago
JSON representation
Coding standard for my php projects
- Host: GitHub
- URL: https://github.com/adnanmula/coding-standard
- Owner: adnanmula
- Created: 2020-06-21T08:33:44.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-12T15:50:23.000Z (6 months ago)
- Last Synced: 2024-12-27T18:46:02.708Z (5 months ago)
- Topics: coding-standard
- Language: Makefile
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Use composer to require the library:
```bash
composer require --dev adnanmula/coding-standard
```Create the `phpcs.xml.dist` configuration file and use the standard:
```xml
```