I have php app with few hundred users made with php5. It is using some google libraries, but Actually I don't have them or composer in my local linux development project, yet they still work. Somehow google environment has those as default:
require_once 'google/appengine/api/mail/Message.php';Now I also need to add use Google\Cloud\Storage\StorageClient and also would like to migrate my app to standard php7 evironment with app.py