PluginProbe
AI Engine – The Chatbot, AI Framework & MCP for WordPress / 3.7.4
AI Engine – The Chatbot, AI Framework & MCP for WordPress v3.7.4
3.7.7 3.7.6 3.7.5 3.7.4 3.7.3 3.7.2 3.7.1 3.7.0 3.6.9 3.6.8 3.6.7 3.6.6 3.6.4 3.6.5 3.6.3 3.6.2 3.6.1 3.6.0 3.5.9 3.5.8 3.5.7 3.5.6 3.5.5 3.5.4 3.5.3 All 527 releases
ai-engine / vendor / psr / container / README.md
README.md
14 lines 578 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 Container interface
2 ==============
3
4 This repository holds all interfaces related to [PSR-11 (Container Interface)][psr-url].
5
6 Note that this is not a Container implementation of its own. It is merely abstractions that describe the components of a Dependency Injection Container.
7
8 The installable [package][package-url] and [implementations][implementation-url] are listed on Packagist.
9
10 [psr-url]: https://www.php-fig.org/psr/psr-11/
11 [package-url]: https://packagist.org/packages/psr/container
12 [implementation-url]: https://packagist.org/providers/psr/container-implementation
13
14