Topic: remi-php74 doesn't seem to have php-zip

I'm trying to install php 7.4 with php-zip on CentOS 7 for CraftCMS, which requires php-zip, with the following repos enabled:
remi-php74
remi-safe

But when I search for php-zip, or just zip, I can't find a php-zip module.  Is there a repo available that has php-zip module for php 7.4? 
Thanks.

Re: remi-php74 doesn't seem to have php-zip

I found what I needed with the package php-pecl-zip

Re: remi-php74 doesn't seem to have php-zip

Like for all extensions, and as explained by the wizard, to install "foo" ext, yum install php-foo (whatever the package name is)

So yum install php-zip

(btw, "search" doesn't work, old yum/dnf issue)

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi