PHPackages                             mmd/github-api-cache - 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. [Caching](/categories/caching)
4. /
5. mmd/github-api-cache

ActiveSymfony-bundle[Caching](/categories/caching)

mmd/github-api-cache
====================

'Unlimited' API Requests

211PHP

Since Jun 2Pushed 11y agoCompare

[ Source](https://github.com/MmdBundles/GithubApiCacheBundle)[ Packagist](https://packagist.org/packages/mmd/github-api-cache)[ RSS](/packages/mmd-github-api-cache/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Github API Cache
================

[](#github-api-cache)

"Unlimited" API Requests.

Instead of

```
https://api.github.com/repos/twbs/bootstrap/releases

```

use

```
https://your-domain.com/repos/twbs/bootstrap/releases

```

*At the moment are supported only simple GET requests.*

Install
-------

[](#install)

1. Install bundle with composer

    ```
    $ php composer.phar require "mmd/github-api-cache":"dev-master" "sensio/buzz-bundle":"dev-master" "predis/predis":"dev-master"
    ```
2. Include bundle in `app/AppKernel.php`

    ```
    $bundles = array(
        ...
        new Mmd\Bundle\GithubApiCacheBundle\MmdGithubApiCacheBundle(),
        new Sensio\Bundle\BuzzBundle\SensioBuzzBundle(),
    );
    ```
3. Include bundle's routing in `app/config/routing.yml`

    ```
    mmd_mc_monitor:
        resource: "@MmdGithubApiCacheBundle/Resources/config/routing.yml"
        prefix:   /
    ```
4. Install [Redis](https://github.com/dockerfile/redis).

    *You can use this [dockerfile](https://github.com/dockerfile/redis).*
5. Configure parameters in `app/config/parameters.yml`

    ```
    mmd_github_api_cache.token: '189...b51'

    mmd_github_api_cache.redis.scheme: 'tcp'
    mmd_github_api_cache.redis.host: '127.0.0.1'
    mmd_github_api_cache.redis.port: 6379
    mmd_github_api_cache.redis.options: {} # https://github.com/nrk/predis#client-configuration
    ```

###  Health Score

20

—

LowBetter than 12% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community2

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://www.gravatar.com/avatar/38a70f8442abb39ae85497a26dd42dd1695ea737a8c9e75bae4be610a8539389?d=identicon)[moldcraft](/maintainers/moldcraft)

### Embed Badge

![Health badge](/badges/mmd-github-api-cache/health.svg)

```
[![Health](https://phpackages.com/badges/mmd-github-api-cache/health.svg)](https://phpackages.com/packages/mmd-github-api-cache)
```

###  Alternatives

[iazaran/smart-cache

Smart Cache is a caching optimization package designed to enhance the way your Laravel application handles data caching. It intelligently manages large data sets by compressing, chunking, or applying other optimization strategies to keep your application performant and efficient.

21114.2k](/packages/iazaran-smart-cache)[ichhabrecht/intcache

Turn uncachable page objects into cacheable links

193.9k](/packages/ichhabrecht-intcache)

PHPackages © 2026

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