PHPackages                             biurad/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. [HTTP &amp; Networking](/categories/http)
4. /
5. biurad/framework

ActiveProject[HTTP &amp; Networking](/categories/http)

biurad/framework
================

PHP Flange Framework is a high performance framework with expressive, elegant syntax, and maintainable

v1.5.0(3y ago)27BSD-3-ClausePHPPHP ^8.0

Since Jun 24Pushed 3y ago1 watchersCompare

[ Source](https://github.com/biurad/php-framework)[ Packagist](https://packagist.org/packages/biurad/framework)[ Docs](https://www.biurad.com)[ RSS](/packages/biurad-framework/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (10)Dependencies (6)Versions (10)Used By (0)

Application Skeleton for [PHP-Flange](https://github.com/biurad/flange) 👊
=========================================================================

[](#application-skeleton-for-php-flange-)

This is a skeleton application for creating applications using [PHP-Flange](https://github.com/biurad/flange). It is pre-configured, clean and easy to use. If you interested, you might check out our demo applications:

- [Distributed Chat App](https://github.com/biurad/spacechat) - This application implements an simple and real-time messaging system in PHP.
- [Symfony Like Blog App](https://github.com/divineniiquaye/rade-blog) - This application is a simple and a [symfony's demo](https://github.com/symfony/demo) like application.
- [Distributed Blog App](https://github.com/biurad/spaceblog) - This application implements an advanced viral media blogging system in PHP.

🔰 Introduction
--------------

[](#-introduction)

This project is structured using [Separation of Concerns](https://en.wikipedia.org/wiki/Separation_of_concerns) principle, instead of strictly following [MVC](https://en.wikipedia.org/wiki/Model-view-controller) design pattern. Which provides modern and rapid development, with the flexibility to customized and use with any php library out there.

🔥 Features
----------

[](#-features)

- Flexible URI routing.
- Code reusable and easier to maintain.
- High-performance Lightweight PHP framework
- Perfect Container management, Dependency Injection (DI)
- PSR-{2,3,4,6,7,11,15,16,17} compliant
- Integration with external libraries
- Shipped with Tracy exceptions handler and debugger
- Flexible configuration's setup, highly scalable
- Supports hybrid runtime: [RoadRunner](https://github.com/spiral/roadrunner), [ReactPHP](https://github.com/reactphp/reactphp), [AmPHP](https://github.com/amphp/http-server), or [Swoole](https://www.swoole.co.uk/)
- And MORE ...

📦 Getting Started &amp; Installation
------------------------------------

[](#-getting-started--installation)

For getting started with this project or contributing, you have to follow the below procedure. First navigate to a main directory. Then run below command on terminal for getting started.

```
git clone https://github.com/biurad/php-framework.git flange
cd flange
```

OR

```
composer create-project biurad/framework my_project
```

Once installed, you can test it out immediately using PHP's built-in web server:

```
$ php flange serve
# OR use php command
$ php -S 127.0.0.1:8000 -t public
# OR use the composer alias:
$ composer run --timeout 0 serve
```

To update the project directory's structure to the latest version, run the following command:

```
php rade self-update
```

📓 Documentation
---------------

[](#-documentation)

For in-depth documentation before using this library. Full documentation on advanced usage, configuration, and customization can be found at [docs.biurad.com](https://docs.biurad.com).

⏫ Upgrading
-----------

[](#-upgrading)

Information on how to upgrade to newer versions of this library can be found in the [UPGRADE](UPGRADE.md).

🏷️ Changelog
------------

[](#️-changelog)

[SemVer](http://semver.org/) is followed closely. Minor and patch releases should not introduce breaking changes to the codebase; See [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

👷‍♀️ Contributing
-----------------

[](#‍️-contributing)

To report a security vulnerability, please use the [Biurad Security](https://security.biurad.com). We will coordinate the fix and eventually commit the solution in this project.

Contributions to this library are **welcome**, please see [CONTRIBUTING](./.github/CONTRIBUTING.md) for additional details.

🧪 Testing
---------

[](#-testing)

To run the tests you'll have to start the included node based server first if any in a separate terminal window.

With the server running, you can start testing.

```
composer test
```

👥 Credits &amp; Acknowledgements
--------------------------------

[](#-credits--acknowledgements)

- [Divine Niiquaye Ibok](https://github.com/divineniiquaye)
- [All Contributors](https://github.com/divineniiquaye/php-framework/contributors)

🙌 Sponsors
----------

[](#-sponsors)

Are you interested in sponsoring development of this project? Reach out and support us on [Patreon](https://www.patreon.com/biurad) or see  for a list of ways to contribute.

📄 License
---------

[](#-license)

**biurad/php-framework** is licensed under the BSD-3 license. See the [`LICENSE`](LICENSE) file for more details.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 99.2% 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 ~108 days

Recently: every ~53 days

Total

9

Last Release

1290d ago

PHP version history (3 changes)v1.0.0PHP &gt;=7.2.5

v1.0.5PHP ^7.3 || ^8.0

v1.1.0PHP ^8.0

### Community

Maintainers

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

---

Top Contributors

[![divineniiquaye](https://avatars.githubusercontent.com/u/53147395?v=4)](https://github.com/divineniiquaye "divineniiquaye (122 commits)")[![cyclonecopp](https://avatars.githubusercontent.com/u/46801032?v=4)](https://github.com/cyclonecopp "cyclonecopp (1 commits)")

---

Tags

biuradflangeframeworkphpphp-frameworksymfonypsr-7phpPSR-11psr-17psr-14psr-15php frameworkbiuradpsr-standardflange

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

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

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

###  Alternatives

[middlewares/utils

Common utils for PSR-15 middleware packages

503.4M92](/packages/middlewares-utils)[mezzio/mezzio-swoole

Swoole support for Mezzio

92238.9k3](/packages/mezzio-mezzio-swoole)[httpsoft/http-basis

Simple and fast HTTP microframework implementing PSR standards

1334.9k1](/packages/httpsoft-http-basis)[divineniiquaye/flight-routing

Flight routing is a simple, fast PHP router that is easy to get integrated with other routers.

152.5k](/packages/divineniiquaye-flight-routing)

PHPackages © 2026

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