A PHP Library to access the SageOne API
Here you can authorise your app with the API and then use helper functions to make calls to the API with ease.
Examples can be found (surprisingly) in the examples/
folder.
- The
auth.php
file shows you how to authorise your app with the SageOne API and retrieve an access token. - The other examples show how to use indiviudal helper functions to make requests to the API