PHPackages                             hexbit/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. [Templating &amp; Views](/categories/templating)
4. /
5. hexbit/sage-woocommerce

ActiveLibrary[Templating &amp; Views](/categories/templating)

hexbit/sage-woocommerce
=======================

Woocommerce support for sage 10

1.0.5(5y ago)257.0k↓50%4[1 issues](https://github.com/smarteist/sage-woocommerce/issues)MITPHPPHP ^7.2|^8.0

Since Nov 28Pushed 2y ago4 watchersCompare

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

READMEChangelog (6)Dependencies (2)Versions (7)Used By (0)

MIGRATED TO [THIS LIBRARY](https://github.com/generoi/sage-woocommerce)
=======================================================================

[](#migrated-to-this-library)

This library was developed when the problems of the mentioned library were not fixed and contributions were not allowed, but now, due to the possibility of contributions, use it.

Sage Woocommerce
================

[](#sage-woocommerce)

[![CI](https://camo.githubusercontent.com/736abb3e6525272f7a24cc6fb557515be78cce77a97ab16bdab80930b7465bce/68747470733a2f2f7472617669732d63692e6f72672f736d617274656973742f736167652d776f6f636f6d6d657263652e7376673f6272616e63683d6d6173746572)](https://camo.githubusercontent.com/736abb3e6525272f7a24cc6fb557515be78cce77a97ab16bdab80930b7465bce/68747470733a2f2f7472617669732d63692e6f72672f736d617274656973742f736167652d776f6f636f6d6d657263652e7376673f6272616e63683d6d6173746572)

This package enables WooCommerce integration for Sage 10 themes and Blade templates.

#### Changelog

[](#changelog)

- Issue #1 fixed, please change your view renderer to `sage.woocommerce.view`.

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

[](#installation)

```
composer require hexbit/sage-woocommerce

```

Usage
-----

[](#usage)

Add `Hexbit\Woocommerce\Providers\WooCommerceServiceProvider` to your providers array in `yourtheme/config/app.php`

```
...
    /*
    |--------------------------------------------------------------------------
    | Autoloaded Service Providers
    |--------------------------------------------------------------------------
    |
    | The service providers listed here will be automatically loaded on the
    | request to your application. Feel free to add your own services to
    | this array to grant expanded functionality to your applications.
    |
    */

    'providers' => [
        /**
         * Package Service Providers
         */
         Hexbit\Woocommerce\Providers\WooCommerceServiceProvider::class
    ]
...
```

Or you can discover service provider by using wp cli.

```
wp acorn package:discover

```

Then create `app/woocommerce.php` in your `app` folder and override default blade files in `resources/views/woocommerce`, or you can create automatically by running this command

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

```

&amp; finally change view renderer in your index file like this:

```

```

Done! now you will be able to override woocommerce templates with blade TE in `yourtheme/resources/views/woocommerce/` directory.

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

[](#contributing)

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License
-------

[](#license)

[MIT](https://choosealicense.com/licenses/mit/)

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity32

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 84.6% 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 ~19 days

Total

6

Last Release

1902d ago

PHP version history (2 changes)1.0.0PHP ^7.2

1.0.5PHP ^7.2|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/11ea0610008f6712c8c0466e4057fbb3a6a362530fd48786eb175701229587b9?d=identicon)[smarteist](/maintainers/smarteist)

---

Top Contributors

[![smarteist](https://avatars.githubusercontent.com/u/30802876?v=4)](https://github.com/smarteist "smarteist (11 commits)")[![mattsims](https://avatars.githubusercontent.com/u/1031366?v=4)](https://github.com/mattsims "mattsims (2 commits)")

---

Tags

wordpressbladewoocommercesagehexbitsmarteist

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[roots/sage

WordPress starter theme with a modern development workflow

13.2k337.2k2](/packages/roots-sage)[blade-ui-kit/blade-icons

A package to easily make use of icons in your Laravel Blade views.

2.5k34.2M309](/packages/blade-ui-kit-blade-icons)[log1x/sage-directives

A set of Blade directives for use with Roots Sage.

297709.3k5](/packages/log1x-sage-directives)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[blade-ui-kit/blade-heroicons

A package to easily make use of Heroicons in your Laravel Blade views.

64127.9M111](/packages/blade-ui-kit-blade-heroicons)[log1x/blade-svg-sage

Composer package to add support for Blade SVG by Adam Wathan to Roots Sage.

7577.3k](/packages/log1x-blade-svg-sage)

PHPackages © 2026

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