HighSpeaker/vendor/symfony/service-contracts
2022-12-17 12:38:00 +00:00
..
Attribute first commit 2022-12-17 12:38:00 +00:00
Test first commit 2022-12-17 12:38:00 +00:00
.gitignore first commit 2022-12-17 12:38:00 +00:00
CHANGELOG.md first commit 2022-12-17 12:38:00 +00:00
composer.json first commit 2022-12-17 12:38:00 +00:00
LICENSE first commit 2022-12-17 12:38:00 +00:00
README.md first commit 2022-12-17 12:38:00 +00:00
ResetInterface.php first commit 2022-12-17 12:38:00 +00:00
ServiceLocatorTrait.php first commit 2022-12-17 12:38:00 +00:00
ServiceProviderInterface.php first commit 2022-12-17 12:38:00 +00:00
ServiceSubscriberInterface.php first commit 2022-12-17 12:38:00 +00:00
ServiceSubscriberTrait.php first commit 2022-12-17 12:38:00 +00:00

Symfony Service Contracts

A set of abstractions extracted out of the Symfony components.

Can be used to build on semantics that the Symfony components proved useful - and that already have battle tested implementations.

See https://github.com/symfony/contracts/blob/main/README.md for more information.