Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
asispts committed Jun 13, 2023
1 parent ab725be commit 9d72d4d
Showing 1 changed file with 20 additions and 5 deletions.
25 changes: 20 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,25 @@
[![Build](https://github.com/asispts/ptscs/actions/workflows/ci.yml/badge.svg)](https://github.com/asispts/ptscs/actions/workflows/ci.yml)
[![](https://img.shields.io/github/license/asispts/ptscs)](./LICENSE)
[![](https://img.shields.io/packagist/php-v/asispts/ptscs/dev-main)](https://github.com/asispts/ptscs)
[![](https://img.shields.io/packagist/dt/asispts/ptscs)](https://packagist.org/packages/asispts/ptscs)
<div align="center">
<samp>
<h1>ptscs</h1>
<h3>&raquo; PSR-12 coding standard with additional strict rules &laquo;</h3>
</samp>

[![Build](https://github.com/asispts/ptscs/actions/workflows/ci.yml/badge.svg)](https://github.com/asispts/ptscs/actions/workflows/ci.yml)
[![](https://img.shields.io/github/license/asispts/ptscs)](./LICENSE)
[![](https://img.shields.io/packagist/php-v/asispts/ptscs/dev-main)](https://github.com/asispts/ptscs)
[![](https://img.shields.io/packagist/dt/asispts/ptscs)](https://packagist.org/packages/asispts/ptscs)


[Installation](#installation) &#10022;
[Usage](#usage) &#10022;
[Notable coding standard](#notable-coding-standard) &#10022;
[Contributing](#contributing) &#10022;
[License](#license)

&nbsp;
</div>


# `ptscs` (PTS Coding Standard)

`ptscs` is a coding standard for [PHP_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) that follows the PSR-12 with additional strict rules. It is intended to help developers maintain consistency and readability in their codebase, and to encourage best practices.

Expand Down

0 comments on commit 9d72d4d

Please sign in to comment.