PHPackages                             anzeblabla/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. anzeblabla/framework

AbandonedLibrary[Framework](/categories/framework)

anzeblabla/framework
====================

A toy project PHP framework

0.0.8(3y ago)125GPL-3.0-or-laterPHPPHP &gt;=8.1.0

Since Apr 28Pushed 3y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (10)Used By (0)

PHP Framework
=============

[](#php-framework)

This is a PHP framework that is just a fun little project so I have something to do. It is not meant to be used in any way, as it's very bad.

Functionality
-------------

[](#functionality)

The framework is very simple. The basic idea is that every component is it's own file, then you can reuse components with different props (similar to React).

Inside the components you mostly use the helper object provided to do things like add functionality to buttons. You can also store data directly in `$this->data` and it will be auto-saved to the session.

There's also a built-in connection to the DB. You can use it by calling `$this->db->query()` or `$this->db->queryOne()` or `$this->db->execute()`.

Using this feels like a shitty version of React where you have to mess around with PHP's general shittiness. Good luck ;)

Goal
----

[](#goal)

My goal was to create a tool where all the logic (frontend and backend) + styles could be in one file (similar to Next.js).

Todo
----

[](#todo)

- File system routing
    - Basic functionality
    - Dynamic routes
    - Layouts
    - Rewrites and redirects
- Documentation
- Solve problem where data is kept even when you don't want it (duh, everything is stored in session) - for example when a component is rerendered
- Only rerender components that have changed

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~0 days

Total

8

Last Release

1113d ago

### Community

Maintainers

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

---

Top Contributors

[![AnzeBlaBla](https://avatars.githubusercontent.com/u/52180401?v=4)](https://github.com/AnzeBlaBla "AnzeBlaBla (27 commits)")

### Embed Badge

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

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

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[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.

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

A simple API extension for DateTime.

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

PHPackages © 2026

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