PHPackages                             hindesj/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. [API Development](/categories/api)
4. /
5. hindesj/sage-woocommerce

ActiveLibrary[API Development](/categories/api)

hindesj/sage-woocommerce
========================

01PHP

Since Jan 23Pushed 3y agoCompare

[ Source](https://github.com/Hindesj/sage-woocommerce)[ Packagist](https://packagist.org/packages/hindesj/sage-woocommerce)[ RSS](/packages/hindesj-sage-woocommerce/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

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

[](#sage-woocommerce)

Add WooCommerce support to Sage 10.

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

[](#installation)

Install the composer package (in the theme folder).

```
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 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

14

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity24

Early-stage or recently created project

 Bus Factor1

Top contributor holds 56% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/47598ac3d4b028d35a83f9397498a4ca4d8c5e122e234acadfd7dbe9be6eb87b?d=identicon)[Hindes.33](/maintainers/Hindes.33)

---

Top Contributors

[![oxyc](https://avatars.githubusercontent.com/u/302736?v=4)](https://github.com/oxyc "oxyc (14 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)")[![jmerilainen](https://avatars.githubusercontent.com/u/5939342?v=4)](https://github.com/jmerilainen "jmerilainen (1 commits)")[![Hindesj](https://avatars.githubusercontent.com/u/101994279?v=4)](https://github.com/Hindesj "Hindesj (1 commits)")[![RaphaelBatagini](https://avatars.githubusercontent.com/u/9126880?v=4)](https://github.com/RaphaelBatagini "RaphaelBatagini (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)")

### Embed Badge

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

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k13](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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