php yii2 on Google App Engine

476 views
Skip to first unread message

sudhakaran packianathan

unread,
Feb 24, 2018, 12:06:42 PM2/24/18
to Google App Engine
Does Google App Engine support php yii2 framework. Has any one deployed a yii2 based app on Google App Engine?

George (Cloud Platform Support)

unread,
Feb 24, 2018, 3:13:22 PM2/24/18
to Google App Engine
The App Engine Standard Environment imposes restrictions, as apps run there in a sandbox. By contrast, the flexible environment runs your application in Docker containers on Google Compute Engine virtual machines (VMs), which have fewer restrictions. For example, you can use any programming language of your choice, write to disk, use any library you'd like, and even run multiple processes. This should allow you to try running the yii2 framework in the flexible environment. You may read more in-detail information on choosing an environment in the "App Engine Flexible Environment for Users of App Engine Standard Environment" online document

gu...@genotek.ru

unread,
Mar 18, 2018, 11:12:04 AM3/18/18
to Google App Engine
I have been running yii2 on GAE since august 2017. https://github.com/samdark/yii2-cookbook/issues/177

lechu w

unread,
Apr 4, 2018, 9:26:03 AM4/4/18
to Google App Engine
Hi,
From the github discussion, are you using the solution from tunecino? 
What do you use for Sessions handling, Memcached, Redis or something else?
Do you experiance any issues with sessions handling when instance number is 2 and more?

Thanks,
Leszek

lechu w

unread,
Apr 4, 2018, 9:26:03 AM4/4/18
to Google App Engine
Hi,
From the post you've mentioned, which solution are you using, your dockerfiles or solution from tunecino ?
What do you use for sessions handling Memcache, Redis or something else?
Do you can any issues with sessions when scaling horizontally?

Thanks,
Leszek

On Sunday, March 18, 2018 at 4:12:04 PM UTC+1, gu...@genotek.ru wrote:
Reply all
Reply to author
Forward
0 new messages