Folder called "active" full of JPG files that I want to compress to "active.zip".
I am using PHP 8.0 and currently have no compression libraries installed.
In Python this would simply be:
shutil.make_archive("active", 'zip', "active")
No equivalent one-liner in PHP?