Left Icon icon-left Right Icon icon-right

SqueHub PHP Framework

Crafted Your Way Β· Functionality Meets Simplicity

Get Started

Why Choose Squehub?

πŸ”Œ Modular Architecture

Break your app into packages and components that scale smoothly.

⚑ Fast Routing

Define routes with powerful, readable syntax. Blazing fast and intuitive.

πŸ›  Blade-like Views

Use clean, expressive templates with sectioning, includes, and logic.

πŸš€ Simple, Expressive Syntax

<?php
use App\Controllers\HomeController;

Route::get('/', [HomeController::class, 'index']);

Route::post('/user/create', function () {
    return View::render('user.create');
});

User::create([
    'name' => 'Mark',
    'email' => 'mark@example.com'
]);

Discover the Squehub Ecosystem

Explore official tools designed to boost your development β€” whether you're adding a feature or scaffolding an entire app.

Powerful Ecosystem

πŸ” Authenticator

Plug-and-play user auth with login, register, reset out of the box.

πŸ“¦ Package Manager

Auto-discoverable packages via composer + Squehub naming conventions.

πŸ§ͺ Testing Tools

Built-in test helpers, assertions, and CLI testing support.

πŸ”„ CLI Generators

Quickly scaffold routes, models, views, migrations, and more.

Ready to Build Smarter?

Get started with the Squehub CLI, packages, or create your own.

Read Documentation

Trusted by Teams & Startups

Squehub powers modern web applications across the globe.

Company 1
Company 2
Company 3
Company 4
Company 5

Compare Squehub

Feature Squehub Laravel Symfony
Modular Packages βœ… βœ… ⚠️
CLI Generator βœ… βœ… βœ…
Blade-like Templating βœ… βœ… ❌
Built-in Auth Scaffolding βœ… βœ… ❌

Join the Community

We’re open-source and growing. Connect with fellow developers!