amphp / http-server

An advanced async HTTP server library for PHP, perfect for real-time apps and APIs with high concurrency demands.

Home Page:https://amphp.org/http-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is PSR-11 container libraries supported on Amphp HTTP server?

raghuveer opened this issue · comments

Hi

I am interested to know if we can use PSR-11 compatible containers with Amphp HTTP server?

As an example, can we consider integrating Laravel's container (https://packagist.org/packages/illuminate/container) with Amphp HTTP server?

thank you

Laravel's PSR-11 compatible container is working with Amphp's HTTP server.
A quick update,

thank you