trs_matrimony/vendor/symfony/service-contracts
2024-08-22 09:31:12 +05:30
..
Attribute project initial commit 2024-08-22 09:31:12 +05:30
Test project initial commit 2024-08-22 09:31:12 +05:30
.gitignore project initial commit 2024-08-22 09:31:12 +05:30
CHANGELOG.md project initial commit 2024-08-22 09:31:12 +05:30
composer.json project initial commit 2024-08-22 09:31:12 +05:30
LICENSE project initial commit 2024-08-22 09:31:12 +05:30
README.md project initial commit 2024-08-22 09:31:12 +05:30
ResetInterface.php project initial commit 2024-08-22 09:31:12 +05:30
ServiceLocatorTrait.php project initial commit 2024-08-22 09:31:12 +05:30
ServiceProviderInterface.php project initial commit 2024-08-22 09:31:12 +05:30
ServiceSubscriberInterface.php project initial commit 2024-08-22 09:31:12 +05:30
ServiceSubscriberTrait.php project initial commit 2024-08-22 09:31:12 +05:30

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.