Content Management System (CMS)

The Art of
INKRAH Web Design Open Source Project for News Portal was released on 20 August 2026

An elegant, high-performance CMS meticulously crafted for modern news portals. Built on pure PHP and SQLite. No bloat, just brilliance.

Download ZIP Archive of INKRAH CMS NEWS version 1a Readme before Installation

A Refined Architecture

Why supporrt News? Because the press is regarded as the fourth estate of the realm.



The INKRAH Web Design CMS News is built with efficiency and simplicity at its core. It consumes virtually no unnecessary server space, uses fewer than 100 inodes, and keeps the total size of all files below 2 MB.

Lightweight, efficient, and intelligently designed proving that powerful technology does not have to be complicated or resource-heavy.

"Strength and Intelligence in Simplicity"

The INKRAH News Portal CMS is a bespoke PHP + SQLite publishing platform designed for performance and simplicity. It completely bypasses the need for MySQL, Node.js, Composer, or bulky external frameworks. It runs flawlessly on XAMPP, Laragon, the built-in PHP server, Apache, or standard shared hosting environments.

Featuring a comprehensive relational schema, it includes role-based access control (RBAC), article revisions, sophisticated taxonomy, built-in security (CSRF, throttling, session regeneration), and a pristine REST API. The content renderer ensures sanitised block rendering whilst strictly forbidding arbitrary HTML for paramount security.

Deployment Note: A comprehensive set of instructions, detailing quick start methods, sub-path deployment configurations, and internal security mechanisms, has been compiled. The full documentation will be available immediately upon installation or by extracting the downloaded ZIP file.

Exquisite Capabilities

A vertical slice of publishing perfection.

Server-side Security

Every mutating action verifies server-side authorisation. Advanced API authentication utilises SHA-256 hashed bearer tokens with configurable CORS support.

FTS5 Search & SEO

Equipped with incredibly fast FTS5-backed search, semantic JSON-LD structures, segmented XML sitemaps, and automated Open Graph tag generation.

Effortless Installation

A beautifully crafted browser installer checks all requirements—PHP 8.1+, PDO SQLite, and GD—eliminating the need for complex command-line setups.

Step-by-Step Installation Using Your Own Folder (Not the Root Directory)

Upload everything in the zip into
public_html/yourfolder/
So, public_html/yourfolder/index.php
exists directly, not nested another folder deeper.

Create core/config.local.php

<?php
define('INKRAH_BASE_PATH', '/yourfolder');
define('INKRAH_APP_ENV', 'production');

Edit .htaccess

In .htaccess, uncomment
RewriteBase /yourfolder/

Ready to Install

Visit
yourdomain.com/yourfolder/install/index.php
and on the form set Site URL to
https://yourdomain.com/yourfolder

Please see README carefully:
English
Indonesia