PHPackages                             goosapi/goosapi - 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. goosapi/goosapi

ActiveLibrary[Framework](/categories/framework)

goosapi/goosapi
===============

Goosapi Framework, create easy web api and services

1.2.8(6y ago)115MITPHPPHP &gt;=5.3.0CI failing

Since Dec 21Pushed 4y ago1 watchersCompare

[ Source](https://github.com/toyibus/goosapi)[ Packagist](https://packagist.org/packages/goosapi/goosapi)[ Docs](https://github.com/supanut-pgs/php-goosapi)[ RSS](/packages/goosapi-goosapi/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependencies (3)Versions (6)Used By (0)

```
/* Routing Example */

// http://localhost/goosapi/me/echo/13/toy?a=1
// $api->get("/me/echo/:id/:name", function($api, $id, $name) {
//     $api->response()->submit([
//         "id"  => $id,
//         "name"  => $name,
//     ]);
// });

// http://localhost/goosapi/show/13/test?a=1
// $api->get("show/:id/:title", "\Goosapi\Dumb\Post");

// http://localhost/goosapi/post/50?a=1
// $api->get("list/post/:id", "\Goosapi\Dumb\Post");

// $api->group("/v1", function($api) {
//     $api->route("/post", "\API\Post", [
//         "/list"         => "POST|OPTION", // /post/list
//         "/read/:id"     => "GET", // /post/read/:id
//         "list"          => "GET", // (list)/post
//         "list/:id"      => "GET", // (list)/post/:id/
//         "list/:id/name" => "GET", // (list)/post/:id/name
//     ]);

// });
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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 ~5 days

Total

5

Last Release

2319d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/66b00804b280bacd37fb029e6685622b9ade8594fe451c00e6efdb24322cab90?d=identicon)[toyibus](/maintainers/toyibus)

---

Top Contributors

[![toyibus](https://avatars.githubusercontent.com/u/13763003?v=4)](https://github.com/toyibus "toyibus (16 commits)")

---

Tags

phpapiframeworkSimpleeasysimplify

### Embed Badge

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

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

PHPackages © 2026

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