Just Biltong

DEV

PHP 8.2.31 - 2026-05-28 11:29:21

Services

MySQL Database success

Connected

host localhost
name justblit_biltong
user justblit_admin
MPESA Daraja configured

Sandbox credentials loaded

shortcode 174379
env sandbox
callback https://justbiltong.co.ke/api/mpesa-callback.php
Environment
php 8.2.31
server LiteSpeed
mode development
debug on
time 11:29:21 UTC

Activity Log

Recent Entries

2026-05-28 11:29:21 INFO Database Connection OK {"db":"justblit_biltong"}
2026-05-28 11:28:47 INFO Database Connection OK {"db":"justblit_biltong"}
2026-05-28 11:28:31 INFO Database Connection OK {"db":"justblit_biltong"}
2026-05-28 11:23:39 INFO Database Connection OK {"db":"justblit_biltong"}
2026-05-28 11:15:52 INFO Database Connection OK {"db":"justblit_biltong"}
2026-05-28 11:15:12 INFO Database Connection OK {"db":"justblit_biltong"}
2026-05-28 11:10:37 INFO MPESA Sandbox config loaded {"shortcode":"174379","env":"sandbox"}
2026-05-28 11:10:37 INFO Database Connection OK {"db":"justblit_biltong"}
2026-05-28 11:10:37 INFO MPESA Access token generated {"http_code":200}
2026-05-28 11:10:37 DEBUG MPESA Config check {"shortcode":"174379","env":"sandbox"}
2026-05-28 11:10:28 INFO MPESA Sandbox config loaded {"shortcode":"174379","env":"sandbox"}
2026-05-28 11:10:28 INFO Database Connection OK {"db":"justblit_biltong"}
2026-05-28 11:10:28 INFO MPESA Access token generated {"http_code":200}
2026-05-28 11:10:27 DEBUG MPESA Config check {"shortcode":"174379","env":"sandbox"}
2026-05-28 11:10:22 INFO MPESA Sandbox config loaded {"shortcode":"174379","env":"sandbox"}
2026-05-28 11:10:22 INFO Database Connection OK {"db":"justblit_biltong"}
// Get system status function getSystemStatus() { $status = [ 'database' => checkDatabase(), 'mpesa' => checkMPESA() ]; return $status; } function checkDatabase() { try { $conn = new mysqli(DB_HOST, DB_USER, DB_PASS, DB_NAME); if ($conn->connect_error) { Logger::error('Database', 'Connection failed', ['error' => $conn->connect_error]); return ['status' => 'error', 'message' => $conn->connect_error]; } $conn->close(); Logger::info('Database', 'Connection OK', ['db' => DB_NAME]); return ['status' => 'success', 'message' => 'Database connected']; } catch (Exception $e) { Logger::error('Database', $e->getMessage()); return ['status' => 'error', 'message' => $e->getMessage()]; } } function checkMPESA() { Logger::info('MPESA', 'Sandbox config loaded', ['shortcode' => MPESA_SHORTCODE, 'env' => MPESA_ENV]); return ['status' => 'configured', 'message' => 'MPESA Sandbox configured']; } $status = getSystemStatus(); $logs = array_reverse(Logger::tail(30)); ?> Just Biltong - Development Testing

Just Biltong

Development Testing Dashboard

🧪 DEVELOPMENT ENVIRONMENT

Database


Warning: Undefined variable $status in /home1/justblit/public_html/development/index.php on line 723

Warning: Trying to access array offset on value of type null in /home1/justblit/public_html/development/index.php on line 723

Warning: Trying to access array offset on value of type null in /home1/justblit/public_html/development/index.php on line 723

MPESA Integration


Warning: Undefined variable $status in /home1/justblit/public_html/development/index.php on line 733

Warning: Trying to access array offset on value of type null in /home1/justblit/public_html/development/index.php on line 733

Warning: Trying to access array offset on value of type null in /home1/justblit/public_html/development/index.php on line 733

Environment

PHP 8.2.31
Mode: development

Available Test Endpoints

GET db-test.php

Test database connectivity and retrieve tables

GET mpesa-test.php

Test MPESA authentication and configuration

Recent Logs

2026-05-28 11:29:21 INFO [Database] Connection OK {"db":"justblit_biltong"}
2026-05-28 11:28:47 INFO [Database] Connection OK {"db":"justblit_biltong"}
2026-05-28 11:28:31 INFO [Database] Connection OK {"db":"justblit_biltong"}
2026-05-28 11:23:39 INFO [Database] Connection OK {"db":"justblit_biltong"}
2026-05-28 11:15:52 INFO [Database] Connection OK {"db":"justblit_biltong"}
2026-05-28 11:15:12 INFO [Database] Connection OK {"db":"justblit_biltong"}
2026-05-28 11:10:37 INFO [MPESA] Sandbox config loaded {"shortcode":"174379","env":"sandbox"}
2026-05-28 11:10:37 INFO [Database] Connection OK {"db":"justblit_biltong"}
2026-05-28 11:10:37 INFO [MPESA] Access token generated {"http_code":200}
2026-05-28 11:10:37 DEBUG [MPESA] Config check {"shortcode":"174379","env":"sandbox"}
2026-05-28 11:10:28 INFO [MPESA] Sandbox config loaded {"shortcode":"174379","env":"sandbox"}
2026-05-28 11:10:28 INFO [Database] Connection OK {"db":"justblit_biltong"}
2026-05-28 11:10:28 INFO [MPESA] Access token generated {"http_code":200}
2026-05-28 11:10:27 DEBUG [MPESA] Config check {"shortcode":"174379","env":"sandbox"}
2026-05-28 11:10:22 INFO [MPESA] Sandbox config loaded {"shortcode":"174379","env":"sandbox"}
2026-05-28 11:10:22 INFO [Database] Connection OK {"db":"justblit_biltong"}