magium / magento2-psr7-bridge

桥接对象,允许PSR-7模块在Magento 2中运行

dev-develop 2017-04-19 22:17 UTC

This package is not auto-updated.

Last update: 2024-09-15 02:24:45 UTC


README

这还没有完成。它目前只存在,是为了与magium/magento2-azure-active-directory一起工作。

安装方法

composer require magium/magento2-psr7-bridge

使用方法

use Psr\Http\Message\ServerRequestInterface;

class Example
{

    public function __construct( ServerRequestInterface $request )
    {
    
    }

}