https://github.com/spiral/nyholm-bridge
Nylohm PSR-7/PSR-17 bridge support.
https://github.com/spiral/nyholm-bridge
high-performance http psr17 psr7 spiral
Last synced: 4 months ago
JSON representation
Nylohm PSR-7/PSR-17 bridge support.
- Host: GitHub
- URL: https://github.com/spiral/nyholm-bridge
- Owner: spiral
- License: mit
- Created: 2019-06-07T07:52:22.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-09-20T07:33:55.000Z (almost 4 years ago)
- Last Synced: 2025-05-18T22:18:19.646Z (about 1 year ago)
- Topics: high-performance, http, psr17, psr7, spiral
- Language: PHP
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spiral Framework: Nyholm PSR-7/PSR-17 bridge
[](https://packagist.org/packages/spiral/nyholm-bridge)
[](https://packagist.org/packages/spiral/nyholm-bridge)
[](https://github.com/spiral/nyholm-bridge/actions)
[](https://github.com/spiral/nyholm-bridge/actions)
[](https://codecov.io/gh/spiral/nyholm-bridge)
[](https://packagist.org/packages/spiral/nyholm-bridge)
[](https://shepherd.dev/github/spiral/nyholm-bridge)
[](https://shepherd.dev/github/spiral/nyholm-bridge)
[Framework Bundle](https://github.com/spiral/framework)
## Installation
```
composer require spiral/nyholm-bridge
```
To enable extension modify your application by adding `Spiral\Nyholm\Bootloader\NyholmBootloader`:
```php
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`](./LICENSE) for more information. Maintained by [Spiral Scout](https://spiralscout.com).