PHPackages                             jascha030/service-provider - 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. [PSR &amp; Standards](/categories/psr-standards)
4. /
5. jascha030/service-provider

ActiveLibrary[PSR &amp; Standards](/categories/psr-standards)

jascha030/service-provider
==========================

Service Provider interface for usage with PSR-11 ContainerInterface, based on container-interop/service-provider.

1.1.0(9mo ago)016[1 PRs](https://github.com/jascha030/service-provider/pulls)MITPHPCI passing

Since Feb 5Pushed 5mo ago1 watchersCompare

[ Source](https://github.com/jascha030/service-provider)[ Packagist](https://packagist.org/packages/jascha030/service-provider)[ RSS](/packages/jascha030-service-provider/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (3)Versions (4)Used By (0)

Service Provider
================

[](#service-provider)

Copy of [container-interop/service-providers](https://github.com/container-interop/service-provider), which seems unmaintained, but states that is still a work in progress. Because of this, I made a copy with some slight edits, to use in personal projects.

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

[](#installation)

```
composer require jascha030/service-provider
```

The interface
-------------

[](#the-interface)

The interface is pretty self explainitory, read the README.md of [container-interop/service-providers](https://github.com/container-interop/service-provider) for more info.

```
