lab/cacme/vendor/symfony/service-contracts
2024-08-05 22:57:28 +08:00
..
Attribute save 2024-08-05 22:57:28 +08:00
Test save 2024-08-05 22:57:28 +08:00
.gitignore save 2024-08-05 22:57:28 +08:00
CHANGELOG.md save 2024-08-05 22:57:28 +08:00
composer.json save 2024-08-05 22:57:28 +08:00
LICENSE save 2024-08-05 22:57:28 +08:00
README.md save 2024-08-05 22:57:28 +08:00
ResetInterface.php save 2024-08-05 22:57:28 +08:00
ServiceLocatorTrait.php save 2024-08-05 22:57:28 +08:00
ServiceProviderInterface.php save 2024-08-05 22:57:28 +08:00
ServiceSubscriberInterface.php save 2024-08-05 22:57:28 +08:00
ServiceSubscriberTrait.php save 2024-08-05 22:57:28 +08: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.