PHPackages                             ppeco/apipp - 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. ppeco/apipp

ActiveLibrary[API Development](/categories/api)

ppeco/apipp
===========

Library for api backend

1.1.1(4y ago)028Apache-2.0PHPPHP &gt;=8.0

Since Jun 11Pushed 4y ago1 watchersCompare

[ Source](https://github.com/PPEco/apipp)[ Packagist](https://packagist.org/packages/ppeco/apipp)[ RSS](/packages/ppeco-apipp/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (2)DependenciesVersions (6)Used By (0)

ApiPP
=====

[](#apipp)

Library to simplify writing API

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

[](#installation)

```
composer require ppeco/apipp
```

Example
-------

[](#example)

```
use apipp\ApiPP;

require_once "vendor/autoload.php";

ApiPP::create()
    ->method("hello_world", function(ApiPP $apiKit) {
        return "Hello, world!";
    })
    ->method("hwp", function(ApiPP $apiKit) {
        [$someKey] = $apiKit->get(["key"]);
        return "Key: $someKey";
    })
    ->start();
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

Established project with proven stability

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

Total

5

Last Release

1756d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6473733ff076c742881f59f82ffcbc817ed25ec0bc40a72d49630498f1fec03b?d=identicon)[levkopo](/maintainers/levkopo)

---

Top Contributors

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

---

Tags

apifastphpphp8ppecosafety

### Embed Badge

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

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

###  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)
