PHPackages                             movingimage/style-checker - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Testing &amp; Quality](/categories/testing)
4. /
5. movingimage/style-checker

AbandonedArchivedLibrary[Testing &amp; Quality](/categories/testing)

movingimage/style-checker
=========================

Library that defines a single PHP code style checking configuration.

06.1k8PHP

Since May 20Pushed 9y agoCompare

[ Source](https://github.com/MovingImage24/StyleChecker)[ Packagist](https://packagist.org/packages/movingimage/style-checker)[ RSS](/packages/movingimage-style-checker/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (8)

PHP Code Style Checker
======================

[](#php-code-style-checker)

This library provides a single policy on PHP code styles, as well as a utility to check your project/library against this code style policy without automatically fixing your code.

### Installation

[](#installation)

Make sure that in your composer.json you have the private packagist set up:

```
{
[...]
  "repositories": [
    {
      "type": "composer",
      "url": "http://packagist.mi24.tv/"
    }
  ],
  "config": {
    "secure-http": false
  },
[...]
}

```

Now, install it as a development dependency:

```
$ composer require --dev movingimage/style-checker

```

### Usage

[](#usage)

To check your current project's codebase after installing the library:

```
$ ./vendor/bin/check_code_style.sh

```

Or you can install it as a pre-commit hook by creating a new file `.git/hooks/pre-commit` with the following contents:

```
#!/usr/bin/env bash
./vendor/bin/check_code_style.sh

```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/0c191db55131753540dbf951972519e07fc90bef3a18d3a37a5b740e7aa64234?d=identicon)[mi24administrator](/maintainers/mi24administrator)

### Embed Badge

![Health badge](/badges/movingimage-style-checker/health.svg)

```
[![Health](https://phpackages.com/badges/movingimage-style-checker/health.svg)](https://phpackages.com/packages/movingimage-style-checker)
```

###  Alternatives

[dms/phpunit-arraysubset-asserts

This package provides ArraySubset and related asserts once deprecated in PHPUnit 8

14429.2M359](/packages/dms-phpunit-arraysubset-asserts)[phpbenchmark/phpbenchmark

Easy to use benchmark toolkit for your PHP-application. This library contains classes for comparing algorithms as well as benchmarking application responses

8011.5k2](/packages/phpbenchmark-phpbenchmark)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
