Sometimes you have a large PHP project and you want to get its big picture (like bird's eye view). You are not interested in how many classes/functions does it have and how are they related to each other. Instead you…
Upload file to Google Drive programmatically
Nowadays I am writing a WordPress plugin that involves accessing and upload file to google drive programmatically. This process implies the following steps: request an authorization code from the Google Authorization Server get the authorization code and then use it…
Lightweight free PHP chart library
This project has a weird history (like any other project, though). I have an application and its dedicated website where I'm collecting some sort of data/statistics of the application usage. The statistics are automatically send to me by e-mail in…