Attribute
11 months ago
Test
11 months ago
CHANGELOG.md
11 months ago
LICENSE
11 months ago
README.md
11 months ago
ResetInterface.php
11 months ago
ServiceCollectionInterface.php
11 months ago
ServiceLocatorTrait.php
11 months ago
ServiceMethodsSubscriberTrait.php
11 months ago
ServiceProviderInterface.php
11 months ago
ServiceSubscriberInterface.php
11 months ago
ServiceSubscriberTrait.php
11 months ago
README.md
10 lines
| 1 | Symfony Service Contracts |
| 2 | ========================= |
| 3 | |
| 4 | A set of abstractions extracted out of the Symfony components. |
| 5 | |
| 6 | Can be used to build on semantics that the Symfony components proved useful and |
| 7 | that already have battle tested implementations. |
| 8 | |
| 9 | See https://github.com/symfony/contracts/blob/main/README.md for more information. |
| 10 |