sibertec/lightspeed_adp

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

Maintainers

Package info

bitbucket.org/phillip_hopper/lightspeedadp

Issues

Forum

pkg:composer/sibertec/lightspeed_adp

Statistics

Installs: 49

Dependents: 0

Suggesters: 0

0.0.9 2024-09-13 18:10 UTC

This package is auto-updated.

Last update: 2026-03-13 21:15:30 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');