Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inspirum/coding-standard-php
Inspirum Coding standard for PHPCS.
https://github.com/inspirum/coding-standard-php
coding-standards php phpcs phpcs-standard
Last synced: about 2 months ago
JSON representation
Inspirum Coding standard for PHPCS.
- Host: GitHub
- URL: https://github.com/inspirum/coding-standard-php
- Owner: inspirum
- License: mit
- Created: 2022-05-20T16:43:38.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-05T11:39:20.000Z (4 months ago)
- Last Synced: 2024-09-19T02:25:34.907Z (4 months ago)
- Topics: coding-standards, php, phpcs, phpcs-standard
- Homepage:
- Size: 14.6 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Coding standard
[![Latest Stable Version][ico-packagist-stable]][link-packagist-stable]
[![Total Downloads][ico-packagist-download]][link-packagist-download]
[![Software License][ico-license]][link-licence]## System requirements
* [PHP 7.4+](http://php.net/releases/7_4_0.php), [PHP 8.0+](http://php.net/releases/8_0_0.php)
## Installation
Run composer require command:
```
composer require --dev inspirum/coding-standard
```Create `phpcs.xml` file with:
```xml
```
## Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
## Credits
- [Tomáš Novotný](https://github.com/tomas-novotny)
- [All Contributors][link-contributors]## License
The MIT License (MIT). Please see [License File][link-licence] for more information.
[ico-license]: https://img.shields.io/github/license/inspirum/coding-standard-php.svg?style=flat-square&colorB=blue
[ico-workflow]: https://img.shields.io/github/workflow/status/inspirum/coding-standard-php/Test/master?style=flat-square
[ico-packagist-stable]: https://img.shields.io/packagist/v/inspirum/coding-standard.svg?style=flat-square&colorB=blue
[ico-packagist-download]: https://img.shields.io/packagist/dt/inspirum/coding-standard.svg?style=flat-square&colorB=blue[link-author]: https://github.com/inspirum
[link-contributors]: https://github.com/inspirum/coding-standard-php/contributors
[link-licence]: ./LICENSE.md
[link-changelog]: ./CHANGELOG.md
[link-packagist-stable]: https://packagist.org/packages/inspirum/coding-standard
[link-packagist-download]: https://packagist.org/packages/inspirum/coding-standard/stats