PHPackages                             scr-be/mantle-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/mantle-bundle

AbandonedProject[Utility &amp; Helpers](/categories/utility)

scr-be/mantle-bundle
====================

An MIT licensed bundle used primarily by Scribe Inc for their own website and client sites. It includes the collection of packages required for our development needs.

2.2.x-dev(10y ago)031MITPHPPHP &gt;=5.6.4,~5.6|~7.0

Since Oct 21Pushed 10y ago1 watchersCompare

[ Source](https://github.com/src-run/mantle-bundle)[ Packagist](https://packagist.org/packages/scr-be/mantle-bundle)[ Docs](https://scr.be/mantle-bundle)[ RSS](/packages/scr-be-mantle-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (40)Versions (3)Used By (0)

\[scr-be\] mantle-bundle
========================

[](#scr-be-mantle-bundle)

Continuous IntegrationCode Quality ReviewUnitTest Coverage[![Travis](https://camo.githubusercontent.com/a72e2607145df636e79049c24ab2c96415261bf8626dd1670e712568ffb77018/68747470733a2f2f7363722e62652f6d616e746c652d62756e646c652f7472617669735f736869656c64)](https://scr.be/mantle-bundle/travis)[![Codacy](https://camo.githubusercontent.com/3436744c5856a629c7d6e58d0853e11c31172143de236ae4db518efa409fdae6/68747470733a2f2f7363722e62652f6d616e746c652d62756e646c652f636f646163795f736869656c64)](https://scr.be/mantle-bundle/codacy)[![Coveralls](https://camo.githubusercontent.com/5c7a2242e338e9de86cb95729877d61fc862f86dabd277993c391a8582ee3c39/68747470733a2f2f7363722e62652f6d616e746c652d62756e646c652f636f766572616c6c735f736869656c64)](https://scr.be/mantle-bundle/coveralls)Overview
--------

[](#overview)

[Welcome](https://scr.be/go/readme_welcome)! The `scr-be/mantle-bundle` package provides bundle used primarily by Scribe Inc for their own website and client sites. It includes the collection of packages required for our development needs.

### Grouping

[](#grouping)

This package is part of the [mantle](https://scr.be/mantle-bundle/group)group ([explanation](https://scr.be/mantle-bundle/group_explanation)), comprised of other releases with a concentration in *framework base*, 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/mantle-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/mantle-bundle
```

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

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

### 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/mantle config:dump-reference scribe_mantle
```

Reference
---------

[](#reference)

### API Docs

[](#api-docs)

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

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

[](#additional-links)

PurposeStatus*Stable Release*[![Packagist](https://camo.githubusercontent.com/f2333f264cc12732305acbd1f0b0e0ac69140215a652d6461ebab5d96c11e57a/68747470733a2f2f7363722e62652f6d616e746c652d62756e646c652f7061636b61676973745f736869656c64)](https://scr.be/mantle-bundle/packagist)*Dev Release*[![Packagist](https://camo.githubusercontent.com/5bd1388fff3d657174f89102065181f754448fe67d4ca12d5e3fb9058e4f47ab/68747470733a2f2f7363722e62652f6d616e746c652d62756e646c652f7061636b61676973745f7072655f736869656c64)](https://scr.be/mantle-bundle/packagist)*License*[![License](https://camo.githubusercontent.com/f523146fda96ce7f57bbc02e1089f6b423b581df1612af87fca776314e48767e/68747470733a2f2f7363722e62652f6d616e746c652d62756e646c652f6c6963656e73655f736869656c64)](https://scr.be/mantle-bundle/license)*Reference*[![License](https://camo.githubusercontent.com/2c90e7f1da36e5719f0fc9dfd4096e92726794040bd6c71cca07edb090859e0a/68747470733a2f2f7363722e62652f6d616e746c652d62756e646c652f6170695f736869656c64)](https://scr.be/mantle-bundle/api)

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 83.3% 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 ~74 days

Total

2

Last Release

3780d ago

PHP version history (2 changes)2.1.x-devPHP &gt;=5.6.4,~5.6

2.2.x-devPHP &gt;=5.6.4,~5.6|~7.0

### 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 (15 commits)")[![dcorrigan](https://avatars.githubusercontent.com/u/2445528?v=4)](https://github.com/dcorrigan "dcorrigan (2 commits)")[![scrutinizer-auto-fixer](https://avatars.githubusercontent.com/u/6253494?v=4)](https://github.com/scrutinizer-auto-fixer "scrutinizer-auto-fixer (1 commits)")

---

Tags

symfonybundlefoundationmantleScribescribenetscribe-softwarescribe-mantle-bundlemantle-bundlesymfony-frameworkscribe-servicesscr.be

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M650](/packages/sylius-sylius)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[codefog/contao-haste

haste extension for Contao Open Source CMS

42650.8k139](/packages/codefog-contao-haste)[spomky-labs/pwa-bundle

Progressive Web App Manifest Generator Bundle for Symfony.

6144.4k1](/packages/spomky-labs-pwa-bundle)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1714.8k8](/packages/2lenet-crudit-bundle)

PHPackages © 2026

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