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 yesterday

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

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

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.

###  Release Activity

Cadence

Every ~1 days

Total

5

Last Release

889d 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://avatars.githubusercontent.com/u/156573975?v=4)[Deepak Tiwari](/maintainers/tiwarideepakdeveloper)[@tiwarideepakdeveloper](https://github.com/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

[illuminate/console

The Illuminate Console package.

13046.0M6.5k](/packages/illuminate-console)[styleci/cli

The CLI tool for StyleCI

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

Windows command-line formatter

20720.9k21](/packages/winbox-args)[tomatophp/filament-artisan

Simple but yet powerful library for running some artisan commands for FilamentPHP

3275.4k1](/packages/tomatophp-filament-artisan)

PHPackages © 2026

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