SlideShare a Scribd company logo
Deploy ! 
a PHP Application! 
on Google App Engine
Who am I? 
Michele Orselli! 
CTO@Ideato! 
! 
@_orso_! 
mo@ideato.it
https://developers.google.com/events/io/sessions/333055646 
PHP for App Engine
Platform as A Service (PaaS)! 
Build, deploy & scale! 
Don’t care about infrastructure 
https://appengine.google.com/ 
https://developers.google.com/appengine/ 
The GAE platform
All PaaS have limitations! 
PHP is in preview phase! 
Not all services are available 
https://developers.google.com/appengine/features 
Google App Engine: services
Google Cloud Sql ! 
Memcache! 
Google Cloud Storage 
Google App Engine: data storage
Email (internal or SendGrid)! 
Twilio! 
UrlFetch 
Google App Engine: ext services
TaskQueue! 
Cron 
Google App Engine: offline work
User Auth! 
Application Identity 
Google App Engine: auth
PHP on GAE
PHP 5.4! 
Runs in a sandbox 
https://developers.google.com/appengine/docs/php/ 
PHP on GAE
Some well-know extension are 
disabled: imagick, intl, pcntl, curl 
PHP on GAE
Some well-know extension are 
disabled: imagick, intl, pcntl, curl 
PHP on GAE 
whaaat?
Some function are disabled! 
permanently: exec, tmpfile! 
partially: /e on preg_replace! 
softly: gc_*, parse_str 
PHP on GAE
File System is Read only: you can 
store files on Cloud Storage or 
external services 
PHP on GAE
PHP on GAE
How to invoke external services 
(no curl remember? :-P) 
PHP on GAE
PHP on GAE
Dynamic response max 32 MB! 
Timeout on long response 
PHP on GAE
Sessions are stored on Memcache ! 
session_*, $_SESSION work as expected! 
use session_set_save_handler to change 
handler 
PHP on GAE
Log are managed via syslog! 
use PHP’s native syslog function! 
use custom logging lib (eg. Monolog) 
PHP on GAE
PHP on GAE: DB
PHP on GAE: sending mails
get the sdk! 
requirements: python 2.7, php-cgi, mysql?! 
local web server 
wget https://storage.googleapis.com/appengine-sdks/featured/google_appengine_1.9.4.zip 
App Engine SDK
# app.yaml 
application: propane-forge-391 
version: 1 
runtime: php 
api_version: 1 
threadsafe: true 
Base Config
# app.yaml 
application: propane-forge-391 
version: 2 
runtime: php 
api_version: 1 
threadsafe: true 
Base Config
# app.yaml — continued 
handlers: 
- url: /css 
static_dir: web/css 
- url: /js 
static_dir: web/js 
- url: .* 
script: web/index.php 
Base Config
# php.ini 
google_app_engine.enable_functions = “…” 
Base Config
! 
dev_appserver.py --php_executable_path=/usr/bin/php-cgi / 
var/www/todo/ --host=gae.dev 
Test Locally
! 
dev_appserver.py --php_executable_path=/usr/bin/php-cgi / 
var/www/todo/ 
Test Locally
! 
Deploy 
appcgf.py update /var/www/todo/! 
(or git push)
https://github.com/ideatosrl/silex-todo-gae 
A kitchen sink app
Execute offline work! 
Expose endpoint(s) doing the work 
PHP on GAE: task queues
# queue.yaml 
PHP on GAE: task queues
PHP on GAE: task queues
PHP on GAE: task queues
# app.yaml 
PHP on GAE: task queues
Schedule repetitive tasks! 
Expose endpoint(s) doing the work 
PHP on GAE: cronjobs
# cron.yaml 
PHP on GAE: cronjobs
# app.yaml 
PHP on GAE: cronjobs
PHP on GAE: users
PHP on GAE: modules
integration is quite smooth for simple apps! 
! 
some few common pattern 
what we learned
! 
apply to cloud.google.com/starterpack and get $ 500! 
wanna try?
Thank you! 
@_orso_ mo@ideato.it 
feedback please! https://joind.in/11804 
That’s all folks

More Related Content

