cURL error 23 when downloading nativephp/mobile in Laravel

I’m trying to install the nativephp/mobile package in my Laravel project using Composer, but I keep getting a cURL error 23. Here’s the command I’m running

composer require nativephp/mobile --ignore-platform-req=ext-zip

I’m using the –ignore-platform-req=ext-zip flag because I don’t have the ZIP extension installed (could this be related?)
I also tried Clearing Composer cache but still not working.