PHPackages                             cloudframework-io/appengine-php-core-7.4 - 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. cloudframework-io/appengine-php-core-7.4

ActiveLibrary[Framework](/categories/framework)

cloudframework-io/appengine-php-core-7.4
========================================

Framework to develop APIs and web applications optimized for Google Appengine PHP 7.4

v74.24161(2y ago)01.4k1[1 PRs](https://github.com/CloudFramework-io/appengine-php-core-7.4/pulls)MITPHP

Since Feb 6Pushed 2y ago3 watchersCompare

[ Source](https://github.com/CloudFramework-io/appengine-php-core-7.4)[ Packagist](https://packagist.org/packages/cloudframework-io/appengine-php-core-7.4)[ RSS](/packages/cloudframework-io-appengine-php-core-74/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (9)Versions (267)Used By (0)

appengine-php-core-7.4
======================

[](#appengine-php-core-74)

CloudFrameWork.io / APPENGINE PHP 7.4 Framework

```
composer require cloudframework-io/appengine-php-core-7.4

```

Google Cloud
------------

[](#google-cloud)

-

Package
-------

[](#package)

Memorystore. Install REDIS to manage Memory Cache
-------------------------------------------------

[](#memorystore-install-redis-to-manage-memory-cache)

In php7 we have lost MemoryCache :(. To solve it Google provide a solution call Memorystore:

- .
-

It is a REDIS server that can also be installed in localhost. You can read more about it in:

-
-

### Configure in Google Cloud a VPC to connect your redis server

[](#configure-in-google-cloud-a-vpc-to-connect-your-redis-server)

### Install REDIS in localhost

[](#install-redis-in-localhost)

```
brew install redis

```

Manual launch (stand alone)

```
redis-server /usr/local/etc/redis.conf

```

In Background

```
brew services start redis

```

### Install the php library

[](#install-the-php-library)

```
sudo pecl install redis-5.2.0
```

### Setup Env Vars for localhost

[](#setup-env-vars-for-localhost)

```
export REDIS_HOST=127.0.0.1
export REDIS_PORT=6379

```

### Setup app.yaml vars for Google Cloud

[](#setup-appyaml-vars-for-google-cloud)

```
env_variables:
  REDIS_HOST: "10.*****"
  REDIS_PORT: "6379"

```

### Using it in CloudFramework

[](#using-it-in-cloudframework)

```
$core->cache->get/set/delete

```

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity76

Established project with proven stability

 Bus Factor1

Top contributor holds 80% 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 ~5 days

Total

266

Last Release

885d ago

Major Versions

v73.24062 → v74.000712021-12-07

### Community

Maintainers

![](https://www.gravatar.com/avatar/ad0ea32dd01200206034ac963a75f16fd7464beded2990ddaf8e365838f15408?d=identicon)[am-adnbp](/maintainers/am-adnbp)

---

Top Contributors

[![am-adnbp](https://avatars.githubusercontent.com/u/6914983?v=4)](https://github.com/am-adnbp "am-adnbp (12 commits)")[![FranHerrera](https://avatars.githubusercontent.com/u/5993573?v=4)](https://github.com/FranHerrera "FranHerrera (2 commits)")[![chema-dw](https://avatars.githubusercontent.com/u/5294108?v=4)](https://github.com/chema-dw "chema-dw (1 commits)")

---

Tags

frameworkgooglemysqlsqlnosqlappenginemongobigquerygcpgaecloud datastorecloudframwork

### Embed Badge

![Health badge](/badges/cloudframework-io-appengine-php-core-74/health.svg)

```
[![Health](https://phpackages.com/badges/cloudframework-io-appengine-php-core-74/health.svg)](https://phpackages.com/packages/cloudframework-io-appengine-php-core-74)
```

###  Alternatives

[atk4/data

Agile Data - Database access abstraction framework

2811.7M37](/packages/atk4-data)[tomwalder/php-gds

Google Cloud Datastore Library for PHP. Also Firestore in Datastore mode.

161174.0k5](/packages/tomwalder-php-gds)[gdg-tangier/cloud-pubsub

Google Cloud pub-sub for laravel

5054.9k](/packages/gdg-tangier-cloud-pubsub)

PHPackages © 2026

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