sibertec/lightspeed_adp

A small, easy to use PHP library for accessing Lightspeed ADP data through their API.

0.0.8 2023-09-06 20:07 UTC

This package is auto-updated.

Last update: 2024-05-06 21:44:13 UTC


README

A small, easy to use PHP library for accessing Lightspeed ADP data through their API.

For more usage samples, look in the tests directory.

Format of yaml settings file, if you choose to use one:

DealerID: "12345678"
UserName: "YourUsername"
Password: "Y0urP@$$w0rd"
<?php
$settings = Sibertec\LightspeedADP\Authentication::LoadFromYaml('/path/to/settings/file.yml');