Sukarix is an open-source PHP application framework built on top of the Fat-Free Framework (F3) designed to create enterprise-grade web and server/CLI applications. The name "Sukarix" is derived from the Arabic word "سُكَّر" (sukkar), which means sugar, symbolizing the framework's goal to add sweetness and efficiency to the robust and lightweight Fat-Free Framework.
Sukarix keeps F3's lean core — routing, the hive, the Registry — and layers on dependency injection, an ORM
(F3 Cortex), ACL (F3 Access), structured logging (Monolog), data validation, notifications, a Redis-backed queue
service, and its own testing kit (Statera).
composer create-project sukarix/application my-app
cd my-app
php tools/statera.php # run the test suite| Repository | Description |
|---|---|
| sukarix/sukarix | The framework core: routing helpers, DI container, behaviours, ORM base, queues, logging, mailer, notifications. |
| sukarix/statera | The Sukarix testing kit, built on F3's Test class. Optional and standalone. |
| sukarix/cli | Bash CLI toolbox for bootstrapping and managing Sukarix projects. |
| sukarix/application | A skeleton application demonstrating the framework's directory structure and conventions. |
| sukarix/docs | The documentation site. |
Questions, feedback and release announcements happen in GitHub Discussions.
--
--
--
The Sukarix framework is open-sourced software licensed under the MIT license.