PHPackages                             aggrosoft/oxid-template-compiler - 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. aggrosoft/oxid-template-compiler

ActiveOxideshop-module

aggrosoft/oxid-template-compiler
================================

Compile SCSS and JS Files through Oxid Admin Backend

1.1.4(5y ago)21151MITPHP

Since Mar 27Pushed 5y ago1 watchersCompare

[ Source](https://github.com/aggrosoft/oxid-template-compiler)[ Packagist](https://packagist.org/packages/aggrosoft/oxid-template-compiler)[ RSS](/packages/aggrosoft-oxid-template-compiler/feed)WikiDiscussions master Synced 1mo ago

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

oxid-template-compiler
======================

[](#oxid-template-compiler)

Compile SCSS and Javascript files from Oxid Backend

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

[](#installation)

### Using composer

[](#using-composer)

Run the following command in your shop base folder (this is where composer.json is located)

```
composer require aggrosoft/oxid-template-compiler

```

Prepare Template
----------------

[](#prepare-template)

You will need the development version of your the template to be able to build the assets. Wave and Flow themes do not include their build folder by default. The module will show a button to do these steps for you, but this will only work if you have git and nodejs. Also the server needs to allow the php exec function. If this does not work follow the manual steps below.

### Automatic prepare

[](#automatic-prepare)

Click the "Initialize Development Version" Button in the template screen in oxid backend. This will try to pull a copy of the assets from github and will run npm install in the template folder.

### Manual prepare

[](#manual-prepare)

Execute the following steps, adjust according to your template. Below is for wave 1.2.0

```
git clone -b v1.2.0 https://github.com/OXID-eSales/wave-theme.git _theme
cp -r _theme/build/ Application/views/wave/
cp _theme/package.json Application/views/wave/
rm -rf _theme
cd Application/views/wave
npm install
```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity61

Established project with proven stability

 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 ~48 days

Recently: every ~64 days

Total

7

Last Release

1944d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/cde8abf1c21b79416bd42d0646a5bde3928da6ce9a8eb7a0e27c33934d5084ba?d=identicon)[aggrosoft](/maintainers/aggrosoft)

---

Top Contributors

[![kingschnulli](https://avatars.githubusercontent.com/u/673805?v=4)](https://github.com/kingschnulli "kingschnulli (13 commits)")

### Embed Badge

![Health badge](/badges/aggrosoft-oxid-template-compiler/health.svg)

```
[![Health](https://phpackages.com/badges/aggrosoft-oxid-template-compiler/health.svg)](https://phpackages.com/packages/aggrosoft-oxid-template-compiler)
```

###  Alternatives

[shopware/platform

The Shopware e-commerce core

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

October Rain Library

1601.7M63](/packages/october-rain)[contao/core-bundle

Contao Open Source CMS

1231.6M2.3k](/packages/contao-core-bundle)[shopware/storefront

Storefront for Shopware

684.2M148](/packages/shopware-storefront)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

44643.1k1](/packages/pressbooks-pressbooks)[winter/storm

Winter CMS Storm Library

46239.3k6](/packages/winter-storm)

PHPackages © 2026

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