PHPackages                             kakadu-dev/php-ijson-microservices - 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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. kakadu-dev/php-ijson-microservices

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

kakadu-dev/php-ijson-microservices
==================================

Package for create microservice architecture based on PHP.

1.2.2(5y ago)01.1kMITPHPPHP &gt;=7.4.0CI failing

Since May 12Pushed 5y ago1 watchersCompare

[ Source](https://github.com/kakadu-dev/php-ijson-microservices)[ Packagist](https://packagist.org/packages/kakadu-dev/php-ijson-microservices)[ Docs](https://github.com/kakadu-dev/php-ijson-microservices)[ RSS](/packages/kakadu-dev-php-ijson-microservices/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (10)Dependencies (1)Versions (12)Used By (0)

PHP 7.4 Inverted JSON Microservices
===================================

[](#php-74-inverted-json-microservices)

[![GitHub release (latest SemVer)](https://camo.githubusercontent.com/93779b26c951788b18dbc90c9b502b2666156b521eb9856d424ce54d84ff5b8a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f6b616b6164752d6465762f7068702d696a736f6e2d6d6963726f7365727669636573)](https://camo.githubusercontent.com/93779b26c951788b18dbc90c9b502b2666156b521eb9856d424ce54d84ff5b8a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f6b616b6164752d6465762f7068702d696a736f6e2d6d6963726f7365727669636573)

- Gateway entrypoint (in-progress)
- Microservice worker

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
composer require --prefer-dist kakadu-dev/php-ijson-microservices "*"

```

or add

```
"kakadu-dev/php-ijson-microservices": "@dev"

```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

Example microservice:

```
use Kakadu\Microservices\Microservice;

$app = Microservice::create('my-microservice', [
    'ijson' => 'http://127.0.0.1:8001',
    'env'   => 'dev',
], true);

$app->start(function ($method, $params) {
    // Run method with params
    // Return result

    return ['hello' => 'world'];
});
```

Start Inverted JSON:

```
version: '3.7'

services:
  ijson:
    image: lega911/ijson
    container_name: base-ijson
    ports:
      - 8001:8001

```

Send POST request directly to:

```
curl http://127.0.0.1:8001/my-microservice -d '{"id": 1, "params":{"test":1}}'
```

**If you run [gateway](https://github.com/kakadu-dev/nodejs-ijson-microservices).** Run POST request to:

```
{
  "id": 1,
  "method": "my-service.test-method",
  "params": {
    "test": 1
  }
}
```

That's all. Check it.

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 78.9% 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 ~20 days

Recently: every ~45 days

Total

11

Last Release

2035d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/977a098fd4018ff88b9523d52b5a438a6d1292e8f8c7316779760b6ada2ebc0c?d=identicon)[kakadudev](/maintainers/kakadudev)

---

Top Contributors

[![MatthewPattell](https://avatars.githubusercontent.com/u/10459911?v=4)](https://github.com/MatthewPattell "MatthewPattell (15 commits)")[![AntonMoisa](https://avatars.githubusercontent.com/u/36372904?v=4)](https://github.com/AntonMoisa "AntonMoisa (4 commits)")

---

Tags

architectureijsoninvertedjsonmicroservicephpphp74jsonmicrogatewayMicroservicephp74architictureijsoninverted

### Embed Badge

![Health badge](/badges/kakadu-dev-php-ijson-microservices/health.svg)

```
[![Health](https://phpackages.com/badges/kakadu-dev-php-ijson-microservices/health.svg)](https://phpackages.com/packages/kakadu-dev-php-ijson-microservices)
```

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M47](/packages/tencentcloud-tencentcloud-sdk-php)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[shetabit/multipay

PHP Payment Gateway Integration Package

293361.0k4](/packages/shetabit-multipay)[checkout/checkout-sdk-php

Checkout.com SDK for PHP

563.6M13](/packages/checkout-checkout-sdk-php)

PHPackages © 2026

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