PHPackages                             cjam/fastcode-ci - 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. cjam/fastcode-ci

AbandonedArchivedCodeigniter-command[CLI &amp; Console](/categories/cli)

cjam/fastcode-ci
================

CLI tools for CodeIgniter 4

6273PHP

Since Aug 25Pushed 7y agoCompare

[ Source](https://github.com/cjamcu/fastcode-ci)[ Packagist](https://packagist.org/packages/cjam/fastcode-ci)[ RSS](/packages/cjam-fastcode-ci/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

FastCodeCi
==========

[](#fastcodeci)

**FastCodeCi** are several command line interface tools for CodeIgniter 4 that allows you to quickly create a repetitive code in record time. The exit code is so clean that it allows modification without problems...

Functionalities
---------------

[](#functionalities)

- Create CRUD of a table
- Create Panel Admin
- Create a Controller file
- Create a Model file
- Create a Entity file
- Create a Migration file
- Create a Command file.

Installation
------------

[](#installation)

1- Add the following to the `require-dev` section of your project's `"cjam/fastcode-ci" :"dev-master"`

2-`composer update`

3- open up `/application/Config/Autoload.php` and create the `FastCode` namespace in the `$psr4` array:

```
$psr4 = [
	'FastCode'   	=> ROOTPATH.'vendor/cjam/fastcode-ci',
];

```

Start using it
--------------

[](#start-using-it)

Everything is ready to start generating repetitive code with FastCodeCi

### Commands

[](#commands)

CommandsFunctionalityParameters`php spark create:crud`Create CRUD from tableTable,Model name , Controller name`php spark create:controller`Create a Controller fileController name`php spark create:model`Create a Model fileTable , Model Name`php spark create:entity`Create a Entity fileTable`php spark create:command`Create a Command fileCommand Name, Group , Description`php spark create:migration`Create a Migration fileMigration Name**In all operations you need the Namespace parameter, if you leave it blank it is assumed that you are using `App`**

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community8

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1000288?v=4)[Colter McQuay](/maintainers/cjam)[@cjam](https://github.com/cjam)

---

Top Contributors

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

---

Tags

code-generatorcodeigniter

### Embed Badge

![Health badge](/badges/cjam-fastcode-ci/health.svg)

```
[![Health](https://phpackages.com/badges/cjam-fastcode-ci/health.svg)](https://phpackages.com/packages/cjam-fastcode-ci)
```

###  Alternatives

[illuminate/console

The Illuminate Console package.

13045.3M6.3k](/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)[tomatophp/filament-artisan

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

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

PHPackages © 2026

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