PHPackages                             mmd/google-webfonts-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. mmd/google-webfonts-cache

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

mmd/google-webfonts-cache
=========================

'Unlimited' API Requests

19PHP

Since May 21Pushed 11y agoCompare

[ Source](https://github.com/MmdBundles/GoogleWebfontsCacheBundle)[ Packagist](https://packagist.org/packages/mmd/google-webfonts-cache)[ RSS](/packages/mmd-google-webfonts-cache/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Google Webfonts API Cache
=========================

[](#google-webfonts-api-cache)

"Unlimited" API Requests.

Instead of

```
https://www.googleapis.com/webfonts/v1/webfonts?key=...

```

use

```
https://your-domain.com/webfonts/v1/webfonts

```

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

Install
-------

[](#install)

1. Install bundle with composer

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

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

    ```
    mmd_google_webfonts_cache:
        resource: "@MmdGoogleWebfontsCacheBundle/Resources/config/routing.yml"
        prefix:   /webfonts
    ```
4. Install [Redis](http://redis.io/).

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

    ```
    mmd_google_webfonts_cache.key: 'AIz...pWY'

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

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

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-google-webfonts-cache/health.svg)

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

PHPackages © 2026

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