PDF
Deploy a php app on Google App Engine
ODP
iOS Automation with Cucumber, Appium and Saucelabs
PPTX
Build 2017 - B8093 - Nextgen UWP app distribution: Building extensible, strea...
PDF
Midwest PHP 2017 DevOps For Small team
PDF
Put an end to regression with codeception testing
PPTX
Automation Zaman Now
PDF
Composer at Scale, Release and Dependency Management
PDF
PHP on Google App Engine
Deploy a php app on Google App Engine
iOS Automation with Cucumber, Appium and Saucelabs
Build 2017 - B8093 - Nextgen UWP app distribution: Building extensible, strea...
Midwest PHP 2017 DevOps For Small team
Put an end to regression with codeception testing
Automation Zaman Now
Composer at Scale, Release and Dependency Management
PHP on Google App Engine

What's hot (20)

PDF
Testing on Mobile Devices with Location Services
ODP
Web Development in Django
PDF
Are you ready to adopt GraphQL?
PDF
Automating Hybrid Applications with Appium
PDF
Быстрый старт в gDrive API
PPTX
Testautomatisierung mit C
ODP
Udi Google Dev Day
PDF
Mobile automation using selenium cucumber & appium
PPT
Headless BDD & Responsive Test Automation
PPTX
Service Configuration Management for Rapid Growth - demo 10 steps to build pi...
ODP
BDD with Behat Selenium, Sahi and Sauce
ODP
BDD using Behat, Selenium,Sahi and SauceLabs
PPT
Dockerising Appium : London Appium Meetup
KEY
Play勉強会 playをGAEで動かそう!
PPTX
PDF
Improving Android app testing with Appium and Sauce Labs
PPTX
Modern web app with REACT
PDF
The Hitchhiker's Guide to Building a Progressive Web App
PDF
DevSpace Conf 2017 - Making sense of the provisioning circus
PDF
PhoneGap Day US 2013 - Chrome Packaged Apps
Testing on Mobile Devices with Location Services
Web Development in Django
Are you ready to adopt GraphQL?
Automating Hybrid Applications with Appium
Быстрый старт в gDrive API
Testautomatisierung mit C
Udi Google Dev Day
Mobile automation using selenium cucumber & appium
Headless BDD & Responsive Test Automation
Service Configuration Management for Rapid Growth - demo 10 steps to build pi...
BDD with Behat Selenium, Sahi and Sauce
BDD using Behat, Selenium,Sahi and SauceLabs
Dockerising Appium : London Appium Meetup
Play勉強会 playをGAEで動かそう!
Improving Android app testing with Appium and Sauce Labs
Modern web app with REACT
The Hitchhiker's Guide to Building a Progressive Web App
DevSpace Conf 2017 - Making sense of the provisioning circus
PhoneGap Day US 2013 - Chrome Packaged Apps
Ad

Similar to Deploy a PHP App on Google App Engine (20)

PPTX
Google App Engine for PHP
PDF
Don't worry be API with Slim framework and Joomla
PDF
appengine ja night #25 Google App Engine for PHP (English)
PDF
Google App Engine (Introduction)
PPTX
PHP and FastCGI Performance Optimizations
PPTX
Building JavaScript
PDF
Google App Engine for Java
PPTX
Tutorial 1: Your First Science App - Araport Developer Workshop
PDF
5 年後還是新手 - WordPress Plugin 開發大冒險 - GOTY
KEY
Intro to PhoneGap
PPT
Google Cloud Developer Challenge - GDG Belgaum
PPT
Introduction to python scrapping
PPTX
Building and managing applications fast for IBM i
PDF
Intro to PhoneGap
PDF
NSC #2 - D2 03 - Nicolas Collignon - Google Apps Engine Security
PDF
What is App Engine? O
PPTX
Introduction to Google App Engine with Python
PDF
Behavior & Specification Driven Development in PHP - #OpenWest
PPTX
AD113 Speed Up Your Applications w/ Nginx and PageSpeed
Google App Engine for PHP
Don't worry be API with Slim framework and Joomla
appengine ja night #25 Google App Engine for PHP (English)
Google App Engine (Introduction)
PHP and FastCGI Performance Optimizations
Building JavaScript
Google App Engine for Java
Tutorial 1: Your First Science App - Araport Developer Workshop
5 年後還是新手 - WordPress Plugin 開發大冒險 - GOTY
Intro to PhoneGap
Google Cloud Developer Challenge - GDG Belgaum
Introduction to python scrapping
Building and managing applications fast for IBM i
Intro to PhoneGap
NSC #2 - D2 03 - Nicolas Collignon - Google Apps Engine Security
What is App Engine? O
Introduction to Google App Engine with Python
Behavior & Specification Driven Development in PHP - #OpenWest
AD113 Speed Up Your Applications w/ Nginx and PageSpeed
Ad

