PHPackages                             rougin/ignite - 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. [Framework](/categories/framework)
4. /
5. rougin/ignite

ActiveLibrary[Framework](/categories/framework)

rougin/ignite
=============

Yet another Codeigniter 3 project template.

v0.4.2(1y ago)11884[1 issues](https://github.com/rougin/ignite/issues)MITPHPPHP &gt;=5.4.0

Since May 26Pushed 1y ago1 watchersCompare

[ Source](https://github.com/rougin/ignite)[ Packagist](https://packagist.org/packages/rougin/ignite)[ Docs](https://roug.in/ignite/)[ RSS](/packages/rougin-ignite/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (1)Versions (11)Used By (0)

Ignite
======

[](#ignite)

[![Latest Version on Packagist](https://camo.githubusercontent.com/df6e2d7cce92a71687435711dd0c147e095bc79bf10922f2102eebc5c0a8d1db/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f726f7567696e2f69676e6974652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/rougin/ignite)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](https://github.com/rougin/ignite/blob/master/LICENSE.md)[![Total Downloads](https://camo.githubusercontent.com/370007629c69f57bf58fe6bfa2f849b29d442dc856e248298d6719d5b1007519/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f726f7567696e2f69676e6974652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/rougin/ignite)

Ignite is yet another [Codeigniter 3](https://codeigniter.com/userguide3) project template with a twist:

- Moved the `application` directory as the root directory; and
- Created a `public` directory to store the main `index.php` file.

```
ciacme/
├── cache/
├── config/
├── controllers/
├── core/
├── helpers/
├── hooks/
├── language/
├── libraries/
├── logs/
├── models/
├── public/
│   ├── .htaccess
│   └── index.php
├── third_party/
├── vendor/
├── views/
└── composer.json
```

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

[](#installation)

Use [Composer](https://getcomposer.org/) to create a new `Ignite`-based `Codeigniter 3` project:

```
$ composer create-project rougin/ignite "ciacme"
```

Running in local
----------------

[](#running-in-local)

To run the application for development, the [built-in web server](https://www.php.net/manual/en/features.commandline.webserver.php) of PHP can be used:

```
$ cd ciacme
$ php -S localhost:4464 -t public/
```

Note

The built-in web server is only available for PHP versions `v5.4` and higher.

After running the web server, access `http://localhost:4464` in a web browser.

Featured packages
-----------------

[](#featured-packages)

`Ignite` also provides default configuration for the following third-party packages below. These packages improve quality of development when writing code under `Codeigniter 3`:

- [Combustor](https://roug.in/combustor/)

Combustor is a utility package for `Codeigniter 3` that generates controllers, models, and views based on the provided database tables. It uses the [Describe](https://roug.in/describe/) package for getting columns from a database table and as the basis for code generation.

- [Refinery](https://roug.in/refinery/)

Refinery is a console-based package of [Migrations Class](https://www.codeigniter.com/userguide3/libraries/migration.html) for `Codeigniter 3`. It also uses the [Describe](https://roug.in/describe/) package for retrieving the database tables for creating database migrations.

Changelog
---------

[](#changelog)

Please see [CHANGELOG](https://github.com/rougin/ignite/blob/master/CHANGELOG.md) for more information what has changed recently.

Credits
-------

[](#credits)

- [All contributors](https://github.com/rougin/ignite/contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [LICENSE](https://github.com/rougin/ignite/blob/master/LICENSE.md) for more information.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 97.9% 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 ~381 days

Recently: every ~783 days

Total

10

Last Release

573d ago

PHP version history (2 changes)v0.2.1PHP &gt;=5.3.0

v0.3.1PHP &gt;=5.4.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/c7721589a958a1fbcef1b527c794d820d75b82988f14b2ed86a1c6904d76a59e?d=identicon)[rougin](/maintainers/rougin)

---

Top Contributors

[![rougin](https://avatars.githubusercontent.com/u/6078637?v=4)](https://github.com/rougin "rougin (95 commits)")[![avrtrix](https://avatars.githubusercontent.com/u/9270059?v=4)](https://github.com/avrtrix "avrtrix (2 commits)")

---

Tags

codeignitercodeigniter-projectcombustorignitephp-projectphp-appphp-projectproject-skeleton

### Embed Badge

![Health badge](/badges/rougin-ignite/health.svg)

```
[![Health](https://phpackages.com/badges/rougin-ignite/health.svg)](https://phpackages.com/packages/rougin-ignite)
```

###  Alternatives

[laravel/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.4k85.0M532](/packages/laravel-passport)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

712181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)[laravel/pail

Easily delve into your Laravel application's log files directly from the command line.

91545.3M590](/packages/laravel-pail)

PHPackages © 2026

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