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
Requires
- guzzlehttp/psr7: ^1.0
- magento/framework: ^100
- psr/http-message: ^1.0
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 )
{
}
}