Introduces new core abstractions and module management classes, adds several new modules (modern cache, REST API, SEO enhancement), and removes deprecated/disabled assets and code. Updates vendor dependencies, including Symfony components and php-opencc, and cleans up related files. This refactor improves code organization, extensibility, and modernizes the plugin's architecture. |
||
|---|---|---|
| .. | ||
| Attribute | ||
| Test | ||
| CHANGELOG.md | ||
| composer.json | ||
| LICENSE | ||
| README.md | ||
| ResetInterface.php | ||
| ServiceCollectionInterface.php | ||
| ServiceLocatorTrait.php | ||
| ServiceMethodsSubscriberTrait.php | ||
| ServiceProviderInterface.php | ||
| ServiceSubscriberInterface.php | ||
| ServiceSubscriberTrait.php | ||
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.