Skip to content
@sukarix

Sukarix PHP Application Framework

What is Sukarix?

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).

Quick Start

composer create-project sukarix/application my-app
cd my-app
php tools/statera.php   # run the test suite

Repositories

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.

Discussions

Questions, feedback and release announcements happen in GitHub Discussions.

Contributing

--

Code of Conduct

--

Security Vulnerabilities

--

License

The Sukarix framework is open-sourced software licensed under the MIT license.

Pinned Loading

  1. sukarix sukarix Public

    Sukarix PHP Framework

    PHP 5

  2. application application Public

    PHP

Repositories

Showing 8 of 8 repositories

Top languages

Loading…

Most used topics

Loading…