https://github.com/pmall/sp
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pmall/sp
- Owner: pmall
- Created: 2018-03-28T15:03:29.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-28T15:16:11.000Z (about 8 years ago)
- Last Synced: 2025-06-10T13:49:15.669Z (about 1 year ago)
- Language: PHP
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Service provider interop proof of concept
This is an example of aliases, requirements and compiler pass implementation for service provider interop.
* `git clone git@github.com:pmall/sp.git`
* `composer install`
Then some basic tests illustrating the approach can be run:
* `php tests/default.php`: works the same as the current spec
* `php tests/bind.php`: bind aliases and requirements of two service providers together
* `php tests/tag.php`: Tag the same aliases of a group of service providers as one container entry
* `php tests/all.php`: Combination of the two examples above