Major refactoring cleanup: - Add new controller architecture (class-controller-*.php) - Add new settings-v2 UI (views/settings-v2/) - Add new CSS architecture (agentic-sidebar.css, tokens) - Add esbuild build pipeline (scripts/build.js, package.json) - Add composer dependencies (vendor/) - Add frontend src directory (assets/js/src/index.jsx) - Add documentation files - Remove old/obsolete files (class-settings.php, old CSS) This commits all pending changes from previous refactoring efforts.
14 lines
578 B
Markdown
14 lines
578 B
Markdown
Container interface
|
|
==============
|
|
|
|
This repository holds all interfaces related to [PSR-11 (Container Interface)][psr-url].
|
|
|
|
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][package-url] and [implementations][implementation-url] are listed on Packagist.
|
|
|
|
[psr-url]: https://www.php-fig.org/psr/psr-11/
|
|
[package-url]: https://packagist.org/packages/psr/container
|
|
[implementation-url]: https://packagist.org/providers/psr/container-implementation
|
|
|