Installation Steps:
Make sure you have composer.
If you dont have access to a shell, follow this:
- Download this zip and extract it to the directory where you want to use this library
- Load the package with this:, (*1)
use \Netlyt\Client;
require __DIR__ . '/vendor/autoload.php';
Note that you have to execute this from the same directory, where you placed composer., (*2)
See Examples\Test.php for more details, (*3)