PHPackages                             honeydt/fatheme - 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. honeydt/fatheme

ActiveLibrary

honeydt/fatheme
===============

A package that installs Codeigniter's core via Composer.

381PHP

Since Jan 31Pushed 8y ago1 watchersCompare

[ Source](https://github.com/fireantlabs/fatheme)[ Packagist](https://packagist.org/packages/honeydt/fatheme)[ RSS](/packages/honeydt-fatheme/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

FATheme
=======

[](#fatheme)

Codeigniter 4 Basic Theme

```
codeigniter/
├── application/
├── composer.json
├── composer.lock
├── public/
|   ├── themes/
|   |     └── Default
|   |         └── views
|   |             ├── partial
|   |             └── layouts
│   ├── .htaccess
│   └── index.php
└── vendor/
    └── codeigniter/
        └── framework/
            └── system/

```

I custom view helper of codeigniter 4 framework to config the theme with [Code Modules](https://bcit-ci.github.io/CodeIgniter4/general/modules.html?highlight=core%20module)SEE THE IMAGE ==&gt; Layout of Theme [![Alt text](/screenshot.png?raw=true "Layout")](/screenshot.png?raw=true)

1. Install:

```
composer require fireantlabs/fatheme

```

2. Go application -&gt; Config -&gt; Autoload.php

```
$psr4 = ['Theme' =>FCPATH.'themes']

```

Config eviroment to development --&gt; Show debug bar

```
$_SERVER['CI_ENVIRONMENT'] = 'development';

```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

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.

### Community

Maintainers

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

---

Top Contributors

[![fireantlabs](https://avatars.githubusercontent.com/u/6004235?v=4)](https://github.com/fireantlabs "fireantlabs (25 commits)")

---

Tags

cici4codeigniter4theme

### Embed Badge

![Health badge](/badges/honeydt-fatheme/health.svg)

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

PHPackages © 2026

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