PHPackages                             effectra/renova - 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. effectra/renova

ActiveLibrary[Templating &amp; Views](/categories/templating)

effectra/renova
===============

Effectra Renova is a PHP package that provides a template rendering and web asset management functionality. It includes a template engine for rendering template files and a web asset management system for generating script and link tags for web assets.

v1.0.2(2y ago)0301MITPHP

Since Jun 21Pushed 2y agoCompare

[ Source](https://github.com/effectra/renova)[ Packagist](https://packagist.org/packages/effectra/renova)[ RSS](/packages/effectra-renova/feed)WikiDiscussions main Synced today

READMEChangelog (3)Dependencies (1)Versions (4)Used By (1)

Effectra\\Renova
================

[](#effectrarenova)

Effectra\\Renova is a PHP package that provides a template rendering and web asset management functionality. It includes a template engine for rendering template files and a web asset management system for generating script and link tags for web assets.

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

[](#installation)

You can install the Effectra\\Renova package via Composer. Simply run the following command:

```
composer require effectra/renova

```

Usage
-----

[](#usage)

### Template Engine

[](#template-engine)

The template engine allows you to render template files using a template syntax. Here's an example of how to use the template engine:

```
use Effectra\Renova\TemplateEngine;

$template = new TemplateEngine();

// Render a template file
$content = (new Render(
    $path,
    $data,
    [
        ['url' => function ($path = '') {
                return Request::url() . (string) $path;
            }]
    ],
    [
        ['APP_NAME' => $_ENV['APP_NAME'] ]
    ],
    $this->reader
))->send();

$links = $this->encore->linkTags('app');
$scripts = $this->encore->scriptTags('app');

$content = $this->addLinksAndScripts($content, $links, $scripts);
```

In the example above, we create a new instance of the `TemplateEngine` class indirectly by instantiating the `Render` class. The `Render` class uses the `TemplateEngine` internally for rendering the template file. We pass the necessary arguments to the `Render` constructor, including the template file path, data, template functions, template global variables, and an instance of the `Reader` class.

### Web Asset Management

[](#web-asset-management)

The web asset management feature allows you to generate script and link tags for web assets managed by Encore. Here's an example of how to use the web asset management:

```
use Effectra\Renova\WebEncore;

$webEncore = new WebEncore();

// Generate script tags for a specific section
$scriptTags = $webEncore->scriptTags('app');

// Generate link tags for a specific section
$linkTags = $webEncore->linkTags('styles');
```

In the example above, we create a new instance of the `WebEncore` class. We then use the `scriptTags` and `linkTags` methods to generate the script and link tags for the specified sections.

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

[](#contributing)

Thank you for considering contributing to the Effectra\\Renova package! If you would like to contribute, please follow the guidelines in the [CONTRIBUTING.md](link-to-contributing-md) file.

License
-------

[](#license)

The Effectra\\Renova package is open-source software licensed under the [MIT license](link-to-license-file).

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity46

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.

###  Release Activity

Cadence

Every ~10 days

Total

3

Last Release

1087d ago

### Community

Maintainers

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

---

Top Contributors

[![BMTmohammedtaha](https://avatars.githubusercontent.com/u/95439605?v=4)](https://github.com/BMTmohammedtaha "BMTmohammedtaha (8 commits)")

---

Tags

phptemplate-engineviewwebencore

### Embed Badge

![Health badge](/badges/effectra-renova/health.svg)

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

###  Alternatives

[limenius/react-bundle

Client and Server-side react rendering in a Symfony Bundle

3851.2M](/packages/limenius-react-bundle)[area17/laravel-auto-head-tags

Laravel Auto Head Tags helps you build the list of head elements for your app

4616.1k](/packages/area17-laravel-auto-head-tags)[jelix/wikirenderer

WikiRenderer is a library to generate HTML or anything else from wiki content.

1712.3k1](/packages/jelix-wikirenderer)[webkinder/sproutset

A Composer package for handling responsive images in Roots Bedrock + Sage + Blade projects.

282.2k](/packages/webkinder-sproutset)

PHPackages © 2026

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