An introduction to the Oh Dear PHP SDK
We've created an easy-to-use open source PHP package that allows you to communicate with the Oh Dear API. It provides some convenient models and methods to quickly get started.
The API itself is a REST API. If you're unfamiliar with it, we suggest you read through the API documentation first, it'll make things a lot clearer.
If you want to dive straight in, here's what we suggest;
- Read the getting started guide guide for the SDK. This will get the package installed and configure your API keys.
- Start managing your sites via the SDK (get data, add new site, remove an existing site).
Once you've got that going, you're all set.