PHPackages                             micseres/micro-service-bundle - 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. micseres/micro-service-bundle

ActiveSymfony-bundle[Framework](/categories/framework)

micseres/micro-service-bundle
=============================

Micro Service Bundle

1.0.3(6y ago)212.2k[3 issues](https://github.com/micseres/micro-service-bundle/issues)MITPHPPHP &gt;=7.2

Since Aug 15Pushed 6y ago2 watchersCompare

[ Source](https://github.com/micseres/micro-service-bundle)[ Packagist](https://packagist.org/packages/micseres/micro-service-bundle)[ RSS](/packages/micseres-micro-service-bundle/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (5)Versions (4)Used By (0)

Micro Service Bundle
====================

[](#micro-service-bundle)

Config
------

[](#config)

```
micro_service:
  connections:
    passport:
      ip: 127.0.0.1
      port: 9001
      route:  passport
      apiKey:  pass
      algorithm:  aes128
```

Register
--------

[](#register)

```
return [
        \Micseres\MicroServiceBundle\MicroServiceBundle::class => ['all' => true],
];
```

Usage
-----

[](#usage)

```
    protected function execute(InputInterface $input, OutputInterface $output): void
    {
        $this->input  = $input;
        $this->output = $output;

        $this->microServiceReactor->setController([$this, 'generate']);
        $this->microServiceReactor->setLogger([$this, 'log']);

        $this->microServiceReactor->process();
    }
```

License
-------

[](#license)

The Soft Deletable Bundle is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 72.7% 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 ~56 days

Total

3

Last Release

2352d ago

PHP version history (2 changes)1.0.1PHP ^7.2

1.0.3PHP &gt;=7.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/e16fc1fc5b6c849bc670e0ec96ac659fb8159ea2131e29809cef101a013a3e2a?d=identicon)[zogxray](/maintainers/zogxray)

---

Top Contributors

[![yawa20](https://avatars.githubusercontent.com/u/4233941?v=4)](https://github.com/yawa20 "yawa20 (8 commits)")[![zogxray](https://avatars.githubusercontent.com/u/3336180?v=4)](https://github.com/zogxray "zogxray (3 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/micseres-micro-service-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/micseres-micro-service-bundle/health.svg)](https://phpackages.com/packages/micseres-micro-service-bundle)
```

###  Alternatives

[symfony/framework-bundle

Provides a tight integration between Symfony components and the Symfony full-stack framework

3.6k235.4M9.7k](/packages/symfony-framework-bundle)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[shopware/storefront

Storefront for Shopware

684.2M148](/packages/shopware-storefront)

PHPackages © 2026

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