PHP 8.4+ framework on Fat-Free
Sukarix

Sukarix

The right amount of sweetness and efficiency on top of Fat-Free. A modern PHP framework for enterprise applications.

Routing ACL DI i18n Queues
Start in seconds
Install, route, render
CLI
terminal
composer create-project sukarix/application my-app
cd my-app
composer serve
app/src/Actions/Core/Main.php
class Main extends WebAction
{
    public function execute($f3, $params): void
    {
        $this->render();
    }
}
Framework skeleton

Welcome to Sukarix

The primary purpose of Sukarix is to provide developers with a powerful and efficient framework for building enterprise-level PHP applications.

Sukarix toolkit

Small surface, serious framework power.

The skeleton app should feel like the framework: focused, expressive and ready for real products without visual noise.

8
Languages
F3
Foundation
PHP
8.4+

Routing & ACL

Advanced routing and access control list capabilities ensure secure and flexible access management for your applications, with deny-by-default policy and per-route authorisation.

Queue Service

A Redis-backed FIFO queue with deduplication and attempt tracking, powered by atomic Lua scripts for consistent pipeline processing across workers.

Dependency Injection

A built-in IoC container with typed service resolution and strict validation, promoting loose coupling and making your code easy to test and maintain.

Enterprise Ready

Designed for enterprise use with structured logging, error handling, event dispatching, i18n, CSRF protection, and cron job scheduling built in from the start.

Internationalisation

Multi-language support with a simple dictionary format, automatic locale detection and runtime switching without reloading dependencies.

Fat-Free 3.9

Built on the proven Fat-Free Framework core, with Sukarix adding the sweet layer for services, structure and product-ready defaults.

Learn more

Included by default

Everything a framework starter should show.

A compact stack of app essentials so developers instantly understand what Sukarix gives them before they open the docs.

01

Typed actions

Small WebAction controllers that render F3 templates cleanly.

02

F3 hive config

INI-driven settings with predictable environment overrides.

03

Service injector

Resolve reusable services without wiring heavy dependencies.

04

ACL security

Deny-by-default access rules for safer route protection.

05

CSRF sessions

Session-backed tokens and secure defaults for web flows.

06

Cache helpers

Remember, forget and reuse expensive data with less code.

07

Events

Dispatch app behavior without coupling workflows together.

08

CLI actions

Build command-line tasks using the same framework patterns.

09

Statera tests

Lightweight scenario-based testing designed for Sukarix.

10

Phinx migrations

Version database changes when your app needs persistence.

11

Structured logs

Monolog-powered output for web requests and CLI work.

12

Translations

Locale files and runtime switching for multilingual apps.

Ready to build?

Start your next project with Sukarix and ship faster.

Read the Docs