PHP 8+ · MVC · v1.0
Built for the PHP you use today — not the PHP you remember.
A robust, light-weight MVC framework built for developers who want speed and simplicity without sacrificing capability — routing, ORM, caching, realtime jobs and websockets, all in one cohesive stack.
routerfast & configurable
warlockws + jobs + broker
dbifluent orm + schema
<?php
use Hazaar\Util\Money;
$price = new Money(149.99, 'USD');
$aud = $price->convertTo('AUD');
// realtime exchange rate lookup, no config needed
echo $price->format(); // $149.99
echo $aud->format(); // A$228.14
Everything the stack needs. Nothing it doesn't.
RT / 01
DB / 02
CH / 03
SC / 04
WL / 05
MB / 06
new
MCP / 07
MCP Server
Publish controller methods to LLM agents as MCP tools — JSON Schema generated automatically from PHP type declarations. Stateless streamable-HTTP transport, no session store required.
Running in under a minute.
Scaffold a new project with Composer and serve it immediately with the built-in CLI server — no additional tooling required to start building.
read the getting started guide →$ composer create-project hazaar/hazaar my-app
$ cd my-app && composer serve
Server running at http://127.0.0.1:8080
Documentation
Guides on routing, the ORM, caching backends, schema snapshots and Warlock.
hazaar.io/docs →Source & Issues
Browse the framework source, file issues, or track releases on Packagist.
git.hazaar.io →