Skip to content

Commit

Permalink
Merge pull request #24 from container-interop/intro-simplification
Browse files Browse the repository at this point in the history
Simplify the introduction
  • Loading branch information
moufmouf committed May 16, 2016
2 parents 75a7105 + 932d0ab commit 5cb3889
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Container-agnostic service providers
# Standard service providers

**Work in progress.**
This project tries to find a solution for cross-framework modules (aka bundles) through **standard container configuration**. It is part of the [container-interop](https://github.com/container-interop/container-interop) group.

This project is part of the [container-interop](https://github.com/container-interop/container-interop) group. It tries to find a solution for cross-framework modules (aka bundles) by the means of container-agnostic configuration.
**Work in progress:** the project is currently experimental and is being tried in frameworks, containers and modules until considered viable. Until a 1.0.0 release the code in this repository is not stable. Expect changes breaking backward compatibility between minor versions (0.1.x -> 0.2.x).

[![Gitter chat](https://badges.gitter.im/container-interop/definition-interop.png)](https://gitter.im/container-interop/definition-interop)

## Background

Three main alternatives were identified to solve this problem:
Three main alternatives were identified to standardize container configuration:

- standard PHP objects/interfaces representing container definitions
- standard container configuration format (e.g. XML, …)
Expand All @@ -24,12 +24,6 @@ This repository contains a proposition for **standard service providers** (servi
- it is easier to use as it relies on plain old PHP code
- it is easier to implement support in containers

## Goal of this project

This project is currently at its experimental phase: the goal is to try this standard in frameworks, containers and modules and iterate until it can be considered as a viable solution for **container-agnostic configuration**.

Until a 1.0.0 release the code in this repository is not stable. Expect changes breaking backward compatibility between minor versions (0.1.x -> 0.2.x).

## Usage

To declare a service provider, simply implement the `ServiceProvider` interface.
Expand Down

0 comments on commit 5cb3889

Please sign in to comment.