This simplistic PHP application demonstrates how to install a PHP application on deplo.io.
It uses the imagine/imagine library with the GD PHP extension ext-gd to scale an image to a different size.
deplo.io uses the composer.json to know that it needs to provide ext-gd and then uses composer to install the dependencies.
This image is dynamically scaled with Imagine.