PHPackages                             avonnadozie/liteframe - 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. avonnadozie/liteframe

AbandonedProject[Framework](/categories/framework)

avonnadozie/liteframe
=====================

LiteFrame is a lightweight PHP framework designed to be fast, easy to setup with no requirement for shell/commands and still has the functionalities of a modern MVC framework.

v0.4.1(7y ago)13359MITPHPPHP &gt;=7.1

Since Jan 23Pushed 6y ago4 watchersCompare

[ Source](https://github.com/AVONnadozie/LiteFrame)[ Packagist](https://packagist.org/packages/avonnadozie/liteframe)[ Docs](https://github.com/avonnadozie/LiteFrame)[ RSS](/packages/avonnadozie-liteframe/feed)WikiDiscussions master Synced yesterday

READMEChangelog (9)Dependencies (4)Versions (10)Used By (0)

LiteFrame: A PHP Micro Framework
================================

[](#liteframe-a-php-micro-framework)

[![Latest Stable Version](https://camo.githubusercontent.com/071b34d6a1cf172c016aaf0acea7e1abfdf858cfba84d09f61865c8e66341768/68747470733a2f2f706f7365722e707567782e6f72672f61766f6e6e61646f7a69652f6c6974656672616d652f762f737461626c65)](https://packagist.org/packages/avonnadozie/liteframe)[![Latest Unstable Version](https://camo.githubusercontent.com/e0e7ba025e789e8916f23634253b122d27e841031f6ba71197f75e2667e80e67/68747470733a2f2f706f7365722e707567782e6f72672f61766f6e6e61646f7a69652f6c6974656672616d652f762f756e737461626c65)](https://packagist.org/packages/avonnadozie/liteframe)[![Build Status](https://camo.githubusercontent.com/693dbf7ba1bbf15649cf5b54b62318da55d40e1ddec1f5cb5d0fd9c435958be9/68747470733a2f2f7472617669732d63692e6f72672f41564f4e6e61646f7a69652f4c6974654672616d652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/AVONnadozie/LiteFrame)[![License](https://camo.githubusercontent.com/95d44f49305d652f8b0ff0981be15a68bd7a3890d3920fb61ab9d5c8120ea68b/68747470733a2f2f706f7365722e707567782e6f72672f61766f6e6e61646f7a69652f6c6974656672616d652f6c6963656e7365)](https://packagist.org/packages/avonnadozie/liteframe)

Frameworks are great but most are wild; difficult to setup, consume lots of resources, require advanced knowledge of programming or knowledge of everything in some 100 page docs.

Although they have their benefits, it's a lot for a beginner, someone who is new to frameworks or someone simply behind schedule.

A typical setup process on a standard framework looks like this

- Install composer (If it does not exist)
- Run composer install
- Generate app key
- Configure env
- Setup and run migration files
- Configure server document root (I'm sorry if you're on a shared hosting, good luck hacking your way through)
- And the list continues

LiteFrame is a small (micro) but powerful framework that selectively re-implements basic features of standard frameworks in non heartbreaking ways.

Features
--------

[](#features)

- Fast and lightweight
- Easy setup (no shell commands required)
- RedBeanPHP - automatically builds your database on the fly. (No migration files required)
- Easy Routing
- Middleware Support
- Commands
- Job Scheduling Support
- Support for Blade Templating using [BladeOne](https://github.com/EFTEC/BladeOne)
- FlySystem Support (for files)
- Request and Data Validation
- Modularity
- Unit Testing Support

Installation
------------

[](#installation)

Download the latest release [here](https://github.com/AVONnadozie/LiteFrame/releases) and unzip it. that's all!

Still need it the Composer way?

```
composer create-project avonnadozie/liteframe
```

Documentation
-------------

[](#documentation)

- Locally in [docs folder](./docs)
- [Online documentation](https://avonnadozie.github.io/LiteFrame/)

Feedback
--------

[](#feedback)

For bugs, improvements or guide, simply create an [issue](https://github.com/AVONnadozie/LiteFrame/issues). Thanks 👍

How to Contribute
-----------------

[](#how-to-contribute)

- Fork the project.
- Make your bug fix or feature addition.
- Add tests for it. This is important so we don't break it in a future version unintentionally.
- Send a pull request.

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 92% 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 ~48 days

Total

9

Last Release

2689d ago

PHP version history (2 changes)v0.2.0PHP &gt;=5.5

v0.3.1PHP &gt;=7.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/10802366?v=4)[Victor Anuebunwa](/maintainers/avonnadozie)[@AVONnadozie](https://github.com/AVONnadozie)

---

Top Contributors

[![AVONnadozie](https://avatars.githubusercontent.com/u/10802366?v=4)](https://github.com/AVONnadozie "AVONnadozie (219 commits)")[![ugwuanyiandy](https://avatars.githubusercontent.com/u/10900211?v=4)](https://github.com/ugwuanyiandy "ugwuanyiandy (17 commits)")[![collinsugwu](https://avatars.githubusercontent.com/u/24841915?v=4)](https://github.com/collinsugwu "collinsugwu (1 commits)")[![jhony112](https://avatars.githubusercontent.com/u/8831475?v=4)](https://github.com/jhony112 "jhony112 (1 commits)")

---

Tags

lightweight-php-frameworkmicroframeworkmvc-architectureframeworklightweightmicroframeworkredbeanphpliteframe

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

PHPackages © 2026

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