PHPackages                             labcoding/api - 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. labcoding/api

ActiveLibrary[API Development](/categories/api)

labcoding/api
=============

ZF2 API module

014PHP

Since Feb 10Pushed 9y agoCompare

[ Source](https://github.com/labcoding/api)[ Packagist](https://packagist.org/packages/labcoding/api)[ RSS](/packages/labcoding-api/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

ZF2 API module:
===============

[](#zf2-api-module)

```
- backend web-console for testing api requests
- logs api data(platform, headers, request, respons, etc.)
- API documentation

```

```
CREATE TABLE `api_logs` (
  `id` INT(11) PRIMARY KEY NOT NULL AUTO_INCREMENT,
  `platform` VARCHAR(255),
  `resource` VARCHAR(255) NOT NULL,
  `request_method` VARCHAR(255) NOT NULL,
  `request_body` TEXT,
  `request_headers` TEXT,
  `response_code` VARCHAR(255) NOT NULL,
  `response_body` TEXT,
  `created_dt` DATETIME,
  `ip` VARCHAR(255) NOT NULL
) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
```

Samples
-------

[](#samples)

Tools
-----

[](#tools)

- [Swagger Editor](http://editor.swagger.io)

Swagger documentations
----------------------

[](#swagger-documentations)

- [Specification](http://swagger.io/specification)
- [OpenAPI Specification v2.0](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md)
- [OpenAPI Specification v3.0](https://github.com/OAI/OpenAPI-Specification/blob/OpenAPI.next/versions/3.0.md)

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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://avatars.githubusercontent.com/u/11853496?v=4)[d.bo](/maintainers/labcoding)[@labcoding](https://github.com/labcoding)

### Embed Badge

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

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

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

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

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

PHPackages © 2026

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