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
Requires
- guzzlehttp/psr7: ^1.0
- magento/framework: ^100
- psr/http-message: ^1.0
This package is not auto-updated.
Last update: 2024-11-10 03:00:17 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 )
{
}
}