PHPackages                             deepaktiwari/php-cmds - 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. deepaktiwari/php-cmds

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

deepaktiwari/php-cmds
=====================

Simple PHP command for generating files following the MVC architecture, similar to Laravel's Artisan command. Easily create models, controllers, and views as per your needs

v2.1.1(2y ago)06MITPHPPHP &gt;=7.0.0

Since Jan 20Pushed 2y ago1 watchersCompare

[ Source](https://github.com/tiwarideepakdeveloper/php-cmds)[ Packagist](https://packagist.org/packages/deepaktiwari/php-cmds)[ RSS](/packages/deepaktiwari-php-cmds/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (6)Used By (0)

Step-by-Step Guide to Install php-cmds
======================================

[](#step-by-step-guide-to-install-php-cmds)

This is a simple PHP command utility for generating files based on the MVC architecture, akin to Laravel's Artisan command. It allows you to effortlessly create models, controllers, and views tailored to your requirements.

1. PHP Installation
-------------------

[](#1-php-installation)

Ensure that PHP (version 7.x or higher) is installed on your system.

2. Composer Installation
------------------------

[](#2-composer-installation)

Composer is required as the PHP package manager. If it's not already installed, [follow these instructions](https://getcomposer.org/download/).

3. Installing the Package
-------------------------

[](#3-installing-the-package)

Run the following command in your project directory:

```
composer require deepaktiwari/php-cmds
```

4. Post-Installation Command
----------------------------

[](#4-post-installation-command)

After installation, execute the following command in your directory:

```
php vendor/deepaktiwari/php-cmds/src/framework Your-Command-Name
```

5. Executing PHP Commands
-------------------------

[](#5-executing-php-commands)

You're now ready to use your PHP commands. Here's an example:

```
php Your-Command-Name -d=app -c=ControllerName -m=ModelName -v=ControllerName/ActionName
```

#### Note: For the view file, you can specify the folder and file name according to your needs. If you use capital letters in the view's name, they will be converted to lowercase with dashes.

[](#note-for-the-view-file-you-can-specify-the-folder-and-file-name-according-to-your-needs-if-you-use-capital-letters-in-the-views-name-they-will-be-converted-to-lowercase-with-dashes)

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity40

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 ~1 days

Total

5

Last Release

844d ago

Major Versions

v1.0.1 → v2.0.02024-01-21

PHP version history (2 changes)v2.0.0PHP ^7.0.0

v2.1.0PHP &gt;=7.0.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/7f8248fe45ba1db048f142a918f2c7218fd758dc61dec90621a2ce8164fbcd60?d=identicon)[tiwarideepakdeveloper](/maintainers/tiwarideepakdeveloper)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/deepaktiwari-php-cmds/health.svg)

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

###  Alternatives

[wp-cli/wp-cli

WP-CLI framework

5.0k17.2M320](/packages/wp-cli-wp-cli)[consolidation/annotated-command

Initialize Symfony Console commands from annotated command class methods.

22569.8M19](/packages/consolidation-annotated-command)[chi-teck/drupal-code-generator

Drupal code generator

26947.8M5](/packages/chi-teck-drupal-code-generator)[seld/cli-prompt

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

24725.8M17](/packages/seld-cli-prompt)[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[php-tui/php-tui

Comprehensive TUI library heavily influenced by Ratatui

589747.0k6](/packages/php-tui-php-tui)

PHPackages © 2026

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