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
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.
A vertical slice of publishing perfection.
Every mutating action verifies server-side authorisation. Advanced API authentication utilises SHA-256 hashed bearer tokens with configurable CORS support.
Equipped with incredibly fast FTS5-backed search, semantic JSON-LD structures, segmented XML sitemaps, and automated Open Graph tag generation.
A beautifully crafted browser installer checks all requirements—PHP 8.1+, PDO SQLite, and GD—eliminating the need for complex command-line setups.
Upload everything in the zip into
public_html/yourfolder/
So, public_html/yourfolder/index.php
exists directly, not nested another folder deeper.
<?php
define('INKRAH_BASE_PATH', '/yourfolder');
define('INKRAH_APP_ENV', 'production');
In .htaccess, uncomment
RewriteBase /yourfolder/