PHPackages                             generoi/sage-woocommerce - 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. generoi/sage-woocommerce

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

generoi/sage-woocommerce
========================

v1.1.4(2w ago)176295.6k↓43.3%29[3 issues](https://github.com/generoi/sage-woocommerce/issues)1MITPHP

Since Apr 24Pushed 2w ago9 watchersCompare

[ Source](https://github.com/generoi/sage-woocommerce)[ Packagist](https://packagist.org/packages/generoi/sage-woocommerce)[ Docs](https://github.com/generoi/sage-woocommerce)[ RSS](/packages/generoi-sage-woocommerce/feed)WikiDiscussions master Synced 2w ago

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

Sage WooCommerce
================

[](#sage-woocommerce)

Add WooCommerce support to Sage 10.

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

[](#installation)

Install the composer package.

```
composer require generoi/sage-woocommerce

```

Add the package to the cached package manifest.

```
wp acorn package:discover

```

Publish the required `single-product.blade.php` and `archive-product.blade.php` views.

```
wp acorn vendor:publish --tag="woocommerce-template-views"

```

Optionally publish a commented out `app/wc-template-hooks.php` file for customizing the WC template hooks.

```
wp acorn vendor:publish --tag="woocommerce-template-hooks"

```

By default your theme has now declared WooCommerce support. To add support for specific features, add them to your `app/setup.php`

```
add_theme_support('wc-product-gallery-zoom');
add_theme_support('wc-product-gallery-lightbox');
add_theme_support('wc-product-gallery-slider');
```

Filters
-------

[](#filters)

```
/**
 * Add support for WooCommerce Subscription templates.
 */
add_filter('sage-woocommerce/templates', function ($paths) {
    $paths[] = WP_PLUGIN_DIR . '/woocommerce-subscriptions/templates/';
    return $paths;
});
```

###  Health Score

64

—

FairBetter than 99% of packages

Maintenance96

Actively maintained with recent releases

Popularity53

Moderate usage in the ecosystem

Community31

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 54.3% 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 ~208 days

Recently: every ~276 days

Total

12

Last Release

20d ago

Major Versions

v0.1.4 → v1.0.02021-07-22

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/302736?v=4)[oxyc](/maintainers/oxyc)[@oxyc](https://github.com/oxyc)

---

Top Contributors

[![oxyc](https://avatars.githubusercontent.com/u/302736?v=4)](https://github.com/oxyc "oxyc (19 commits)")[![ouun](https://avatars.githubusercontent.com/u/32090713?v=4)](https://github.com/ouun "ouun (4 commits)")[![cfaria](https://avatars.githubusercontent.com/u/756658?v=4)](https://github.com/cfaria "cfaria (2 commits)")[![JonatanStorlund](https://avatars.githubusercontent.com/u/40643485?v=4)](https://github.com/JonatanStorlund "JonatanStorlund (2 commits)")[![johanmolen](https://avatars.githubusercontent.com/u/8382746?v=4)](https://github.com/johanmolen "johanmolen (1 commits)")[![tombroucke](https://avatars.githubusercontent.com/u/24292260?v=4)](https://github.com/tombroucke "tombroucke (1 commits)")[![dsturm](https://avatars.githubusercontent.com/u/384815?v=4)](https://github.com/dsturm "dsturm (1 commits)")[![codepuncher](https://avatars.githubusercontent.com/u/8135396?v=4)](https://github.com/codepuncher "codepuncher (1 commits)")[![RaphaelBatagini](https://avatars.githubusercontent.com/u/9126880?v=4)](https://github.com/RaphaelBatagini "RaphaelBatagini (1 commits)")[![RistoNiinemets](https://avatars.githubusercontent.com/u/3982627?v=4)](https://github.com/RistoNiinemets "RistoNiinemets (1 commits)")[![toffebjorkskog](https://avatars.githubusercontent.com/u/1155260?v=4)](https://github.com/toffebjorkskog "toffebjorkskog (1 commits)")[![jmerilainen](https://avatars.githubusercontent.com/u/5939342?v=4)](https://github.com/jmerilainen "jmerilainen (1 commits)")

---

Tags

acornsagewoocommercewordpress

###  Code Quality

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/generoi-sage-woocommerce/health.svg)

```
[![Health](https://phpackages.com/badges/generoi-sage-woocommerce/health.svg)](https://phpackages.com/packages/generoi-sage-woocommerce)
```

###  Alternatives

[supermundano/sage-the-events-calendar

1726.3k](/packages/supermundano-sage-the-events-calendar)[mwdelaney/sage-fonts-preload

Automatically preload fonts from the Sage mix manifest

188.6k](/packages/mwdelaney-sage-fonts-preload)[webkinder/sproutset

Modern responsive image management for projects using the Roots Acorn framework.

282.7k](/packages/webkinder-sproutset)[tombroucke/sage-bootstrap-components

Bootstrap 4 components for Sage

113.1k1](/packages/tombroucke-sage-bootstrap-components)

PHPackages © 2026

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