How To Install php-echonest-api on Fedora 36

In this tutorial we learn how to install php-echonest-api in Fedora 36. php-echonest-api is PHP classes for the Echo Nest API

Introduction

In this tutorial we learn how to install php-echonest-api on Fedora 36.

What is php-echonest-api

A simple, Object Oriented API wrapper for the EchoNest Api written with PHP5. This library is modeled after the php-github-api library built by ornicar.

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

Install php-echonest-api 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-echonest-api using dnf by running the following command:

sudo dnf -y install php-echonest-api

Install php-echonest-api 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-echonest-api using yum by running the following command:

sudo yum -y install php-echonest-api

How To Uninstall php-echonest-api on Fedora 36

To uninstall only the php-echonest-api package we can use the following command:

sudo dnf remove php-echonest-api

php-echonest-api Package Contents on Fedora 36

/usr/share/doc/php-echonest-api
/usr/share/doc/php-echonest-api/README.md
/usr/share/licenses/php-echonest-api
/usr/share/licenses/php-echonest-api/LICENSE
/usr/share/php/EchoNest
/usr/share/php/EchoNest/Api
/usr/share/php/EchoNest/Api.php
/usr/share/php/EchoNest/Api/Artist.php
/usr/share/php/EchoNest/Api/Catalog.php
/usr/share/php/EchoNest/Api/Playlist.php
/usr/share/php/EchoNest/Api/Sandbox.php
/usr/share/php/EchoNest/Api/Song.php
/usr/share/php/EchoNest/Api/Track.php
/usr/share/php/EchoNest/ApiInterface.php
/usr/share/php/EchoNest/Autoloader.php
/usr/share/php/EchoNest/Client.php
/usr/share/php/EchoNest/HttpClient
/usr/share/php/EchoNest/HttpClient.php
/usr/share/php/EchoNest/HttpClient/Curl.php
/usr/share/php/EchoNest/HttpClient/Exception.php
/usr/share/php/EchoNest/HttpClient/Requests.php
/usr/share/php/EchoNest/HttpClientInterface.php
/usr/share/php/EchoNest/autoload.php

References

Summary

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