Hi Saki, On Sat, 23 Mar 2024, Saki Takamachi wrote:
> 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. A new PECL extension, excellent! I haven't really looked deeply at the code, but I have a few suggestions: - There is currently no license header in any of the files, nor is there a LICENSE file. Having a license is required for publication. - I probably would suggest a different, more descriptive, name, instead of "pdi". The documentation on "Publishing in PECL" @ https://pecl.php.net/account-request.php has some more information in the "list of suggestions". Once you think you're ready for a first initial release, then feel free to fill in your account request, and we can get it approved. cheers, Derick -- https://derickrethans.nl | https://xdebug.org | https://dram.io Author of Xdebug. Like it? Consider supporting me: https://xdebug.org/support mastodon: @derickr@phpc.social @xdebug@phpc.social