PHPackages                             levkopo/apikit - 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. levkopo/apikit

Abandoned → [ppeco/apipp](/?search=ppeco%2Fapipp)ArchivedLibrary

levkopo/apikit
==============

Kit for api backend

1.0.2(4y ago)112Apache-2.0PHPPHP &gt;=8.0

Since Jun 11Pushed 4y ago1 watchersCompare

[ Source](https://github.com/levkopo/apikit)[ Packagist](https://packagist.org/packages/levkopo/apikit)[ RSS](/packages/levkopo-apikit/feed)WikiDiscussions main Synced 5d ago

READMEChangelog (3)DependenciesVersions (4)Used By (0)

apikit
======

[](#apikit)

Kit for api servers

**WARNING! Repository migrated to **
===================================================================

[](#warning-repository-migrated-to-httpsgithubcomppecodbpp)

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

[](#installation)

```
composer require levkopo/apikit

```

Example
-------

[](#example)

```
use levkopo\apikit\ApiKit;
ApiKit::create()
    ->method("hello_world", function(ApiKit $apiKit) {
        return "Hello, world!";
    })
    ->method("hwp", function(ApiKit $apiKit) {
        [$someKey] = $apiKit->params(["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

Maturity59

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

Total

3

Last Release

1800d 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 (8 commits)")

### Embed Badge

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

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

PHPackages © 2026

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