PHPackages                             readalizer/readalizer - 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. [Validation &amp; Sanitization](/categories/validation)
4. /
5. readalizer/readalizer

ActiveLibrary[Validation &amp; Sanitization](/categories/validation)

readalizer/readalizer
=====================

PHP readability validation via AST analysis

v1.0.2(5mo ago)13.4k↑2480%1MITPHPPHP ^8.1

Since Feb 23Pushed 5mo agoCompare

[ Source](https://github.com/readalizer/readalizer)[ Packagist](https://packagist.org/packages/readalizer/readalizer)[ RSS](/packages/readalizer-readalizer/feed)WikiDiscussions main Synced 2w ago

READMEChangelogDependencies (4)Versions (5)Used By (0)

Readalizer
==========

[](#readalizer)

A PHP static analysis tool for enforcing readability standards your way.

Readalizer lets you define what readable code looks like and applies those rules consistently across a codebase.

Installation
------------

[](#installation)

```
composer require readalizer/readalizer
```

Quick Start
-----------

[](#quick-start)

```
cp readalizer.php.example readalizer.php
php vendor/bin/readalizer
```

You can also generate the config with:

```
php vendor/bin/readalizer --init
```

CLI Examples
------------

[](#cli-examples)

```
php vendor/bin/readalizer src/ lib/
php vendor/bin/readalizer --jobs=4 --memory-limit=2G
php vendor/bin/readalizer --config=path/to/readalizer.php
```

Developer Docs
--------------

[](#developer-docs)

Documentation lives in this repo under `docs/` and is mirrored at `https://readalizer.github.io/website/`.

See `docs/README.md` for full developer documentation, including architecture, rules, suppression, configuration, CLI details, and parallel execution.

Release
-------

[](#release)

Current release: 1.0.0 (2026-02-22)

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance70

Regular maintenance activity

Popularity26

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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.

###  Release Activity

Cadence

Every ~0 days

Total

3

Last Release

177d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/78745a9705e508cfaa1f5f87e868a5c861eb74b8ad65e2d962f76452dee74070?d=identicon)[millerphp](/maintainers/millerphp)

---

Top Contributors

[![millerphp](https://avatars.githubusercontent.com/u/195583825?v=4)](https://github.com/millerphp "millerphp (7 commits)")

###  Code Quality

Static AnalysisPHPStan, Rector

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/readalizer-readalizer/health.svg)

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

###  Alternatives

[zircote/swagger-php

Generate interactive documentation for your RESTful API using PHP attributes (preferred) or PHPDoc annotations

5.3k148.6M671](/packages/zircote-swagger-php)[dedoc/scramble

Automatic generation of API documentation for Laravel applications.

2.2k12.6M141](/packages/dedoc-scramble)[psalm/plugin-laravel

Psalm plugin for Laravel

3345.4M354](/packages/psalm-plugin-laravel)[infection/infection

Infection is a Mutation Testing framework for PHP. The mutation adequacy score can be used to measure the effectiveness of a test set in terms of its ability to detect faults.

2.2k30.0M2.9k](/packages/infection-infection)[tempest/framework

The PHP framework that gets out of your way.

2.3k37.6k21](/packages/tempest-framework)[bensampo/laravel-enum

Simple, extensible and powerful enumeration implementation for Laravel.

2.0k17.3M116](/packages/bensampo-laravel-enum)

PHPackages © 2026

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