SaaSHub helps you find the best software and product alternatives Learn more →
Framework Alternatives
Similar projects and alternatives to framework
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
-
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a better framework alternative or higher similarity.
framework discussion
framework reviews and mentions
Posts with mentions or reviews of framework.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2026-07-01.
-
Bimaaji: agent-safe mutations for Waaseyaa
If you let an AI agent modify your application, the agent needs more than a text editor. Raw str_replace on a PHP file passes a lot of tests and still breaks things an hour later in production, because the tool has no idea what the file actually represents. Bimaaji is the Waaseyaa package that gives agents a structured path from "I want to add a field to this entity" to a reviewable patch that a community's sovereignty rules have already vetted. This post walks through what shipped in waaseyaa/bimaaji and why each piece exists.
-
The ingest side of a sovereign language platform
The part I care about most: this runs on infrastructure the community controls. The app is a PHP service built on the Waaseyaa framework, in Docker behind Caddy, on a Raspberry Pi the community runs, not on someone else's cloud. The corpus stays local. The AI provider is swappable by config. The model assists, it does not own the language, the data, or the hosting.
-
One URL, two readers: serving HTML to people and Markdown to agents
The web has two kinds of readers now: people and agents. Most stacks make you build a second system to serve the second one, a separate API with its own routes, auth, and serializers. This post shows the approach Waaseyaa takes instead: one URL serves a human a web page and an AI agent clean Markdown, decided by HTTP content negotiation. It covers the content type you define, the negotiation that picks the format, and the agent-facing routes that come along for free.
-
Domain routing in Waaseyaa: replacing a giant dispatcher with small routers
Waaseyaa had a controller dispatcher that grew past 1,000 lines. Every new feature meant more conditionals in the same file. This post covers how that dispatcher was replaced with domain-specific routers, each implementing a two-method interface that keeps routing logic scoped and testable.
-
What a real AI-assisted PR looks like
PR #1022 was the first pull request in Waaseyaa where that full chain played out end to end.
-
The audit that started everything: how Waaseyaa designed an invariant-driven architectural review
This is Part 1 of the Waaseyaa Governance series. It covers how Waaseyaa — a PHP framework monorepo of 52 packages — ran a formal invariant-driven architectural audit, what it found across five concern passes, and how Milestone 2 turned those findings into the eight-milestone remediation program covered in Part 2.
-
Waaseyaa governance series
This series covers how Waaseyaa — a PHP framework monorepo of 52 packages — went from accumulated architectural drift to a governed, verifiable implementation platform.
-
Publishing a PHP monorepo to Packagist with splitsh-lite
The framework is open source and in active development. If you're building a content platform that needs Drupal's content modeling depth, Laravel's developer experience, and AI integration from the ground up, waaseyaa is worth watching.
-
A note from our sponsor - SaaSHub
www.saashub.com | 10 Jul 2026
Stats
Basic framework repo stats
8
4
10.0
4 days ago
waaseyaa/framework is an open source project licensed under GNU General Public License v2.0 or later which is an OSI approved license.
The primary programming language of framework is PHP.