More from Michele Orselli (20)

PDF
Tackling Tech Debt with Rector
PDF
Comunicare, condividere e mantenere decisioni architetturali nei team di svil...
PDF
A dive into Symfony 4
PDF
A recommendation engine for your applications codemotion ams
PDF
A recommendation engine for your applications phpday
PDF
Hopping in clouds - phpuk 17
PDF
A recommendation engine for your php application
PDF
Symfony e micro (non così tanto) services
PDF
Hopping in clouds: a tale of migration from one cloud provider to another
PDF
Vagrant for real (codemotion rome 2016)
PDF
Vagrant for real codemotion (moar tips! ;-))
PDF
Migrare a Symfony 3
PDF
Vagrant for real
PDF
Implementing data sync apis for mibile apps @cloudconf
PDF
Server side data sync for mobile apps with silex
PDF
Continuous, continuous, continuous
PDF
Implementing Server Side Data Synchronization for Mobile Apps
PDF
PDF
Manage a project portfolio
PDF
Developing sustainable php projects
Tackling Tech Debt with Rector
Comunicare, condividere e mantenere decisioni architetturali nei team di svil...
A dive into Symfony 4
A recommendation engine for your applications codemotion ams
A recommendation engine for your applications phpday
Hopping in clouds - phpuk 17
A recommendation engine for your php application
Symfony e micro (non così tanto) services
Hopping in clouds: a tale of migration from one cloud provider to another
Vagrant for real (codemotion rome 2016)
Vagrant for real codemotion (moar tips! ;-))
Migrare a Symfony 3
Vagrant for real
Implementing data sync apis for mibile apps @cloudconf
Server side data sync for mobile apps with silex
Continuous, continuous, continuous
Implementing Server Side Data Synchronization for Mobile Apps
Manage a project portfolio
Developing sustainable php projects

Recently uploaded (20)

PDF
Upgrade and Innovation Strategies for SAP ERP Customers
PDF
Flood Susceptibility Mapping Using Image-Based 2D-CNN Deep Learnin. Overview ...
PDF
System and Network Administraation Chapter 3
PDF
Which alternative to Crystal Reports is best for small or large businesses.pdf
PDF
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
PDF
PTS Company Brochure 2025 (1).pdf.......
PPTX
ai tools demonstartion for schools and inter college
PDF
How to Choose the Right IT Partner for Your Business in Malaysia
PDF
2025 Textile ERP Trends: SAP, Odoo & Oracle
PDF
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
PPTX
Odoo POS Development Services by CandidRoot Solutions
PDF
Understanding Forklifts - TECH EHS Solution
PDF
AI in Product Development-omnex systems
PDF
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
PDF
Softaken Excel to vCard Converter Software.pdf
PDF
Design an Analysis of Algorithms II-SECS-1021-03
PPTX
CHAPTER 12 - CYBER SECURITY AND FUTURE SKILLS (1) (1).pptx
PDF
top salesforce developer skills in 2025.pdf
PPTX
ManageIQ - Sprint 268 Review - Slide Deck
PPTX
Transform Your Business with a Software ERP System
Upgrade and Innovation Strategies for SAP ERP Customers
Flood Susceptibility Mapping Using Image-Based 2D-CNN Deep Learnin. Overview ...
System and Network Administraation Chapter 3
Which alternative to Crystal Reports is best for small or large businesses.pdf
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
PTS Company Brochure 2025 (1).pdf.......
ai tools demonstartion for schools and inter college
How to Choose the Right IT Partner for Your Business in Malaysia
2025 Textile ERP Trends: SAP, Odoo & Oracle
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
Odoo POS Development Services by CandidRoot Solutions
Understanding Forklifts - TECH EHS Solution
AI in Product Development-omnex systems
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
Softaken Excel to vCard Converter Software.pdf
Design an Analysis of Algorithms II-SECS-1021-03
CHAPTER 12 - CYBER SECURITY AND FUTURE SKILLS (1) (1).pptx
top salesforce developer skills in 2025.pdf
ManageIQ - Sprint 268 Review - Slide Deck
Transform Your Business with a Software ERP System

Deploy a PHP App on Google App Engine