spiral / nyholm-bridge

Nylohm PSR-7/PSR-17 bridge support.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spiral Framework: Nyholm PSR-7/PSR-17 bridge

PHP Version Require Latest Stable Version phpunit psalm Codecov Total Downloads type-coverage psalm-level

Framework Bundle

Installation

composer require spiral/nyholm-bridge

To enable extension modify your application by adding Spiral\Nyholm\Bootloader\NyholmBootloader:

class App extends Kernel
{
    /*
     * List of components and extensions to be automatically registered
     * within system container on application start.
     */
    protected const LOAD = [
        // ...
        
        Spiral\Nyholm\Bootloader\NyholmBootloader::class,
    ];
}

Note Make sure to remove default Spiral\Bootloader\Http\DiactorosBootloader.

License:

MIT License (MIT). Please see LICENSE for more information. Maintained by Spiral Scout.

About

Nylohm PSR-7/PSR-17 bridge support.

License:MIT License


Languages

Language:PHP 100.0%