PHPackages                             emiliomg/frontpage-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. emiliomg/frontpage-bundle

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

emiliomg/frontpage-bundle
=========================

Simple frontpage if your project needs no frontpage but a 404-page is just plain ugly.

1.0.1(10y ago)021MITPHPPHP &gt;=5.3

Since Dec 22Pushed 10y agoCompare

[ Source](https://github.com/emiliomg/FrontpageBundle)[ Packagist](https://packagist.org/packages/emiliomg/frontpage-bundle)[ RSS](/packages/emiliomg-frontpage-bundle/feed)WikiDiscussions master Synced today

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

EmilioMg Frontpage Bundle
=========================

[](#emiliomg-frontpage-bundle)

This Symfony-Bundle provides an easy to use generic Frontpage.

Installation
------------

[](#installation)

1. Add the bundle in your `composer.json`:

```
"require": {
    "emiliomg/frontpage-bundle": "~1.0"
}

```

2. Register the bundle in `app/AppKernel.php`:

```
// app/AppKernel.php
public function registerBundles()
{
    return array(
        // ...
        new EmilioMg\FrontpageBundle\EmilioMgFrontpageBundle(),
    );
}

```

3. Import the routing definition in `app/config/routing.yml`:

```
# app/config/routing.yml
emiliomg_frontpage:
    resource: "@EmilioMgFrontpageBundle/Resources/config/routing.yml"
    prefix:   /

```

4. Install the assets

```
	$ bin/console assets:install

```

5. (Optional) Enable the bundles configuration in `app/config/config.yml`:

```
# app/config/config.yml
emilio_mg_frontpage: ~

```

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

[](#configuration)

The default text is rather generic. If you want to use your own text (which is recommended), override the bundle's config in `app/config/config.yml`:

```
emilio_mg_frontpage:
    text: "The text I want to display. Text in #hashtags# will be emphasised."
    title: "The Title of the page. If not set, the title will equal the text."

```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity59

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.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

3843d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0d4829a049c70a2a74c0153471ed180452c4d388994dd177cfa614144823e8b3?d=identicon)[emiliomg](/maintainers/emiliomg)

---

Tags

Simplefrontpage

### Embed Badge

![Health badge](/badges/emiliomg-frontpage-bundle/health.svg)

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

###  Alternatives

[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1175.2k](/packages/rcsofttech-audit-trail-bundle)[symfony/ai-bundle

Integration bundle for Symfony AI components

32642.2k21](/packages/symfony-ai-bundle)[sylius/taxonomy-bundle

Flexible categorization system for Symfony.

26411.5k8](/packages/sylius-taxonomy-bundle)[sylius/inventory-bundle

Flexible inventory management for Symfony applications.

19189.5k5](/packages/sylius-inventory-bundle)[yceruto/formflow-bundle

Create and manage multistep forms

2414.8k](/packages/yceruto-formflow-bundle)

PHPackages © 2026

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