Skip to content

The project is a template to quick-start universal service provider packages (packages providing service providers based on container-interop/service-provider)

Notifications You must be signed in to change notification settings

thecodingmachine/service-provider-template

Repository files navigation

This project contains sample README and PHP files to quickstart a "container-interop/service-provider". Use it as a base to start your own service-provider package.

Latest Stable Version Latest Unstable Version License Build Status Coverage Status

XXX universal module

This package integrates XXX in any container-interop compatible framework/container.

Installation

composer require yourvendorname/yourpackagename

Once installed, you need to register the YourVendor\XXXServiceProvider into your container.

If your container supports thecodingmachine/discovery integration, you have nothing to do. Otherwise, refer to your framework or container's documentation to learn how to register service providers.

Introduction

This service provider is meant to [fill purpose here].

Expected values / services

This service provider expects the following configuration / services to be available:

Name Compulsory Description
configuration_value no Definition
service_name yes Definition

Provided services

This service provider provides the following services:

Service name Description
service_name Definition

Extended services

This service provider extends those services:

Name Compulsory Description
service_name yes Definition

Project template courtesy of thecodingmachine/service-provider-template

About

The project is a template to quick-start universal service provider packages (packages providing service providers based on container-interop/service-provider)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages