PHPackages                             kiwi-suite/servicemanager - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. kiwi-suite/servicemanager

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

kiwi-suite/servicemanager
=========================

IXOCREATE Servicemanager Library

1.0.0(5y ago)19011[1 issues](https://github.com/kiwi-suite/servicemanager/issues)1MITPHPPHP ^7.2 || ^8.0

Since Apr 19Pushed 4y agoCompare

[ Source](https://github.com/kiwi-suite/servicemanager)[ Packagist](https://packagist.org/packages/kiwi-suite/servicemanager)[ RSS](/packages/kiwi-suite-servicemanager/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (3)Dependencies (6)Versions (7)Used By (1)

IXOCREATE Servicemanager Library
================================

[](#ixocreate-servicemanager-library)

[![Build Status](https://camo.githubusercontent.com/9cb4071681c6ae706ab10cd294c063be52e71072c755c221529161aff78ea042/68747470733a2f2f7472617669732d63692e636f6d2f69786f6372656174652f736572766963656d616e616765722e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/ixocreate/servicemanager)[![Coverage Status](https://camo.githubusercontent.com/2c2e2907d8b393679abad209a6bf1239e4ea561067169b515878ddbbeb45a539/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f69786f6372656174652f736572766963656d616e616765722f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/ixocreate/servicemanager?branch=master)[![Packagist](https://camo.githubusercontent.com/02c74f0929fc38de72639004b612c3bea78f354fe605e937be6059d1fa6855a4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f69786f6372656174652f736572766963656d616e616765722e737667)](https://packagist.org/packages/ixocreate/servicemanager)[![PHP Version](https://camo.githubusercontent.com/64b638d8ba1f6f1e63625443bfebbe927266919811dd28b3ece4d62ee52394a9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f69786f6372656174652f736572766963656d616e616765722e737667)](https://packagist.org/packages/ixocreate/servicemanager)[![License](https://camo.githubusercontent.com/673ece022f5b862963e416fe001f23944d524c37939afa2d95ba7a76db860a33/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f69786f6372656174652f736572766963656d616e616765722e737667)](LICENSE)

IXOCREATE Servicemanager is a PSR 11 container library utilizing [laminas/laminas-servicemanager](https://github.com/laminas/laminas-servicemanager).

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

[](#installation)

Install the package via composer:

```
composer require ixocreate/servicemanager
```

Testing
-------

[](#testing)

```
composer install --dev
phpunit
```

Usage
-----

[](#usage)

```
$configurator = new ServiceManagerConfigurator();
$configurator->addFactory(SomeObject::class);
$configurator->addFactory(AnotherObject::class, AnotherObjectFactory::class);
$configurator->addLazyService(SomeObject::class);
$serviceManager = new ServiceManager($configurator->serviceManagerConfig(), new ServiceManagerSetup());

$serviceManager->get(SomeObject::class);
$serviceManager->build(AnotherObject::class);
```

### Factories

[](#factories)

A factory is any class that implements the interface `Ixocreate\ServiceManager\FactoryInterface`.

```
class SomeObjectFactory implements FactoryInterface
{
    public function __invoke(ServiceManagerInterface $container, $requestedName, array $options = null)
    {
        return new SomeObject();
    }
}

$configurator = new ServiceManagerConfigurator();
$configurator->addFactory(SomeObject::class, SomeObjectFactory::class);
$serviceManager = new ServiceManager($configurator->serviceManagerConfig(), new ServiceManagerSetup());

$serviceManager->get(SomeObject::class);
```

Documentation
-------------

[](#documentation)

Learn more about IXOCREATE by reading its [Documentation](https://ixocreate.github.io/).

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

If you discover security vulnerabilities, please address issues directly to  via e-mail.

License
-------

[](#license)

The MIT License (MIT). Please see [LICENSE](LICENSE) for more information.

###  Health Score

28

—

LowBetter than 51% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 59.2% 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 ~163 days

Total

5

Last Release

2020d ago

Major Versions

0.1.x-dev → 1.0.02021-02-01

PHP version history (2 changes)0.1.0PHP ^7.1

1.0.0PHP ^7.2 || ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/5af112c62f11a3723684fa620c56a0ab25158f19b0dcf57d19ac34f57aadf2c9?d=identicon)[ixocreate](/maintainers/ixocreate)

---

Top Contributors

[![ohtyap](https://avatars.githubusercontent.com/u/1170097?v=4)](https://github.com/ohtyap "ohtyap (100 commits)")[![luchaos](https://avatars.githubusercontent.com/u/1280590?v=4)](https://github.com/luchaos "luchaos (38 commits)")[![bernhard-efler](https://avatars.githubusercontent.com/u/1978420?v=4)](https://github.com/bernhard-efler "bernhard-efler (29 commits)")[![JJosef84](https://avatars.githubusercontent.com/u/44982723?v=4)](https://github.com/JJosef84 "JJosef84 (2 commits)")

###  Code Quality

Static AnalysisPsalm

Type Coverage Yes

### Embed Badge

![Health badge](/badges/kiwi-suite-servicemanager/health.svg)

```
[![Health](https://phpackages.com/badges/kiwi-suite-servicemanager/health.svg)](https://phpackages.com/packages/kiwi-suite-servicemanager)
```

###  Alternatives

[magento/community-edition

Magento 2 (Open Source)

12.1k54.3k13](/packages/magento-community-edition)[shlinkio/shlink

A self-hosted and PHP-based URL shortener application with CLI and REST interfaces

5.2k5.6k](/packages/shlinkio-shlink)[wheelpros/fitment-platform-api

Magento 2 (Open Source)

12.2k1.2k](/packages/wheelpros-fitment-platform-api)[akeneo/pim-community-dev

Akeneo PIM, the future of catalog management is open!

1.0k626.9k87](/packages/akeneo-pim-community-dev)[laminas/laminas-session

Object-oriented interface to PHP sessions and storage

8624.7M137](/packages/laminas-laminas-session)[oat-sa/generis

TAO generis library

11154.0k152](/packages/oat-sa-generis)

PHPackages © 2026

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