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

ActiveLibrary

itfs1992/sage-woocommerce
=========================

v1.1.1(2y ago)09MITPHP

Since Apr 24Pushed 2y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (2)Versions (13)Used By (0)

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

[](#sage-woocommerce)

Add WooCommerce support to Sage 10.

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

[](#installation)

Install the composer package.

```
composer require itfs1992/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\ Templates"

```

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

```
wp acorn vendor:publish --tag="WooCommerce\ Template\ Hook\ Overrides"

```

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

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity63

Established project with proven stability

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

Recently: every ~228 days

Total

9

Last Release

1021d ago

Major Versions

v0.1.4 → v1.0.02021-07-22

### Community

Maintainers

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

---

Top Contributors

[![oxyc](https://avatars.githubusercontent.com/u/302736?v=4)](https://github.com/oxyc "oxyc (15 commits)")[![itfs1992](https://avatars.githubusercontent.com/u/9253380?v=4)](https://github.com/itfs1992 "itfs1992 (5 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)")[![jmerilainen](https://avatars.githubusercontent.com/u/5939342?v=4)](https://github.com/jmerilainen "jmerilainen (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)")[![tombroucke](https://avatars.githubusercontent.com/u/24292260?v=4)](https://github.com/tombroucke "tombroucke (1 commits)")

###  Code Quality

Code StylePHP\_CodeSniffer

### Embed Badge

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

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

###  Alternatives

[roots/sage

WordPress starter theme with a modern development workflow

13.2k337.2k2](/packages/roots-sage)[generoi/sage-woocommerce

174255.8k2](/packages/generoi-sage-woocommerce)[supermundano/sage-the-events-calendar

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

Automatically preload fonts from the Sage mix manifest

188.3k](/packages/mwdelaney-sage-fonts-preload)[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)
