[PECL-DEV] I want to provide a DI container as PHP ext

[email protected] (Saki Takamachi) Sat, 23 Mar 2024 10:05:45 +0900
Newsgroups php.pecl.dev
Message-ID <[email protected]>
Hi, I’m Saki Takamachi.

I'm currently developing an extension to implement a DI container at the PHP language level. The prototype can be found here.
https://github.com/SakiTakamachi/pdi

This is still a prototype, so I need to add a few more features and refine it.

I would like to release this extension on PECL and would appreciate your feedback.

Regards.

Saki