How to Install and Uninstall php-react-http.noarch Package on Fedora 36

Last updated: October 05,2024

1. Install "php-react-http.noarch" package

Please follow the instructions below to install php-react-http.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install php-react-http.noarch

2. Uninstall "php-react-http.noarch" package

This guide covers the steps necessary to uninstall php-react-http.noarch on Fedora 36:

$ sudo dnf remove php-react-http.noarch $ sudo dnf autoremove

3. Information about the php-react-http.noarch package on Fedora 36

Last metadata expiration check: 0:34:12 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : php-react-http
Version : 1.6.0
Release : 1.fc36
Architecture : noarch
Size : 71 k
Source : php-react-http-1.6.0-1.fc36.src.rpm
Repository : fedora
Summary : Library for building an evented http server
URL : https://reactphp.org/http/
License : MIT
Description : Library for building an evented http server.
:
: This component builds on top of the Socket component to implement HTTP. Here
: are the main concepts:
:
: * Server: Attaches itself to an instance of React\Socket\ServerInterface,
: parses any incoming data as HTTP, emits a request event for each request.
: * Request: A ReadableStream which streams the request body and contains meta
: data which was parsed from the request header.
: * Response A WritableStream which streams the response body. You can set the
: status code and response headers via the writeHead() method.
:
: Autoloader: /usr/share/php/React/Http/autoload.php