Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ghostwriter/coding-standard
PHP Coding Standard
https://github.com/ghostwriter/coding-standard
coding-standard ghostwriter php
Last synced: about 1 month ago
JSON representation
PHP Coding Standard
- Host: GitHub
- URL: https://github.com/ghostwriter/coding-standard
- Owner: ghostwriter
- License: bsd-3-clause
- Created: 2023-01-05T04:46:55.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-29T00:42:38.000Z (7 months ago)
- Last Synced: 2024-05-01T16:36:56.321Z (7 months ago)
- Topics: coding-standard, ghostwriter, php
- Language: PHP
- Homepage: https://github.com/ghostwriter
- Size: 28.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Coding Standard
[![Supported PHP Version](https://badgen.net/packagist/php/ghostwriter/coding-standard?color=8892bf)](https://www.php.net/supported-versions)
[![GitHub Sponsors](https://img.shields.io/github/sponsors/ghostwriter?label=Sponsor+@ghostwriter/coding-standard&logo=GitHub+Sponsors)](https://github.com/sponsors/ghostwriter)
[![Latest Version on Packagist](https://badgen.net/packagist/v/ghostwriter/coding-standard)](https://packagist.org/packages/ghostwriter/coding-standard)
[![Downloads](https://badgen.net/packagist/dt/ghostwriter/coding-standard?color=blue)](https://packagist.org/packages/ghostwriter/coding-standard)## Installation
You can install the package via composer:
``` bash
composer require ghostwriter/coding-standard:dev-main --dev
```## Usage
```sh
composer ghostwriter:infection:run Run the project's Infection test suite
composer ghostwriter:infection:update-config Update the project's Infection configuration filecomposer ghostwriter:phpunit:migrate Migrate the project's PHPUnit configuration to the latest version
composer ghostwriter:phpunit:test Run the project's PHPUnit test suitecomposer ghostwriter:psalm Run Psalm to analyze the project's codebase
composer ghostwriter:psalm:baseline Use Psalm to create a baseline for the project's codebase
composer ghostwriter:psalm:update Use Psalm to update the baseline for the project's codebase
composer ghostwriter:psalm:security Use Psalm to analyze the project's codebase for security issues
```## Credits
- [`Nathanael Esayeas`](https://github.com/ghostwriter)
- [`phive`](https://github.com/phar-io/phive)
- [`All Contributors`](https://github.com/ghostwriter/coding-standard/contributors)## License
The BSD-3-Clause. Please see [License File](./LICENSE) for more information.