PHPackages                             ramasy/psrize - 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. [PSR &amp; Standards](/categories/psr-standards)
4. /
5. ramasy/psrize

ActiveSymfony-bundle[PSR &amp; Standards](/categories/psr-standards)

ramasy/psrize
=============

This bundle help you to test if your code follows psr-1/psr-2 standard

350PHP

Since Mar 6Pushed 8y ago1 watchersCompare

[ Source](https://github.com/ramasy/psrize)[ Packagist](https://packagist.org/packages/ramasy/psrize)[ RSS](/packages/ramasy-psrize/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

PsrizeBundle
============

[](#psrizebundle)

This bundle helps you to improve your code design,style and structure on a symfony project, Features include:

- Automatically corrects code inside php file to follow psr-2 standard
- show code size
- show naming recommandation
- show unused variable

Documentation
-------------

[](#documentation)

[Read the Documentation](http://psrize.readthedocs.io/en/latest/)

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

[](#installation)

**1** Add to your composer.json file

```
{
    "require": {
        "ramasy/psrize": "dev-master"
    }
}
```

**2** Run composer update

```
    $ composer update ramasy/psrize
```

**3** Register the bundle in `app/AppKernel.php`

```
    $bundles = array(
        // ...
        new Ramasy\PsrizeBundle\RamasyPsrizeBundle(),
    );
```

**4** Run

```
    $ php bin/console app:psrize path_to_a_directory
```

**path\_to\_a\_directory** represent a relative path from the directory src/ of your symfony project

Example :

the correct relative path for the directory **youApp/src/AppBundle/Controller** is **AppBundle/Controller**

License
-------

[](#license)

This bundle is under the MIT license. See the complete license [in the bundle](https://github.com/ramasy/psrize/blob/master/LICENSE.md)

Reporting an issue or a feature request
---------------------------------------

[](#reporting-an-issue-or-a-feature-request)

Issues and feature requests are tracked in the [Github issue tracker](https://github.com/ramasy/psrize/issues).

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/fe323270f60df1ad9e8faeab5ba1833eac785ea706b3567ef134555e0eb26eb7?d=identicon)[dah3ry](/maintainers/dah3ry)

---

Top Contributors

[![ramasy](https://avatars.githubusercontent.com/u/13297533?v=4)](https://github.com/ramasy "ramasy (16 commits)")

### Embed Badge

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

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

###  Alternatives

[aura/di

A serializable dependency injection container with constructor and setter injection, interface and trait awareness, configuration inheritance, and much more.

352982.2k60](/packages/aura-di)[maclof/kubernetes-client

A simple yet elegant client for accessing and controlling a Kubernetes cluster.

234907.8k4](/packages/maclof-kubernetes-client)[icamys/php-sitemap-generator

Simple PHP sitemap generator.

175356.9k7](/packages/icamys-php-sitemap-generator)

PHPackages © 2026

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