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

Last updated: July 03,2024

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

Please follow the steps below to install php-react-http.noarch on Fedora 34

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

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

Please follow the instructions below to uninstall php-react-http.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:44:09 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : php-react-http
Version : 0.8.6
Release : 3.fc34
Architecture : noarch
Size : 46 k
Source : php-react-http-0.8.6-3.fc34.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