PHPackages                             novactive/ezstatictemplatesbundle - 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. novactive/ezstatictemplatesbundle

AbandonedEzplatform-bundle[Templating &amp; Views](/categories/templating)

novactive/ezstatictemplatesbundle
=================================

This bundle is used to expose twig templates to a siteaccess

v3.1.4(2y ago)152.6k↓50%21MITPHPPHP ^7.3 || ^8.0CI failing

Since Jun 5Pushed 2mo ago11 watchersCompare

[ Source](https://github.com/Novactive/NovaeZStaticTemplatesBundle)[ Packagist](https://packagist.org/packages/novactive/ezstatictemplatesbundle)[ RSS](/packages/novactive-ezstatictemplatesbundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (9)DependenciesVersions (16)Used By (1)

Novactive eZ Static Templates bundle
====================================

[](#novactive-ez-static-templates-bundle)

---

This repository is what we call a "subtree split": a read-only copy of one directory of the main repository. It is used by Composer to allow developers to depend on specific bundles.

If you want to report or contribute, you should instead open your issue on the main repository:

Documentation is available in this repository via `.md` files but also packaged here:

---

[![Downloads](https://camo.githubusercontent.com/c5265684fb76b49b9fe2c6cebef7a6cbf37b86f8ec39f71eed12a1b6214d6931/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e6f766163746976652f657a73746174696374656d706c6174657362756e646c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/novactive/ezstatictemplatesbundle)[![Latest version](https://camo.githubusercontent.com/3ffa19f6352374e35fa44f656ad0ea799800b0fafc18b6259bfc789a065680e2/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f4e6f766163746976652f4e6f7661655a53746174696354656d706c6174657342756e646c652e7376673f7374796c653d666c61742d737175617265)](https://github.com/Novactive/NovaeZStaticTemplatesBundle/releases)[![License](https://camo.githubusercontent.com/f8f5a9137640998b625a09a8bce504af603d57b5f624382132bf0162ac3eeffc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6e6f766163746976652f657a73656f62756e646c652e7376673f7374796c653d666c61742d737175617265)](LICENSE)

Novactive eZ Static Templates bundle is an eZ Platform bundle providing an ultra easy way to access twig templates from an url.

It uses the [siteaccess](https://doc.ezplatform.com/en/latest/guide/siteaccess/) and the [design engine](https://doc.ezplatform.com/en/latest/guide/design_engine/) provided by eZ Platform.

Features
--------

[](#features)

When you access a siteaccess in the siteaccess group `static_group`, it will take the url and show the twig template having the corresponding path.

You can configure as many siteaccess as you want, and using the design engine you can configure a different theme for each siteaccess.

As we are using the siteaccess feature, u can also use the [permissions](https://doc.ezplatform.com/en/latest/guide/permissions/) to control the access.

### Example

[](#example)

Considering a theme `static_test`, a siteaccess `static-test` is automatically generated. The siteaccess is then matched by URI, the url `http://localhost/static-test/news/details` will show the template in `themes\static_test\news\details.html.twig`

That's it!

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

[](#installation)

### Get the bundle

[](#get-the-bundle)

Add the lib to your composer.json, run `composer require novactive/ezstatictemplatesbundle` to refresh dependencies.

Then inject the bundle in the `bundles.php` of your application.

```
    Novactive\Bundle\EzStaticTemplatesBundle\EzStaticTemplatesBundle::class => [ 'all'=> true ],
```

### Configuration

[](#configuration)

None!

The siteaccess configuration is autogenerated based on existing themes whose name start with "static\_"

###  Health Score

49

—

FairBetter than 95% of packages

Maintenance57

Moderate activity, may be stable

Popularity30

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity75

Established project with proven stability

 Bus Factor1

Top contributor holds 62.5% 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 ~265 days

Recently: every ~45 days

Total

9

Last Release

781d ago

Major Versions

1.0.1 → 2.0.02020-08-22

2.0.0 → v3.0.02023-05-12

PHP version history (3 changes)1.0.0PHP ^7.1

2.0.0PHP ^7.3

v3.0.0PHP ^7.3 || ^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/313532?v=4)[Sébastien Morel](/maintainers/Plopix)[@Plopix](https://github.com/Plopix)

![](https://www.gravatar.com/avatar/7bf781acfc713c38985bfb2e7bee5fd2decefdeed1df550643af57aa8e315db7?d=identicon)[Almaviacx](/maintainers/Almaviacx)

![](https://www.gravatar.com/avatar/5da828a6299f556552632c81712f10e70c905b2e1560b1a7044eb7e590287179?d=identicon)[florianalexandre](/maintainers/florianalexandre)

---

Top Contributors

[![Plopix](https://avatars.githubusercontent.com/u/313532?v=4)](https://github.com/Plopix "Plopix (15 commits)")[![erdnaxelaweb](https://avatars.githubusercontent.com/u/2130120?v=4)](https://github.com/erdnaxelaweb "erdnaxelaweb (9 commits)")

---

Tags

ezplatformsiteaccessthemetwignovactivestatic template

### Embed Badge

![Health badge](/badges/novactive-ezstatictemplatesbundle/health.svg)

```
[![Health](https://phpackages.com/badges/novactive-ezstatictemplatesbundle/health.svg)](https://phpackages.com/packages/novactive-ezstatictemplatesbundle)
```

###  Alternatives

[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[whitecube/nova-flexible-content

Flexible Content &amp; Repeater Fields for Laravel Nova.

8053.0M25](/packages/whitecube-nova-flexible-content)[mopa/bootstrap-bundle

Easy integration of twitters bootstrap into symfony2

7042.9M33](/packages/mopa-bootstrap-bundle)[limenius/react-bundle

Client and Server-side react rendering in a Symfony Bundle

3871.2M](/packages/limenius-react-bundle)[nicmart/string-template

StringTemplate is a very simple string template engine for php. I've written it to have a thing like sprintf, but with named and nested substutions.

2101.7M30](/packages/nicmart-string-template)[symfony/ux-icons

Renders local and remote SVG icons in your Twig templates.

555.8M69](/packages/symfony-ux-icons)

PHPackages © 2026

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