Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adnanmula/coding-standard
Coding standard for my php projects
https://github.com/adnanmula/coding-standard
coding-standard
Last synced: 7 days 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-22T10:13:36.000Z (7 months ago)
- Last Synced: 2024-10-29T04:19:50.803Z (17 days ago)
- Topics: coding-standard
- Language: Makefile
- Homepage:
- Size: 14.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
```