PHPackages                             scr-be/teavee-google-web-fonts-bundle - 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. [Templating &amp; Views](/categories/templating)
4. /
5. scr-be/teavee-google-web-fonts-bundle

Abandoned → [src-run/teavee-google-web-fonts-bundle](/?search=src-run%2Fteavee-google-web-fonts-bundle)Library[Templating &amp; Views](/categories/templating)

scr-be/teavee-google-web-fonts-bundle
=====================================

Tiny bundle to setup Google web fonts through bundle config, in a controller, and/or in a template --- and a helper function to render the link in your template.

018PHP

Since Mar 7Pushed 10y ago1 watchersCompare

[ Source](https://github.com/src-run/teavee-google-web-fonts-bundle)[ Packagist](https://packagist.org/packages/scr-be/teavee-google-web-fonts-bundle)[ RSS](/packages/scr-be-teavee-google-web-fonts-bundle/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

\[scr-be\] teavee-google-web-fonts-bundle
=========================================

[](#scr-be-teavee-google-web-fonts-bundle)

Continuous IntegrationCode Quality ReviewUnitTest Coverage[![Travis](https://camo.githubusercontent.com/b37aab8b6a926c50455d2857ffc6828e8d07d7e8902dbabb5e7c413e41590105/68747470733a2f2f7363722e62652f7465617665652d676f6f676c652d7765622d666f6e74732d62756e646c652f7472617669735f736869656c64)](https://scr.be/teavee-google-web-fonts-bundle/travis)[![Codacy](https://camo.githubusercontent.com/c16e2406e7e46951f9b742fbc956d83e53c623e2a7584a144136592328476a8d/68747470733a2f2f7363722e62652f7465617665652d676f6f676c652d7765622d666f6e74732d62756e646c652f636f646163795f736869656c64)](https://scr.be/teavee-google-web-fonts-bundle/codacy)[![Coveralls](https://camo.githubusercontent.com/a91ae76b92d0c9e3d151205cfc3233d04a02d022e2d7671aae1ac232eb35234f/68747470733a2f2f7363722e62652f7465617665652d676f6f676c652d7765622d666f6e74732d62756e646c652f636f766572616c6c735f736869656c64)](https://scr.be/teavee-google-web-fonts-bundle/coveralls)Overview
--------

[](#overview)

[Welcome](https://scr.be/go/readme_welcome)! The `scr-be/teavee-google-web-fonts-bundle` package provides a small bundle for configuring Google Web Font inclusions using Symfony's YAML configuration or direct service class calls, as well as a Twig extension for outputting the required URL.

### Grouping

[](#grouping)

This package is part of the [teavee](https://scr.be/teavee-google-web-fonts-bundle/group)group ([explanation](https://scr.be/teavee-google-web-fonts-bundle/group_explanation)), comprised of other releases with a concentration in *media, HTML, content, generator*, and related functionality.

### JTT

[](#jtt)

This package represents a single project within a [large collection](https://scr.be/go/explore) of open-source code released under the *Scribe* namespace, comprised of framework-agnostic libraries, and a number of Symfony bundles. These projects are authored and maintained by [Rob Frawley 2nd](https://scr.be/rmf) and [collaborators](https://scr.be/teavee-google-web-fonts-bundle/github_collaborators), often with the support of [Scribe Inc](https://scr.be/go/scribe-home).

Quick Start
-----------

[](#quick-start)

### Installation

[](#installation)

Get the code by requiring it explicitly via the [Composer](https://getcomposer.com)CLI, or by editing your *composer.json* to reflect the dependency and updating your project requirements. For example, to explicitly require this project using the CLI, use the following command.

```
$ composer require scr-be/teavee-google-web-fonts-bundle
```

To enable the bundle, register it with your Symfony application kernel by instantiating *ScribeTeaveeGoogleWebFontsBundle* within the bundle array.

```
// app/AppKernel.php
class AppKernel extends Kernel {
    public function registerBundles() {
        $bundles = [
            // ...
            new Scribe\Teavee\GoogleWebFontsBundle\ScribeTeaveeGoogleWebFontsBundle(),
        ];
        // ...
    }
}
```

### Configuration

[](#configuration)

Available configuration values can be referenced by using the Symfony console command `app/console` (assuming the Symfony full-stack framework and bundle registration). Additionally, this bundle provides a bare console executable that can be invoked by calling the following.

```
bin/teavee-google-web-fonts config:dump-reference scribe_teavee_google_web_fonts
```

Reference
---------

[](#reference)

### API Docs

[](#api-docs)

This package's API-documentation is available at [scr.be/teavee-google-web-fonts-bundle/api](https://scr.be/teavee-google-web-fonts-bundle/api), (as well as linked below via the *Reference* badge found under the *Additional Links*header). All API-reference is build against the *master* Git branch and updated automatically on each Git push---api-reference for *specific releases* will be provided once this package has matured.

> The entire API-reference website is auto-generated using a quick, reliable, and well-developed CLI tool called [Sami](https://scr.be/go/sami). It is rigerously and regularly tested through its use in large, complex projects, such as the [Symfony Full-Stack Framework](https://scr.be/go/symfony)&lt;see: [scr.be/go/api-ref-symfony](https://scr.be/go/symfony-api)&gt;, as well as its use in smaller projects such [Twig](https://scr.be/go/sami-twig)&lt;see: [scr.be/go/api-ref-twig](https://scr.be/go/twig-api)&gt;. Reference Sami's [GitHub page](https://scr.be/go/sami) to learn how to use it with your own projects!

### Examples/Tutorials

[](#examplestutorials)

Currently, there is no *"human-written"* documentation---outside of this README. Pending package stability and available resources, a [RTD (Read the Docs)](https://scr.be/go/rtd) page will be published with additional information and tutorials, including real use-cases within the Symfony Framework.

Contributing
------------

[](#contributing)

### Discussion

[](#discussion)

For general inquiries or to discuss a broad topic or idea, you can find *robfrawley* on Freenode. There is also a *\#scribe* channel, which can be joined using the following link irc.choopa.net:6669/scribe.

### Issues

[](#issues)

To report issues or request a new feature use [GitHub](https://scr.be/teavee-google-web-fonts-bundle/github_issues)or [GitLab](https://scr.be/teavee-google-web-fonts-bundle/gitlab_issues)to start a discussion. Include as much information as possible to aid in a quick resolution. Feel free to "ping" the topic if you don't get a response within a few days.

### Code

[](#code)

You created additional functionality during the use of this package? Send it back upstream! *Don't hesitate to submit a pull request!* Beyond the brief requirements outlined in the [contibuting guide](https://scr.be/teavee-google-web-fonts-bundle/contributing), your [imagination](https://scr.be/go/readme_imagination)represents the only limitation.

License
-------

[](#license)

This project is licensed under the [MIT License](https://scr.be/go/mit), an [FSF](https://scr.be/go/fsf)-/[OSI](https://scr.be/go/osi)-approved and [GPL](https://scr.be/go/gpl)-compatible, permissive free software license. Review the [LICENSE](https://scr.be/teavee-google-web-fonts-bundle/license)file distributed with this source code for additional information.

Additional Links
----------------

[](#additional-links)

PurposeStatus*Stable Release*[![Packagist](https://camo.githubusercontent.com/c0e2c90d517aec68b7da0204f3ccba2d22a27b6cf7655d62d0d37a024de33d9b/68747470733a2f2f7363722e62652f7465617665652d676f6f676c652d7765622d666f6e74732d62756e646c652f7061636b61676973745f736869656c64)](https://scr.be/teavee-google-web-fonts-bundle/packagist)*Dev Release*[![Packagist](https://camo.githubusercontent.com/51e2b5711de181e510509d3da85c25a708caf45ab8c5c41f2cd15a572a7601e5/68747470733a2f2f7363722e62652f7465617665652d676f6f676c652d7765622d666f6e74732d62756e646c652f7061636b61676973745f7072655f736869656c64)](https://scr.be/teavee-google-web-fonts-bundle/packagist)*License*[![License](https://camo.githubusercontent.com/4fae7b0ee0e8bd443b100ba1dff21e52bb1a182fa6356fd3ed44f1f552a1f5fd/68747470733a2f2f7363722e62652f7465617665652d676f6f676c652d7765622d666f6e74732d62756e646c652f6c6963656e73655f736869656c64)](https://scr.be/teavee-google-web-fonts-bundle/license)*Reference*[![License](https://camo.githubusercontent.com/65e007bea8dfa70cbfb6db5bdf5dad406a3724c6a4743735ff8b53737377a429/68747470733a2f2f7363722e62652f7465617665652d676f6f676c652d7765622d666f6e74732d62756e646c652f6170695f736869656c64)](https://scr.be/teavee-google-web-fonts-bundle/api)

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/58cf83f3ed29f210aa52fec443014572688d7c948aeac0cfdb8ccf216a3f437b?d=identicon)[robfrawley](/maintainers/robfrawley)

---

Top Contributors

[![robfrawley](https://avatars.githubusercontent.com/u/3967713?v=4)](https://github.com/robfrawley "robfrawley (16 commits)")

### Embed Badge

![Health badge](/badges/scr-be-teavee-google-web-fonts-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/scr-be-teavee-google-web-fonts-bundle/health.svg)](https://phpackages.com/packages/scr-be-teavee-google-web-fonts-bundle)
```

###  Alternatives

[limenius/react-bundle

Client and Server-side react rendering in a Symfony Bundle

3861.2M](/packages/limenius-react-bundle)[area17/laravel-auto-head-tags

Laravel Auto Head Tags helps you build the list of head elements for your app

4616.0k](/packages/area17-laravel-auto-head-tags)[jelix/wikirenderer

WikiRenderer is a library to generate HTML or anything else from wiki content.

1712.2k1](/packages/jelix-wikirenderer)[webkinder/sproutset

A Composer package for handling responsive images in Roots Bedrock + Sage + Blade projects.

281.8k](/packages/webkinder-sproutset)

PHPackages © 2026

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