PHPackages                             prawee/yii2-gae-api - 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. [API Development](/categories/api)
4. /
5. prawee/yii2-gae-api

ActiveProject[API Development](/categories/api)

prawee/yii2-gae-api
===================

Create RESTFul for deploy on Google App Engine with Yii2

1.0(7y ago)562MITPHP

Since Mar 15Pushed 4y ago1 watchersCompare

[ Source](https://github.com/prawee/yii2-gae-api)[ Packagist](https://packagist.org/packages/prawee/yii2-gae-api)[ Docs](https://github.com/prawee/yii2-gae-api.git)[ RSS](/packages/prawee-yii2-gae-api/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (3)Versions (3)Used By (0)

Yii2 API with Google App Engine
===============================

[](#yii2-api-with-google-app-engine)

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

### Support

[](#support)

1. response both xml and json format
2. make versioning
3. using .env file between server and local
4. using memcache via app-engine

### Installation

[](#installation)

```
git clone https://github.com/prawee/yii2-gae-api
cd yii2-gae-api
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 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 public
```

localhost with google app engine

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

### Look

[](#look)

```
# local
GET localhost:8080/requirements.php
GET localhost:8080/site
GET localhost:8080/v1/users
```

```
# gae
GET https://.appspot.com/requirements.php
GET https://.appspot.com/site
GET https://.appspot.com/v1/users
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 94.7% of commits — single point of failure

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.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

2613d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b7eac78108c7c7d99f624b4acc0ca3827d8f0aa239c7e978b4f482b93b08557c?d=identicon)[prawee](/maintainers/prawee)

---

Top Contributors

[![prawee](https://avatars.githubusercontent.com/u/3203937?v=4)](https://github.com/prawee "prawee (18 commits)")[![tunecino](https://avatars.githubusercontent.com/u/5133397?v=4)](https://github.com/tunecino "tunecino (1 commits)")

---

Tags

appengineappengine-phpgaegooglerestful-apistandardstandard-environmentwebserviceyii2yii2-gae-apiapiyii2restfulgaegoogle app engine

### Embed Badge

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

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

###  Alternatives

[ignatenkovnikita/yii2-swagger

Swagger UI v3 intergation with yii2

128.0k](/packages/ignatenkovnikita-yii2-swagger)[dotzero/yii2-amocrm

Расширение для Yii Framework 2 реализующее клиент для работы с API amoCRM

1639.7k](/packages/dotzero-yii2-amocrm)[skeeks/yii2-google-api

Component for work with google api based on google/apiclient

1243.1k1](/packages/skeeks-yii2-google-api)

PHPackages © 2026

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