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 2mo ago

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 22% 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

[phpdocumentor/type-resolver

A PSR-5 based resolver of Class names, Types and Structural Element Names

9.2k719.5M166](/packages/phpdocumentor-type-resolver)[pimple/pimple

Pimple, a simple Dependency Injection Container

2.7k130.5M1.4k](/packages/pimple-pimple)[league/container

A fast and intuitive dependency injection container.

86387.8M343](/packages/league-container)[stella-maris/clock

A pre-release of the proposed PSR-20 Clock-Interface

7947.5M2](/packages/stella-maris-clock)[wptrt/wpthemereview

PHP\_CodeSniffer rules (sniffs) to verify theme compliance with the rules for theme hosting on wordpress.org

217736.5k29](/packages/wptrt-wpthemereview)[inpsyde/modularity

Modular PSR-11 implementation for WordPress plugins, themes or libraries.

54383.3k3](/packages/inpsyde-modularity)

PHPackages © 2026

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