PHPackages                             bakangoa/ngbin-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. [API Development](/categories/api)
4. /
5. bakangoa/ngbin-framework

ActiveLibrary[API Development](/categories/api)

bakangoa/ngbin-framework
========================

Ngbin framework is a pretty simple PHP micro framework developed by our engineers to introduce a new way to handle and process http request

285PHP

Since Nov 19Pushed 4y ago2 watchersCompare

[ Source](https://github.com/bakangoa/ngbin-framework)[ Packagist](https://packagist.org/packages/bakangoa/ngbin-framework)[ RSS](/packages/bakangoa-ngbin-framework/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependenciesVersions (2)Used By (0)

ngbin-framework
===============

[](#ngbin-framework)

Ngbin framework is a PHP micro framework developed to introduce a new way to handle and process http request

How to install ?
================

[](#how-to-install-)

Just run the command "composer require bakangoa/ngbin-framework".

How to use ?
============

[](#how-to-use-)

Create in your code an instance of "Ngbin\\Framework\\App". Add to this instance some worker, routes and call method run to start your app.

Example
=======

[](#example)

A service which return "Hello world" when his route "GET /" is called

```
$app = new App();

$app->get("/", function (Request $req) {
    return new Response("Hello world");
});

$app->run();
```

Official documentation at

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity30

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/e5a89c7e0eeb4fa7dd7ab3d28e859131277a5fd0ed61e72f8ca39a1b75a7aaf8?d=identicon)[nanok](/maintainers/nanok)

---

Top Contributors

[![Nanoky](https://avatars.githubusercontent.com/u/20355604?v=4)](https://github.com/Nanoky "Nanoky (39 commits)")

---

Tags

apibakangoamicro-frameworkngbinngbin-frameworkphpphp-frameworkphp-micro-framework

### Embed Badge

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

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k14](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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