PHPackages                             fzb/fzb - 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. fzb/fzb

ActiveLibrary[Framework](/categories/framework)

fzb/fzb
=======

Class libraries for FZB Framework

01PHPCI passing

Since Dec 21Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/foozbat/fzb)[ Packagist](https://packagist.org/packages/fzb/fzb)[ RSS](/packages/fzb-fzb/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

[![CI](https://github.com/foozbat/fzb/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/foozbat/fzb/actions/workflows/ci.yml)

FZB Framework
=============

[](#fzb-framework)

A lightweight PHP 8.1+ web framework offering a modular approach to building modern web applications.

---

🚀 Features
----------

[](#-features)

- **Router** – Define clean and intuitive routes for your application.
- **Input Validator** – Easily validate and sanitize user inputs.
- **Template Renderer** – Render views with a simple and flexible templating engine.
- **Database Abstraction Layer** – Interact with your database using a consistent and straightforward API.
- **Lightweight ORM** – Map database records to PHP objects effortlessly.
- **htmx Integration** – Static methods for htmx use cases.
- And many more!

---

⚙️ Requirements
---------------

[](#️-requirements)

- PHP 8.1 or higher
- Composer

---

📦 Installation
--------------

[](#-installation)

Add the following to your `composer.json` file:

```
{
    "require": {
        "fzb/fzb": "dev-master"
    }
}
```

Then run:

```
composer update
```

🛠️ Usage
--------

[](#️-usage)

You can use individual components of the FZB Framework as needed. For example, to use the router:

```
use Fzb\Router;

$router = new Router();
$router->get('/home', function() {
    echo 'Welcome Home!';
});
```

🧪 Testing
---------

[](#-testing)

Tests are located in the tests directory. To run the tests:

```
composer test
```

Make sure PHPUnit is installed and configured

⚠️ License &amp; Usage
----------------------

[](#️-license--usage)

This project is licensed under the **FZB Source-Available License**.

- You may use the code as-is for personal or internal projects.
- Contributions are welcome via pull requests.
- You **may not fork**, redistribute, or rebrand this codebase without explicit written permission from the author.

See [LICENSE](LICENSE) for full terms.

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance50

Moderate activity, may be stable

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity12

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

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

---

Top Contributors

[![foozbat](https://avatars.githubusercontent.com/u/34068946?v=4)](https://github.com/foozbat "foozbat (168 commits)")

### Embed Badge

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

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

###  Alternatives

[laravel/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.4k85.0M532](/packages/laravel-passport)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

712181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)[laravel/pail

Easily delve into your Laravel application's log files directly from the command line.

91545.3M590](/packages/laravel-pail)

PHPackages © 2026

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