PHPackages                             cifirecms/cifirecms - 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. cifirecms/cifirecms

ActiveProject[Framework](/categories/framework)

cifirecms/cifirecms
===================

CiFireCMS Framework

2827120[1 issues](https://github.com/CiFireCMS/cifirecms/issues)PHP

Since Apr 25Pushed 3y ago5 watchersCompare

[ Source](https://github.com/CiFireCMS/cifirecms)[ Packagist](https://packagist.org/packages/cifirecms/cifirecms)[ RSS](/packages/cifirecms-cifirecms/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

CiFireCMS - Gratis Rasa Premium
===============================

[](#cifirecms---gratis-rasa-premium)

CiFireCMS adalah platform CMS open source gratis Indonesia dibuat menggunakan framework CodeIgniter3. Dengan konsep yang menarik dan mudah digunakan oleh siapa saja.

Minimum System Requirements
---------------------------

[](#minimum-system-requirements)

```
+--------------+----------------+
|  System      |  Version       |
+--------------+----------------+
|  Web server  |  Apache 2.4.x  |
|  PHP         |  7.3.x, 5.6.x  |
|  MySQL       |  5.7.x         |
|  MariaDB     |  10.3.x        |
+--------------+----------------+

```

PHP Extension
-------------

[](#php-extension)

```
+--------------+----------+
|  Extension   |  Config  |
+--------------+----------+
|  pdo_mysql   |  ON      |
|  pdo_sqlite  |  ON      |
|  pdo_sqlite  |  ON      |
|  json        |  ON      |
|  fileinfo    |  ON      |
|  intl        |  ON      |
+--------------+----------+

```

Install via composer
--------------------

[](#install-via-composer)

- `composer create-project cifirecms/cifirecms:dev-master cifirecms-project`

Permission
----------

[](#permission)

Ubah user permission folder-folder berikut menjadi `775`.

```
cifirecms
├── public
│   ├── temp    --> 775
│   ├── thumbs  --> 775
└── └── uploads --> 775

```

.htaccess
---------

[](#htaccess)

Standard **.htaccess** configuration.

```
RewriteEngine On
RewriteCond $1 !^(index\.php|resources|robots\.txt)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L,QSA]

```

Untuk menentukan web anda di akses dengan alamat **http** atau **https** silahkan ubah konfigurasi file **.htaccess** dan tambahkan kode berikut di bawah baris kode `RewriteEngine On`.

#### Redirect HTTP to HTTPS

[](#redirect-http-to-https)

```
# non-www to www.
RewriteCond %{HTTPS} off [OR]
RewriteCond %{HTTP_HOST} !^www\. [NC]
RewriteCond %{HTTP_HOST} ^(?:www\.)?(.+)$ [NC]
RewriteRule ^ https://www.%1%{REQUEST_URI} [L,NE,R=301]

# www to non-www.
RewriteCond %{HTTPS} off [OR]
RewriteCond %{HTTP_HOST} ^www\. [NC]
RewriteCond %{HTTP_HOST} ^(?:www\.)?(.+)$ [NC]
RewriteRule ^ https://%1%{REQUEST_URI} [L,NE,R=301]

```

#### Redirect HTTPS to HTTP

[](#redirect-https-to-http)

```
# non-www to www.
RewriteCond %{HTTPS} on [OR]
RewriteCond %{HTTP_HOST} !^www\. [NC]
RewriteCond %{HTTP_HOST} ^(?:www\.)?(.+)$ [NC]
RewriteRule ^ http://www.%1%{REQUEST_URI} [L,NE,R=301]

# www to non-www.
RewriteCond %{HTTPS} on [OR]
RewriteCond %{HTTP_HOST} ^www\. [NC]
RewriteCond %{HTTP_HOST} ^(?:www\.)?(.+)$ [NC]
RewriteRule ^ http://%1%{REQUEST_URI} [L,NE,R=301]

```

### Environment

[](#environment)

Jika web sudah siap di online-kan silahkan ubah kode pada `.env` cari code `CI_ENV=development` edit menadi `CI_ENV=production`

Backend
-------

[](#backend)

- Untuk mengakses halaman administrator kunjungi link `http://your-web-domain/l-admin`
- Masukan Username dan Password seperti pada awal instalasi.

Official Links
--------------

[](#official-links)

- GitHub :
- Facebook :
- Facebook group :

License
-------

[](#license)

CiFireCMS is licensed under the MIT License.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity22

Early-stage or recently created project

 Bus Factor1

Top contributor holds 94.1% 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/46333102?v=4)[Adiman](/maintainers/adimancifi)[@adimancifi](https://github.com/adimancifi)

---

Top Contributors

[![adimancifi](https://avatars.githubusercontent.com/u/46333102?v=4)](https://github.com/adimancifi "adimancifi (95 commits)")[![adimancifi123](https://avatars.githubusercontent.com/u/125880298?v=4)](https://github.com/adimancifi123 "adimancifi123 (3 commits)")[![andifahruddinakas](https://avatars.githubusercontent.com/u/57283157?v=4)](https://github.com/andifahruddinakas "andifahruddinakas (2 commits)")[![AFA28](https://avatars.githubusercontent.com/u/214424333?v=4)](https://github.com/AFA28 "AFA28 (1 commits)")

---

Tags

php

### Embed Badge

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

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

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[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.

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

A simple API extension for DateTime.

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

PHPackages © 2026

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