PHPackages                             scr-be/teavee-block-manager-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. scr-be/teavee-block-manager-bundle

Abandoned → [src-run/teavee-block-manager-bundle](/?search=src-run%2Fteavee-block-manager-bundle)Project[Utility &amp; Helpers](/categories/utility)

scr-be/teavee-block-manager-bundle
==================================

An extensible content and asset coordinator (CMS-ish) that offers many features and configuration options while retaining a simple API.

00PHP

Since Mar 7Pushed 10y ago1 watchersCompare

[ Source](https://github.com/src-run/teavee-block-manager-bundle)[ Packagist](https://packagist.org/packages/scr-be/teavee-block-manager-bundle)[ RSS](/packages/scr-be-teavee-block-manager-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

\[scr-be\] teavee-block-manager-bundle
======================================

[](#scr-be-teavee-block-manager-bundle)

Continuous IntegrationCode Quality ReviewUnitTest Coverage[![Travis](https://camo.githubusercontent.com/2b8715367c11705df88b0620e294b1d289d27c8c4ce725728deefa80a5ad29fc/68747470733a2f2f7363722e62652f7465617665652d626c6f636b2d6d616e616765722d62756e646c652f7472617669735f736869656c64)](https://scr.be/teavee-block-manager-bundle/travis)[![Codacy](https://camo.githubusercontent.com/65fc36c1b685fba1fbcadcbd1affcfdacec329204c0a6401744e264e74dcdd1e/68747470733a2f2f7363722e62652f7465617665652d626c6f636b2d6d616e616765722d62756e646c652f636f646163795f736869656c64)](https://scr.be/teavee-block-manager-bundle/codacy)[![Coveralls](https://camo.githubusercontent.com/42e9e0c45a3defa57623681ed266652871de168164c8732a8da9c275e8bbde43/68747470733a2f2f7363722e62652f7465617665652d626c6f636b2d6d616e616765722d62756e646c652f636f766572616c6c735f736869656c64)](https://scr.be/teavee-block-manager-bundle/coveralls)Overview
--------

[](#overview)

[Welcome](https://scr.be/go/readme_welcome)! The `scr-be/teavee-block-manager-bundle` package provides an extensible content and asset coordinator (CMS-ish) that offers many features and configuration options while retaining a simple API.

### Grouping

[](#grouping)

This package is part of the [teavee](https://scr.be/teavee-block-manager-bundle/group)group ([explanation](https://scr.be/teavee-block-manager-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-block-manager-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-block-manager-bundle
```

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

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

### 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-block-manager config:dump-reference scribe_teavee_block_manager
```

Reference
---------

[](#reference)

### API Docs

[](#api-docs)

This package's API-documentation is available at [scr.be/teavee-block-manager-bundle/api](https://scr.be/teavee-block-manager-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-block-manager-bundle/github_issues)or [GitLab](https://scr.be/teavee-block-manager-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-block-manager-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-block-manager-bundle/license)file distributed with this source code for additional information.

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

[](#additional-links)

PurposeStatus*Stable Release*[![Packagist](https://camo.githubusercontent.com/8d399a9774a63fc10303d3174f3733e2461c9010f13e9752f2ce4313f7103ed2/68747470733a2f2f7363722e62652f7465617665652d626c6f636b2d6d616e616765722d62756e646c652f7061636b61676973745f736869656c64)](https://scr.be/teavee-block-manager-bundle/packagist)*Dev Release*[![Packagist](https://camo.githubusercontent.com/82148be8e4e106f4cf55bb3ffe64184b5392156159103f790e0b84941212d411/68747470733a2f2f7363722e62652f7465617665652d626c6f636b2d6d616e616765722d62756e646c652f7061636b61676973745f7072655f736869656c64)](https://scr.be/teavee-block-manager-bundle/packagist)*License*[![License](https://camo.githubusercontent.com/86fd08fcee2b2804876c83c7a961a2fcb42dad74b017a564415cae8bdd6fb435/68747470733a2f2f7363722e62652f7465617665652d626c6f636b2d6d616e616765722d62756e646c652f6c6963656e73655f736869656c64)](https://scr.be/teavee-block-manager-bundle/license)*Reference*[![License](https://camo.githubusercontent.com/e20504496018f6b5761f37024b638280f62ea4487de6cc2580290bdd4ca7453b/68747470733a2f2f7363722e62652f7465617665652d626c6f636b2d6d616e616765722d62756e646c652f6170695f736869656c64)](https://scr.be/teavee-block-manager-bundle/api)

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

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 (4 commits)")

### Embed Badge

![Health badge](/badges/scr-be-teavee-block-manager-bundle/health.svg)

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

###  Alternatives

[b7s/fluentvox

Fluent PHP wrapper for Chatterbox TTS - State-of-the-art text-to-speech with voice cloning

881.1k](/packages/b7s-fluentvox)

PHPackages © 2026

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