Using the Yahoo finance stock API with PHP
Using the Yahoo finance stock API to firstly get stock ticker symbols and then the stock price with PHP. The Yahoo finance API is a fast and free method to…
Using the Yahoo finance stock API to firstly get stock ticker symbols and then the stock price with PHP. The Yahoo finance API is a fast and free method to…
Stringgy is a free to use string and int generator API with customizable lengths, types, characters and amounts. With Stringgy you have the option for character length of string or…
A simple system that automatically refreshes an expired OAuth access token if a call is attempted but the token is expired. This post is a continuation of Twitch authentication with…
From May 11th 2020 Twitch has implemented OAuth to its helix API version, now instead of just needing the client id key to make API calls you also need to…
SolusVM API PHP class is an uncomplicated API wrapper coded in PHP for the SolusVM API. SolusVM is a virtualization manager, that is very popular amongst hosting providers. You can…
Getting the max and average summer temperature from select Victorian locations using self stored data from the OpenWeather API. I started recording this data at the first timestamp of 2019-09-13…
Creating an automated system to submit my blog posts to my subreddit using PHP and the Reddit API. The idea is every couple of hours a check will be made…
Following on from this post, I use the BunnyCDN PHP API class to create folders, delete and rename files in a Storage zone. Setting my imageBackups Storage zone user and…
The BunnyCDN PHP API class can do many tasks without having to log into BunnyCDN and use the browser GUI. In this post I go through creating a Storage Zone,…
A very comprehensive, feature-packed and easy to use PHP class for the BunnyCDN pull and storage zones API. This class whilst having a major focus on file storage zone interaction…