JX

JamilX

Framework Documentation

Jamilsoft Plans

JamilX Framework

A purposeful PHP SaaS framework with a clean service-driven architecture.

Explore how JamilX routes requests, organizes Services, Actions, Containers, and Prototypes, and equips teams to ship SaaS-ready PHP projects with clarity.

Jamilsoft now powers JamilX as an online SaaS builder with curated app bundles for personal, enterprise, and education deployments. View commercial bundles.

Quickstart

CLI
php jamilx doctor
php jamilx serve --port 8000

Autoloads Services, Actions, and Prototypes out of the box.

Built-in installer and configuration flow for SaaS deployments.

Simple, readable runtime lifecycle in PHP.

Service-Centric Flow

Routes map to Services, which coordinate Actions and Containers for clean separation of concerns.

Explore Services →

Structured Configuration

.env and core configs define environment modes, database access, and API settings.

Configure JamilX →

CLI Productivity

Generate services, modules, and apps with the built-in CLI while running diagnostics and database workflows.

Use the CLI →