How To Install php-ringcentral-psr7 on Fedora 36

In this tutorial we learn how to install php-ringcentral-psr7 in Fedora 36. php-ringcentral-psr7 is PSR-7 message implementation

Introduction

In this tutorial we learn how to install php-ringcentral-psr7 on Fedora 36.

What is php-ringcentral-psr7

This repository contains a partial PSR-7 [1] message implementation, several stream decorators, and some helpful functionality like query string parsing. Currently missing ServerRequestInterface and UploadedFileInterface; a pull request for these features is welcome. Autoloader [1] http

We can use yum or dnf to install php-ringcentral-psr7 on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install php-ringcentral-psr7.

Install php-ringcentral-psr7 on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install php-ringcentral-psr7 using dnf by running the following command:

sudo dnf -y install php-ringcentral-psr7

Install php-ringcentral-psr7 on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install php-ringcentral-psr7 using yum by running the following command:

sudo yum -y install php-ringcentral-psr7

How To Uninstall php-ringcentral-psr7 on Fedora 36

To uninstall only the php-ringcentral-psr7 package we can use the following command:

sudo dnf remove php-ringcentral-psr7

php-ringcentral-psr7 Package Contents on Fedora 36

/usr/share/doc/php-ringcentral-psr7
/usr/share/doc/php-ringcentral-psr7/CHANGELOG.md
/usr/share/doc/php-ringcentral-psr7/README.md
/usr/share/doc/php-ringcentral-psr7/composer.json
/usr/share/licenses/php-ringcentral-psr7
/usr/share/licenses/php-ringcentral-psr7/LICENSE
/usr/share/php/RingCentral
/usr/share/php/RingCentral/Psr7
/usr/share/php/RingCentral/Psr7/AppendStream.php
/usr/share/php/RingCentral/Psr7/BufferStream.php
/usr/share/php/RingCentral/Psr7/CachingStream.php
/usr/share/php/RingCentral/Psr7/DroppingStream.php
/usr/share/php/RingCentral/Psr7/FnStream.php
/usr/share/php/RingCentral/Psr7/InflateStream.php
/usr/share/php/RingCentral/Psr7/LazyOpenStream.php
/usr/share/php/RingCentral/Psr7/LimitStream.php
/usr/share/php/RingCentral/Psr7/MessageTrait.php
/usr/share/php/RingCentral/Psr7/MultipartStream.php
/usr/share/php/RingCentral/Psr7/NoSeekStream.php
/usr/share/php/RingCentral/Psr7/PumpStream.php
/usr/share/php/RingCentral/Psr7/Request.php
/usr/share/php/RingCentral/Psr7/Response.php
/usr/share/php/RingCentral/Psr7/ServerRequest.php
/usr/share/php/RingCentral/Psr7/Stream.php
/usr/share/php/RingCentral/Psr7/StreamDecoratorTrait.php
/usr/share/php/RingCentral/Psr7/StreamWrapper.php
/usr/share/php/RingCentral/Psr7/Uri.php
/usr/share/php/RingCentral/Psr7/autoload.php
/usr/share/php/RingCentral/Psr7/functions.php
/usr/share/php/RingCentral/Psr7/functions_include.php

References

Summary

In this tutorial we learn how to install php-ringcentral-psr7 on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).