PHP Library
Installation
Composer
You can install the SDK via Composer. Run the following command:
composer require zara-4/php-sdk
To use the SDK, use Composer's autoload:
require_once('vendor/autoload.php');
Manual Install
Example Application
To help you get started with using the Zara 4 SDK, we have created an example application to demonstrate how you might go about integrating Zara 4 into your projects.