sibertec / lightspeed_adp
A small, easy to use PHP library for accessing Lightspeed ADP data through their API.
0.0.9
2024-09-13 18:10 UTC
Requires
- php: ^8.0
- ext-curl: *
- ext-json: *
- html2text/html2text: ^4.0
- symfony/yaml: ~3.0|~4.0|~5.0|~6.0
Requires (Dev)
- phpunit/phpunit: ~6.0|~7.0|~8.0|~9.0
Suggests
None
Provides
None
Conflicts
None
Replaces
None
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');