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 1w 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 10% 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

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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