PHPackages                             tito/mwsstandar - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. tito/mwsstandar

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

tito/mwsstandar
===============

Creates hook for composer projects

021PHP

Since Jul 23Pushed 11y ago1 watchersCompare

[ Source](https://github.com/TiiToo/MWSStandar)[ Packagist](https://packagist.org/packages/tito/mwsstandar)[ RSS](/packages/tito-mwsstandar/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

PHP Standar
===========

[](#php-standar)

Requiere tener instalado PEAR consulte la Documentacion

Importante Windows
------------------

[](#importante-windows)

```

Requiere Git Bash

http://git-scm.com/downloads

Ejecutar el Scrip GIT_ENV.reg incluido en el Bundle

Crear el siguiente directorio C:\tmp

Continuar con la Instalacion

```

Instalacion
-----------

[](#instalacion)

### Agregar al composer.json

[](#agregar-al-composerjson)

```
{
    "require-dev": {
        "tito/mwsstandar": "dev-master"
    }
}
```

```
{
    "scripts": {
        "post-install-cmd": [
            "MwsStandar\\Composer\\Script\\Hooks::checkHooks"
        ],
        "post-update-cmd": [
            "MwsStandar\\Composer\\Script\\Hooks::checkHooks"
         ]
    }
}
```

Execute:

```
php composer.phar update "tito/mwsstandar"

```

### Agregar al AppKernel

[](#agregar-al-appkernel)

```
	// ...
	new MwsStandar\MWSStandarBundle(),
```

### Instalacion de Code Standar

[](#instalacion-de-code-standar)

En la consola de Symfony correr el comando

```
app/console MWS:Standar

```

### Listo!

[](#listo)

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

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://avatars.githubusercontent.com/u/4389101?v=4)[TiiToo](/maintainers/TiiToo)[@TiiToo](https://github.com/TiiToo)

---

Top Contributors

[![TiiToo](https://avatars.githubusercontent.com/u/4389101?v=4)](https://github.com/TiiToo "TiiToo (21 commits)")

### Embed Badge

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

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

###  Alternatives

[mauricius/laravel-htmx

Laravel helper library for Htmx

363112.7k1](/packages/mauricius-laravel-htmx)[bodunde/geocoder

A laravel package that helps you with geocoding addresses and reverse geocoding coordinates using the google maps api. It also helps in calculating the distance between two locations using the Hervasine formula and the coordinates of the locations

247.7k](/packages/bodunde-geocoder)

PHPackages © 2026

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