magium/magento2-psr7-bridge

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

Installs: 21

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 0

pkg:composer/magium/magento2-psr7-bridge

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

This package is not auto-updated.

Last update: 2025-10-12 07:31:04 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 )
    {
    
    }

}