PHPackages                             devvime/kiichi-php-generator - 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. devvime/kiichi-php-generator

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

devvime/kiichi-php-generator
============================

Simple Package PHP for generate controllers, models and middlewares.

1.1.4(1y ago)171MITPHPPHP &gt;=8.2.0

Since Mar 7Pushed 1y ago1 watchersCompare

[ Source](https://github.com/devvime/kiichi-php-generator)[ Packagist](https://packagist.org/packages/devvime/kiichi-php-generator)[ RSS](/packages/devvime-kiichi-php-generator/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)DependenciesVersions (15)Used By (0)

Kiichi PHP Generator
====================

[](#kiichi-php-generator)

Simple Package PHP for generate controllers, models and middlewares.

---

### Specifications and Dependencies

[](#specifications-and-dependencies)

- **PHP Version** &gt;= 8.2.0

#### install packages

[](#install-packages)

Run the composer command for install this package.

```
composer require devvime/kiichi-php-generator --dev

```

### Create folder structure

[](#create-folder-structure)

Create the following directories in the project root:

```
├── application
|  ├── Controllers
|  |── Models
|  |── Middlewares
|  |── Routes
|  |  └── server.php

```

### Create Controller

[](#create-controller)

To create a new controller with the assistant, just type the following command, informing the name of the controller and the name of the database table that will be used EX: php kiichi.phar new-controller controllerName tableName.

```
php kiichi.phar new-controller product products
```

```
├── application
|  ├── Controllers
│  |  └── ProductController.php
|  |── Models
|  |  └── Products.php

```

To create the route group in the application/Routes/api.php file add --route /routeGroupName

```
php kiichi.phar new-controller product products --route /products
```

Result:

```
├── application
|  ├── Controllers
│  |  └── ProductController.php
|  |── Models
|  |  └── Products.php
|  |── Routes
|  |  └── server.php

```

### Create Middleware

[](#create-middleware)

To create a new middleware with the wizard, just type the following command informing the name of the middleware.

```
php kiichi.phar new-middleware product

```

Result:

```
├── application
|  ├── Middlewares
│  |  └── ProductMiddleware.php

```

### Create new email controller

[](#create-new-email-controller)

Type the following command.

```
php kiichi.phar new-mail

```

Result:

```
├── application
|  ├── Controllers
│  |  └── EmailServiceController.php

```

### Start the development server

[](#start-the-development-server)

Type the following command.

```
php kiichi.phar start

```

Result:

```
Development Server (http://localhost:8080) started

```

###  Health Score

36

—

LowBetter than 81% of packages

Maintenance49

Moderate activity, may be stable

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

Established project with proven stability

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

Recently: every ~37 days

Total

13

Last Release

405d ago

PHP version history (2 changes)v1.0.0PHP &gt;=7.0.0

1.0.8PHP &gt;=8.2.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/871c18b0694a44cddfb5c7182d29672cb901836d53f72113fe0893a35384c8b7?d=identicon)[devvime](/maintainers/devvime)

---

Top Contributors

[![devvime](https://avatars.githubusercontent.com/u/36117649?v=4)](https://github.com/devvime "devvime (15 commits)")

### Embed Badge

![Health badge](/badges/devvime-kiichi-php-generator/health.svg)

```
[![Health](https://phpackages.com/badges/devvime-kiichi-php-generator/health.svg)](https://phpackages.com/packages/devvime-kiichi-php-generator)
```

PHPackages © 2026

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