magium/magento2-psr7-bridge

Bridge objects that allow PSR-7 based modules to run in Magento 2

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

This package is not auto-updated.

Last update: 2024-04-13 23:56:59 UTC


README

This is NOT completed yet. It exists, right now, only for the purpose of working with magium/magento2-azure-active-directory.

To Install

composer require magium/magento2-psr7-bridge

To Use

use Psr\Http\Message\ServerRequestInterface;

class Example
{

    public function __construct( ServerRequestInterface $request )
    {
    
    }

}