PHPackages                             prawee/yii2-gae-web - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. prawee/yii2-gae-web

ActiveProject[Framework](/categories/framework)

prawee/yii2-gae-web
===================

Create simple website on Google App Engine with Yii2

25PHP

Since Mar 9Pushed 8y ago1 watchersCompare

[ Source](https://github.com/prawee/yii2-gae-web)[ Packagist](https://packagist.org/packages/prawee/yii2-gae-web)[ RSS](/packages/prawee-yii2-gae-web/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

yii2-gae-web
============

[](#yii2-gae-web)

Create simple website for deploy on Google App Engine **(Standard Environment)** with Yii2

### Installalion

[](#installalion)

```
$ git clone https://github.com/prawee/yii2-gae-web
$ cd yii2-gae-web
$ composer install
```

### Configuration

[](#configuration)

Update environment variable for your local

```
$ cp .env.dist .env
```

Update environment variable for your GAE

```
$ cp app.yaml.dist app.yaml
$ cp uat.yaml.dist uat.yaml
# update configure on your local
$ cp cron.yaml.dist cron.yaml
```

Update configure on your local

```
$ cp config/main-local.php.dist config/main-local.php
```

### Running

[](#running)

localhost

```
$ php -S localhost:8080 -t web
```

localhost with google app engine

```
$ dev_appserver.py app.yaml
```

### How to deploy

[](#how-to-deploy)

```
# prod
$ gcloud app deploy
# uat
$ gcloud app deploy uat.yaml
```

### Look

[](#look)

```
# local
GET localhost:8080
GET localhost:8080/site/login
GET localhost:8080/site/logout
```

```
# gae
GET https://.appspot.com/site
GET https://.appspot.com/site/login
GET https://.appspot.com/site/logout
```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3203937?v=4)[Prawee Wongsa](/maintainers/prawee)[@prawee](https://github.com/prawee)

---

Tags

google-appenginephpwebsiteyii2yiiframework

### Embed Badge

![Health badge](/badges/prawee-yii2-gae-web/health.svg)

```
[![Health](https://phpackages.com/badges/prawee-yii2-gae-web/health.svg)](https://phpackages.com/packages/prawee-yii2-gae-web)
```

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k104.3M844](/packages/laravel-socialite)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k38.6M289](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
