You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-7Lines changed: 8 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -6,15 +6,15 @@ Service providers are classes that provide service definitions to a [PSR-11](htt
6
6
7
7
The PSR depends on the PSR-11 [Container Interface](https://www.php-fig.org/psr/psr-11/#31-psrcontainercontainerinterface). Service providers operate on PSR-11 compatible containers.
8
8
9
-
**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 breaking changes between versions such as `0.1.x` and `0.2.0`.
9
+
#### ⚠️ Work in progress
10
10
11
-
## Proposal
11
+
> 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 breaking changes between versions such as `0.1.x` and `0.2.0`.
12
12
13
-
Refer to the [current PSR draft](./PSR-XX-provider.md) for the concrete proposal.
13
+
#### 👉 Refer to the [current PSR draft](./PSR-XX-provider.md) for the PSR proposal itself.
14
14
15
-
##Background
15
+
#### 🧐 Refer to the [PSR meta document](./PSR-XX-provider-meta.md) for the history and reasoning behind this proposal.
16
16
17
-
Refer to the [PSR meta document](./PSR-XX-provider-meta.md) for the historical background of this proposal.
17
+
#### 💬 Join us to review [open issues](/container-interop/service-provider/issues) or [participate in ongoing discussions](/container-interop/service-provider/discussions).
18
18
19
19
<!-- TODO resolve #67
20
20
@@ -185,14 +185,15 @@ class B implements ServiceProviderInterface
185
185
-->
186
186
187
187
## Compatible projects
188
-
### Projects consuming *service providers*
188
+
189
+
### Projects consuming `v0.4`*service providers*
189
190
190
191
-[Laravel service provider bridge](https://github.com/thecodingmachine/laravel-universal-service-provider/): Use container-interop's service-providers into any [Laravel](http://laravel.com/) application.
191
192
-[Simplex](https://github.com/mnapoli/simplex): A [Pimple 3](https://github.com/silexphp/Pimple) fork with full [container-interop](https://github.com/container-interop/container-interop) compliance and cross-framework service-provider support.
192
193
-[Service provider bridge bundle](https://github.com/thecodingmachine/service-provider-bridge-bundle): Use container-interop's service-providers into a Symfony container.
193
194
-[Yaco](https://github.com/thecodingmachine/yaco): A compiler that generates container-interop compliant containers. Yaco can consume service-providers.
194
195
195
-
### Packages providing *service providers*
196
+
### Packages providing `v0.4`*service providers*
196
197
197
198
-[DBAL Module](https://github.com/thecodingmachine/dbal-universal-module): A module integrating [Doctrine DBAL](http://www.doctrine-project.org/projects/dbal.html) in an application using a service provider.
198
199
-[Doctrine Annotations Module](https://github.com/thecodingmachine/doctrine-annotations-universal-module): A service provider for Doctrine's annotation reader.
0 commit comments