PHPackages                             o3-shop/wave-theme - 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. o3-shop/wave-theme

ActiveOxideshop-theme[Templating &amp; Views](/categories/templating)

o3-shop/wave-theme
==================

This is Wave Theme for O3-Shop.

v1.2.5(2d ago)04.6k↓13.3%11GPL-3.0-onlySmarty

Since Mar 5Pushed 1mo agoCompare

[ Source](https://github.com/o3-shop/wave-theme)[ Packagist](https://packagist.org/packages/o3-shop/wave-theme)[ Docs](https://www.o3-shop.com/)[ RSS](/packages/o3-shop-wave-theme/feed)WikiDiscussions main Synced 2d ago

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

Wave Theme
==========

[](#wave-theme)

General Information
-------------------

[](#general-information)

*Wave* is a responsive theme for all O3-Shop editions. Theme is built on the top of [Flow theme](https://gitlab.o3-shop.com/o3/flow-theme).

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

[](#installation)

If you want to extend the theme you need to clone the repository (see section development) as some soures are ignored on composer installation.

### Step 1: Get the source code

[](#step-1-get-the-source-code)

This step is only required if the theme is not delivered with the O3-Shop distribution.

```
composer require o3-shop/wave-theme

```

### Step 2: Prepare the database

[](#step-2-prepare-the-database)

In order to install the theme options, import the `setup.sql` (to be found in `DOCUMENT_ROOT/source/Application/views/wave`) into your database.

#### Option 1: Console

[](#option-1-console)

`mysql -u MYSQL_USER -p SHOP_DATABASE < wave/setup.sql`

#### Option 2: Shop Admin: Service -&gt; Tools

[](#option-2-shop-admin-service---tools)

If you have a local copy of wave files, go to Service -&gt; Tools in Shop Admin, upload wave/setup.sql and click "start update" button

### Step 3: Activate theme

[](#step-3-activate-theme)

Log into the admin panel, go to *Extensions → Themes → Wave* and press the *Activate* button. Clean the cache and off you go!

Development
-----------

[](#development)

All *Wave* theme related CSS/Javascript files can be found in theme's `build` directory. To regenerate the theme's assets, the `grunt` tasks should be used. Please install `grunt` and run `grunt's` default task to regenerate all minimized `css` and `js` files:

To get the development files you need to clone the repository

```
cd DOCUMENT_ROOT/Application/views/
git clone -b BRANCH_NAME https://gitlab.o3-shop.com/o3/wave-theme.git wave

```

1. To use `grunt`, `npm` is required. Check `nodejs` website for installation instructions (). Example of Installation on ubuntu system:

    ```
    curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
    sudo apt-get install -y nodejs

    ```
2. Install `grunt` globally. Example:

    ```
    sudo npm install -g grunt-cli

    ```
3. Go to "wave" theme's directory and install all related `grunt` plugins:

    ```
    cd DOCUMENT_ROOT/Application/views/wave/
    npm install

    ```
4. Now its possible to regenerate "wave" theme assets by running `grunt` default task while being in "wave" directory:

    ```
    grunt

    ```

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

[](#contributing)

If you are interested in contributing of some changes, Please read [CONTRIBUTING.md](CONTRIBUTING.md) file for more information.

Compatibility with modules
--------------------------

[](#compatibility-with-modules)

1. PayPal module

- The PayPal module contains in a tpl file a check for the theme id `[{if $oViewConf->getActiveTheme()=='flow'}]` which should be adjusted to wave

Issues
------

[](#issues)

Please forward all issues to  for the project **Wave Theme**.

###  Health Score

49

—

FairBetter than 94% of packages

Maintenance95

Actively maintained with recent releases

Popularity23

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~13 days

Total

9

Last Release

2d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/53b105106ade5f151851db1839b344f7be04f17d881c49ca0f4da0867d5b2d82?d=identicon)[o3-shop](/maintainers/o3-shop)

---

Top Contributors

[![o3-shop-user](https://avatars.githubusercontent.com/u/115017537?v=4)](https://github.com/o3-shop-user "o3-shop-user (10 commits)")[![ralftrapp](https://avatars.githubusercontent.com/u/74130839?v=4)](https://github.com/ralftrapp "ralftrapp (6 commits)")[![swinde](https://avatars.githubusercontent.com/u/3349884?v=4)](https://github.com/swinde "swinde (4 commits)")[![nlo-tronet](https://avatars.githubusercontent.com/u/206915827?v=4)](https://github.com/nlo-tronet "nlo-tronet (1 commits)")

---

Tags

themethemeseshopO3-Shop

### Embed Badge

![Health badge](/badges/o3-shop-wave-theme/health.svg)

```
[![Health](https://phpackages.com/badges/o3-shop-wave-theme/health.svg)](https://phpackages.com/packages/o3-shop-wave-theme)
```

###  Alternatives

[timber/timber

Create WordPress themes with beautiful OOP code and the Twig Template Engine

5.7k3.7M132](/packages/timber-timber)[igaster/laravel-theme

Laravel Themes: Asset &amp; Views folder per theme. Theme inheritance. Blade integration and more...

5241.2M14](/packages/igaster-laravel-theme)[oxid-esales/twig-admin-theme

This is a Twig version of the Admin Theme for OXID eShop.

16561.5k5](/packages/oxid-esales-twig-admin-theme)[oxid-esales/twig-component

The component supports Twig template engine.

18563.0k18](/packages/oxid-esales-twig-component)[symbiote/silverstripe-usertemplates

Provides user-definable templates within the CMS that can be applied to content trees. Allows specification of Layout and main templates, as well as associating css + js files

1414.8k2](/packages/symbiote-silverstripe-usertemplates)

PHPackages © 2026

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