PHPackages                             ixocreate/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. [Framework](/categories/framework)
4. /
5. ixocreate/servicemanager

ActiveLibrary[Framework](/categories/framework)

ixocreate/servicemanager
========================

IXOCREATE Servicemanager Library

1.0.0(5y ago)19.6k↓100%1[1 issues](https://github.com/ixocreate/servicemanager/issues)MITPHPPHP ^7.2 || ^8.0

Since Apr 19Pushed 4y agoCompare

[ Source](https://github.com/ixocreate/servicemanager)[ Packagist](https://packagist.org/packages/ixocreate/servicemanager)[ RSS](/packages/ixocreate-servicemanager/feed)WikiDiscussions master Synced 1mo ago

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

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

29

—

LowBetter than 60% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity68

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

1922d 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/ixocreate-servicemanager/health.svg)

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

###  Alternatives

[magento/community-edition

Magento 2 (Open Source)

12.1k52.1k10](/packages/magento-community-edition)[laminas/laminas-mvc

Laminas's event-driven MVC layer, including MVC Applications, Controllers, and Plugins

17224.4M364](/packages/laminas-laminas-mvc)[elgg/elgg

Elgg is an award-winning social networking engine, delivering the building blocks that enable businesses, schools, universities and associations to create their own fully-featured social networks and applications.

1.7k15.7k3](/packages/elgg-elgg)[oro/platform

Business Application Platform (BAP)

644134.8k84](/packages/oro-platform)[ezsystems/ezpublish-kernel

Kernel used by ezsystems/ezplatform and derivatives. Provides the Content Repository, its APIs, and the application's Symfony framework integration.

163579.5k140](/packages/ezsystems-ezpublish-kernel)[laminas-api-tools/api-tools

Laminas API Tools module for Laminas

371.7M10](/packages/laminas-api-tools-api-tools)

PHPackages © 2026

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