PHPackages                             zubzet/framework - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. zubzet/framework

ActiveLibrary[Framework](/categories/framework)

zubzet/framework
================

 A lightweight PHP framework focused on rapid development, ease of use, and great portability.

v1.0.0(4mo ago)1469.7k↓46.6%5[10 issues](https://github.com/zubzet/framework/issues)[3 PRs](https://github.com/zubzet/framework/pulls)1GPL-3.0-or-laterPHPPHP &gt;=8.0 &lt;8.5CI passing

Since Jul 14Pushed 1mo agoCompare

[ Source](https://github.com/zubzet/framework)[ Packagist](https://packagist.org/packages/zubzet/framework)[ RSS](/packages/zubzet-framework/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (6)Versions (12)Used By (1)

 [![ZubZet Logo](https://raw.githubusercontent.com/zubzet/branding/refs/heads/main/logo/square_long.png)](https://raw.githubusercontent.com/zubzet/branding/refs/heads/main/logo/square_long.png)

ZubZet PHP Framework
====================

[](#zubzet-php-framework)

 A lightweight opinionated PHP framework built with complexity adversity in mind, empowering developers and easy learning.

 [![GitHub Repo stars](https://camo.githubusercontent.com/be0a43cc12d895771993ee994a089cc306ee49c99e1b62ca3eba8cdc1feed3bd/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f537461722532306f6e2d4769744875622d626c75653f7374796c653d666f722d7468652d6261646765266c6f676f3d676974687562)](https://github.com/zubzet/framework) [![Documentation](https://camo.githubusercontent.com/816618b0c40a74980d1e2aa445566dd6890ca7b1c63e1607831bb64b7bfeab16/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f526561642d746865253230446f63732d627269676874677265656e3f7374796c653d666f722d7468652d6261646765266c6f676f3d72656164746865646f6373)](https://zubzet.com/docs) [![Latest Release](https://camo.githubusercontent.com/4381b29bf066028c98acbb8e74640b6f458e52fe01abea8fee1e74c0923227d7/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c617465737425323052656c656173652d5061636b61676973742d6f72616e67653f7374796c653d666f722d7468652d6261646765266c6f676f3d7061636b6167697374)](https://packagist.org/packages/zubzet/framework) [![GitHub Issues](https://camo.githubusercontent.com/cf8d5761c649bcfa3e7a9a74e9749970bfcf90d58274f57f51b467a94c786a37/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5265706f72742d4973737565732d79656c6c6f773f7374796c653d666f722d7468652d6261646765266c6f676f3d627567)](https://github.com/zubzet/framework/issues) [![Apache-2.0 License](https://camo.githubusercontent.com/b9ac72f3dca2ed66c77483917a7b3b0a47c8bf25a3275642a9e1cd1987c9b4df/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d417061636865253230322e302d626c75653f7374796c653d666f722d7468652d6261646765266c6f676f3d617061636865)](https://github.com/zubzet/framework/blob/main/LICENSE)

### **Why ZubZet?**

[](#why-zubzet)

ZubZet is especially well-suited for process-driven web apps, from internal enterprise tools that manage company workflows and day-to-day operations, to high-traffic public platforms like job boards, and even larger products like media streaming services. Thanks to its lightweight, opinionated core, it’s also a great teaching framework for students who want to learn MVC and build real projects without getting buried in complexity.

- **Get Started Quickly:** With sensible defaults and out-of-the-box features, like routing and templating, there’s no steep learning curve. Just install and start building.
- **Rapid Development:** Skip the boilerplate. ZubZet’s pre-configured components allow you to prototype and develop your projects faster, while maintaining clean and structured code.
- **No Barriers for Newcomers:** We believe everyone should have access to great tools. ZubZet is welcoming to newcomers by adhering to principle values like default configurations being ready out of the box, while still allowing for complex setups by advanced users.
- **Great Portability:** Whether you're developing locally or deploying in a complex production environment, ZubZet is designed to be lightweight, flexible, and portable.

### **A Gentle Approach to MVC**

[](#a-gentle-approach-to-mvc)

The framework follows the **Model-View-Controller** (MVC) pattern, but you don’t need to be an expert to get started:

1. **Controllers** handle application logic in a simple, straightforward way.
2. **Models** manage data interactions with minimal setup, be it a database or other sources.
3. **Views** allow you to easily create templates that integrate with your data.

### **Documentation**

[](#documentation)

Looking for step-by-step guides and practical examples? The [ZubZet Documentation](https://zubzet.com/docs) is the right place to look. It’s packed with tutorials and detailed guides to help you learn the ins and outs of the framework and get started quickly.

### **API Reference**

[](#api-reference)

Dive deep into the technical details. The comprehensive [API Reference](https://zubzet.com/docs/latest/api) covers every class, method, and parameter to help you customize and extend ZubZet for your specific needs.

There’s no need to trade clarity for capability — build something great without getting bogged down by complexity. ZubZet is here to support your ideas, big or small—let’s build something great, together.

###  Health Score

50

—

FairBetter than 96% of packages

Maintenance69

Regular maintenance activity

Popularity40

Moderate usage in the ecosystem

Community16

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 65.1% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~28 days

Recently: every ~33 days

Total

9

Last Release

82d ago

Major Versions

0.11.0 → v1.0.0-RC12025-09-14

PHP version history (2 changes)0.11.x-devPHP &gt;=8.0

v1.0.0-RC1PHP &gt;=8.0 &lt;8.5

### Community

Maintainers

![](https://www.gravatar.com/avatar/e9a912f7b86e2c5846102ace7287435124f0fe2f69c0515037493d7dea9419bb?d=identicon)[zubzet](/maintainers/zubzet)

---

Top Contributors

[![alexander-zierhut](https://avatars.githubusercontent.com/u/26348781?v=4)](https://github.com/alexander-zierhut "alexander-zierhut (362 commits)")[![qtNoe](https://avatars.githubusercontent.com/u/90401702?v=4)](https://github.com/qtNoe "qtNoe (116 commits)")[![LordVonAdel](https://avatars.githubusercontent.com/u/24946309?v=4)](https://github.com/LordVonAdel "LordVonAdel (74 commits)")[![Copilot](https://avatars.githubusercontent.com/in/1143301?v=4)](https://github.com/Copilot "Copilot (2 commits)")[![Denetor03](https://avatars.githubusercontent.com/u/96008824?v=4)](https://github.com/Denetor03 "Denetor03 (2 commits)")

---

Tags

phpphp-frameworkrapid-developmentzubzet

### Embed Badge

![Health badge](/badges/zubzet-framework/health.svg)

```
[![Health](https://phpackages.com/badges/zubzet-framework/health.svg)](https://phpackages.com/packages/zubzet-framework)
```

###  Alternatives

[jelix/jelix

Jelix PHP framework

83101.5k4](/packages/jelix-jelix)[doppar/framework

The Doppar Framework

366.7k8](/packages/doppar-framework)[chameleon-system/chameleon-base

The Chameleon System core.

1026.5k3](/packages/chameleon-system-chameleon-base)[vesp/core

Vesp core library to make backend simple

243.8k5](/packages/vesp-core)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
