PHPackages                             roadiz/font-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. [Admin Panels](/categories/admin)
4. /
5. roadiz/font-bundle

ActiveSymfony-bundle[Admin Panels](/categories/admin)

roadiz/font-bundle
==================

Manage and expose web fonts with Roadiz CMS

v2.6.30(1mo ago)01MITPHPPHP &gt;=8.3

Since Mar 6Pushed 1mo ago2 watchersCompare

[ Source](https://github.com/roadiz/font-bundle)[ Packagist](https://packagist.org/packages/roadiz/font-bundle)[ RSS](/packages/roadiz-font-bundle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (70)Versions (253)Used By (0)

Roadiz Font bundle
==================

[](#roadiz-font-bundle)

**Manage and expose web fonts with Roadiz CMS**

[![Run test status](https://github.com/roadiz/font-bundle/actions/workflows/run-test.yml/badge.svg?branch=develop)](https://github.com/roadiz/font-bundle/actions/workflows/run-test.yml/badge.svg?branch=develop)

Installation
============

[](#installation)

Make sure Composer is installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

Applications that use Symfony Flex
----------------------------------

[](#applications-that-use-symfony-flex)

Open a command console, enter your project directory and execute:

```
$ composer require roadiz/font-bundle
```

Applications that don't use Symfony Flex
----------------------------------------

[](#applications-that-dont-use-symfony-flex)

### Step 1: Download the Bundle

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require roadiz/font-bundle
```

### Step 2: Enable the Bundle

[](#step-2-enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in the `config/bundles.php` file of your project:

```
// config/bundles.php

return [
    // ...
    \RZ\Roadiz\FontBundle\RoadizFontBundle::class => ['all' => true],
];
```

Configuration
-------------

[](#configuration)

- Create folders: `var/files/fonts` for fonts storage
- Add Flysystem storage definition

```
# config/packages/flysystem.yaml
flysystem:
    storages:
        font.storage:
            adapter: 'local'
            options:
                directory: '%kernel.project_dir%/var/files/fonts'
```

- Copy and merge `@RoadizFontBundle/config/packages/*` files into your project `config/packages` folder

```
# config/routes.yaml
roadiz_font:
    resource: "@RoadizFontBundle/config/routing.yaml"
```

- Add bundle to doctrine entity mapping

```
doctrine:
    orm:
        mappings:
            RoadizFontBundle:
                is_bundle: true
                type: attribute
                dir: 'src/Entity'
                prefix: 'RZ\Roadiz\FontBundle\Entity'
                alias: RoadizFontBundle
```

- Create a new Roadiz role: `ROLE_ACCESS_FONTS`
- Add new `roadiz_rozier` admin sub-entry

```
---
roadiz_rozier:
    entries:
        construction:
            subentries:
                manage_fonts:
                    name: 'manage.fonts'
                    route: fontsHomePage
                    icon: 'uk-icon-rz-fontes'
                    roles: ['ROLE_ACCESS_FONTS']
```

- Perform *Doctrine Migrations* to create `fonts` table

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

[](#contributing)

Report [issues](https://github.com/roadiz/core-bundle-dev-app/issues) and send [Pull Requests](https://github.com/roadiz/core-bundle-dev-app/pulls) in the [main Roadiz repository](https://github.com/roadiz/core-bundle-dev-app)

###  Health Score

48

—

FairBetter than 94% of packages

Maintenance89

Actively maintained with recent releases

Popularity1

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity80

Battle-tested with a long release history

 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.

###  Release Activity

Cadence

Every ~4 days

Total

251

Last Release

53d ago

PHP version history (4 changes)v2.1.0PHP &gt;=8.0

v2.2.1PHP &gt;=8.1

v2.4.0PHP &gt;=8.2

v2.6.5PHP &gt;=8.3

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/380026?v=4)[Ambroise Maupate](/maintainers/ambroisemaupate)[@ambroisemaupate](https://github.com/ambroisemaupate)

---

Top Contributors

[![ambroisemaupate](https://avatars.githubusercontent.com/u/380026?v=4)](https://github.com/ambroisemaupate "ambroisemaupate (2 commits)")

---

Tags

cmsbackofficeroadizrezo zero

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/roadiz-font-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/roadiz-font-bundle/health.svg)](https://phpackages.com/packages/roadiz-font-bundle)
```

###  Alternatives

[sylius/sylius

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

8.4k5.6M651](/packages/sylius-sylius)[easycorp/easyadmin-demo

EasyAdmin Demo Application

145.7k](/packages/easycorp-easyadmin-demo)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[kimai/kimai

Kimai - Time Tracking

4.6k7.4k1](/packages/kimai-kimai)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sulu/sulu

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

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

PHPackages © 2026

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