Skip to content

A simple, and probably incomplete, PSR-7 bridge for Magento

License

Notifications You must be signed in to change notification settings

magium/magento2-psr7-bridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magium PSR 7 - Magento 2 Bridge

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 )
    {
    
    }

}

About

A simple, and probably incomplete, PSR-7 bridge for Magento

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages