PHPackages                             msouza/msmvc-console - 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. [CLI &amp; Console](/categories/cli)
4. /
5. msouza/msmvc-console

ActiveProject[CLI &amp; Console](/categories/cli)

msouza/msmvc-console
====================

Create Controllers, Models, Helpers, Routes and Views from your console.

010PHP

Since Jun 19Pushed 8y ago1 watchersCompare

[ Source](https://github.com/matheusviegas/msmvc-console)[ Packagist](https://packagist.org/packages/msouza/msmvc-console)[ RSS](/packages/msouza-msmvc-console/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

MSMVC Console
=============

[](#msmvc-console)

Plugin de Console pro meu mini framework MSMVC.

O framework pode ser baixado pelo composer usando o comando:

```
$ composer create-project msouza/msmvc
```

Já tem o framework e quer adicionar o plugin?
---------------------------------------------

[](#já-tem-o-framework-e-quer-adicionar-o-plugin)

Pra instalar é muito simples, basta rodar este comando no seu projeto:

```
$ composer require msouza/msmvc-console
```

Após adicionar o plugin como dependencia do projeto, é necessário baixar o arquivo **msmvc** para poder rodar os comandos.

Para isso é muito simples, você pode baixar usando o PHP rodando o comando:

```
`php -r "copy('https://gist.githubusercontent.com/matheusviegas/966fc59759c4127894b92d12dedfe4ae/raw/83cbaaf92ec991ba069db9b5e5814b11d51f5075/msmvc', 'msmvc');"`
```

Ou usando o comando **wget**, como mostrado abaixo:

```
wget https://gist.githubusercontent.com/matheusviegas/966fc59759c4127894b92d12dedfe4ae/raw/83cbaaf92ec991ba069db9b5e5814b11d51f5075/msmvc
```

Ou você pode baixar o arquivo pelo navegador mesmo acessando o link abaixo e salvando o arquivo na raiz do seu projeto:

Pronto, agora você ja pode utilizar os comandos na sua console.

Comandos Disponíveis
--------------------

[](#comandos-disponíveis)

```
php msmvc create:helper {NOME DO ARQUIVO} {NOME DA FUNCTION}
php msmvc create:controller {NOME DO CONTROLLER}
php msmvc create:model {NOME DA MODEL}
php msmvc create:view {NOME DA VIEW] --type=html (Opcional - Se não informado, gerará o arquivo de view vazio)
php msmvc create:route {METODO HTTP (Opcional - Aceita get ou post - Default: get)} {NOME DA ROTA} {CONTROLLER@METODO} {NOME DO ARQUIVO DE ROTAS (web ou api)}
php msmvc create:middleware {NOME DA MIDDLEWARE}
```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

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/8398929?v=4)[Matheus Souza](/maintainers/matheusviegas)[@matheusviegas](https://github.com/matheusviegas)

---

Top Contributors

[![matheusviegas](https://avatars.githubusercontent.com/u/8398929?v=4)](https://github.com/matheusviegas "matheusviegas (10 commits)")

### Embed Badge

![Health badge](/badges/msouza-msmvc-console/health.svg)

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

###  Alternatives

[seld/cli-prompt

Allows you to prompt for user input on the command line, and optionally hide the characters they type

24726.4M22](/packages/seld-cli-prompt)[illuminate/console

The Illuminate Console package.

13045.3M6.2k](/packages/illuminate-console)[styleci/cli

The CLI tool for StyleCI

71464.1k9](/packages/styleci-cli)[winbox/args

Windows command-line formatter

20718.9k21](/packages/winbox-args)

PHPackages © 2026

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