wp-chinese-converter/vendor/psr/container
feibisi 010a8c29df Refactor and reorganize plugin structure
Disabled block-related features and moved their files to a 'disabled' directory, as documented in BLOCKS_DISABLED.md. Renamed CSS classes and files from 'wpcs' to 'wpcc' for consistency. Added new admin assets and settings page styles/scripts. Introduced new core, module, and template files under 'includes/'. Updated documentation and removed legacy files. Added Composer dependencies and vendor libraries for OpenCC and Symfony components.
2025-09-27 10:18:07 +08:00
..
src Refactor and reorganize plugin structure 2025-09-27 10:18:07 +08:00
.gitignore Refactor and reorganize plugin structure 2025-09-27 10:18:07 +08:00
composer.json Refactor and reorganize plugin structure 2025-09-27 10:18:07 +08:00
LICENSE Refactor and reorganize plugin structure 2025-09-27 10:18:07 +08:00
README.md Refactor and reorganize plugin structure 2025-09-27 10:18:07 +08:00

Container interface

This repository holds all interfaces related to PSR-11 (Container Interface).

Note that this is not a Container implementation of its own. It is merely abstractions that describe the components of a Dependency Injection Container.

The installable package and implementations are listed on Packagist.