I can't figure this out for the life of me. They recommend using Composer to get their PHP API Client up and running, but I'm wondering if I have to, because it's been a pain in the butt. Here's their installation instructions:
Install Composer
curl -sS https://getcomposer.org/installer | php
Add Lob.com PHP client as a dependency
composer require lob/lob-php
From what I understand, my host (InMotion Hosting/cPanel) does in fact support the Composer installation, but they won't offer help on how to install it. Can somebody break this down for me? Or is there a way to use this PHP API without Composer?
As always, thanks for the help.