medz / cors

🔮Supported(Laravel/Lumen/PSR-15/Swoft/Slim/ThinkPHP) - PHP CORS (Cross-origin resource sharing) middleware.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Swoft Support.

huangzhhui opened this issue · comments

Great middleware, Is it possible to support Swoft framework ?

Yep, thank you for your suggestion. I have observed swoft after receiving the notification from Issue. swoft is using PSR-7, so this middleware is supported, but you need to inject yourself, and swoft's middleware specification uses PSR-15 is also my next step. You can refer to the Using PSR-7 document first. After supporting PSR-15, I will reply this Issue. Thank you again for your suggestion.

@huangzhhui 你好,我已经上传了 PSR-15 的支持代码。你是否有兴趣添加 SWOFT 的支持代码呢?