PHP : How to enable ZipArchive manually on Linux

In order to use ZipArchive, we need to install php-zip. But we can not do it by the following method due to the constraint of the server.

sudo apt-get install -y php-zip

How to install php-zip manually to the Linux server?

PHP Version 8.0.30

Build System : Red Hat Enterprise Linux release 8.8 (Ootpa)