I’m attempting to use the PHP API Library. Is there anything in the documentation that gives a complete example from start to finish of how to do something? Everything seems to be in pieces missing crucial context for getting the examples given to actually work.
For example, at https://github.com/Shopify/shopify-api-php/blob/main/docs/usage/oauth.md it says we have to perform OAuth but then gives no example code for how to use the library to do so.
Is there a start to finish template for getting set up and able to make queries?