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 3d 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 22% 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://www.gravatar.com/avatar/d527a1d2dcc2d47eedfc63f15d0054a686c0823abeb43d1590ecf2cd21f0058d?d=identicon)[cjam](/maintainers/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

[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)
