LaysenseAuth/vendor/symfony/service-contracts
2024-08-09 22:16:39 +08:00
..
Attribute INIT 2024-08-09 22:16:39 +08:00
Test INIT 2024-08-09 22:16:39 +08:00
.gitignore INIT 2024-08-09 22:16:39 +08:00
CHANGELOG.md INIT 2024-08-09 22:16:39 +08:00
composer.json INIT 2024-08-09 22:16:39 +08:00
LICENSE INIT 2024-08-09 22:16:39 +08:00
README.md INIT 2024-08-09 22:16:39 +08:00
ResetInterface.php INIT 2024-08-09 22:16:39 +08:00
ServiceLocatorTrait.php INIT 2024-08-09 22:16:39 +08:00
ServiceProviderInterface.php INIT 2024-08-09 22:16:39 +08:00
ServiceSubscriberInterface.php INIT 2024-08-09 22:16:39 +08:00
ServiceSubscriberTrait.php INIT 2024-08-09 22:16:39 +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.