PHPackages                             woocommerce/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. [Framework](/categories/framework)
4. /
5. woocommerce/woocommerce

ActiveWordpress-plugin[Framework](/categories/framework)

woocommerce/woocommerce
=======================

An eCommerce toolkit that helps you sell anything. Beautifully.

5.9.1(4y ago)10.2k173.7k—1.6%10.7k[1.9k issues](https://github.com/woocommerce/woocommerce/issues)[348 PRs](https://github.com/woocommerce/woocommerce/pulls)6GPL-3.0-or-laterPHPPHP &gt;=7.0CI failing

Since Jul 19Pushed 1mo ago533 watchersCompare

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

READMEChangelog (10)Dependencies (11)Versions (291)Used By (6)Security (5)

WooCommerce Monorepo
====================

[](#woocommerce-monorepo)

[![WooCommerce](https://camo.githubusercontent.com/07a5e6fef895b18093b8ff30376dd2f53d7100020fc3d3847d9e71a6a76630e9/68747470733a2f2f776f6f636f6d6d657263652e636f6d2f77702d636f6e74656e742f7468656d65732f776f6f2f696d616765732f6c6f676f2d776f6f4032782e706e67)](https://camo.githubusercontent.com/07a5e6fef895b18093b8ff30376dd2f53d7100020fc3d3847d9e71a6a76630e9/68747470733a2f2f776f6f636f6d6d657263652e636f6d2f77702d636f6e74656e742f7468656d65732f776f6f2f696d616765732f6c6f676f2d776f6f4032782e706e67)

Welcome to the WooCommerce monorepo on GitHub. Here you can find all of the plugins, packages, and tools used in the development of the core WooCommerce plugin as well as WooCommerce extensions. You can browse the source, look at open issues, contribute code, and keep tracking of ongoing development.

We recommend all developers follow the [WooCommerce development blog](https://developer.woocommerce.com/blog/) to stay up to date with everything happening in the project. You can also [follow @DevelopWoo](https://x.com/DevelopWoo) on X (formerly Twitter) for the latest development updates.

Getting Started
---------------

[](#getting-started)

To get up and running within the WooCommerce Monorepo, you will need to make sure that you have installed all of the prerequisites.

### Prerequisites

[](#prerequisites)

- [NVM](https://github.com/nvm-sh/nvm#installing-and-updating): While you can always install Node through other means, we recommend using NVM to ensure you're aligned with the version used by our development teams. Our repository contains [an `.nvmrc` file](.nvmrc) which helps ensure you are using the correct version of Node.
- [PNPM](https://pnpm.io/installation): Our repository utilizes PNPM to manage project dependencies and run various scripts involved in building and testing projects.
- [PHP 7.4+](https://www.php.net/manual/en/install.php): WooCommerce Core currently requires PHP version 7.4 or higher. It is also needed to run Composer and various project build scripts. See [troubleshooting](DEVELOPMENT.md#troubleshooting) for troubleshooting problems installing PHP.
- [Composer](https://getcomposer.org/doc/00-intro.md): We use Composer to manage all of the dependencies for PHP packages and plugins.

Note: A POSIX-compliant operating system (e.g., Linux, macOS) is assumed. If you're working on a Windows machine, the recommended approach is to use [WSL](https://learn.microsoft.com/en-us/windows/wsl/install) (available since Windows 10).

Once you've installed all prerequisites, the following will prepare all of the build outputs necessary for development:

```
# Ensure that the correct version of Node is installed and being used
nvm install
# Install the PHP and Composer dependencies for all of the plugins, packages, and tools
pnpm install -frozen-lockfile
# Build all of the plugins, packages, and tools in the monorepo
pnpm build
```

Repository Structure
--------------------

[](#repository-structure)

Each plugin, package, and tool has its own `package.json` file containing project-specific dependencies and scripts. Most projects also contain a `README.md` file with any project-specific setup instructions and documentation.

- [**Plugins**](plugins): Our repository contains plugins that relate to or otherwise aid in the development of WooCommerce.
    - [**WooCommerce Core**](plugins/woocommerce): The core WooCommerce plugin is available in the plugins directory.
- [**Packages**](packages): Contained within the packages directory are all of the [PHP](packages/php) and [JavaScript](packages/js) provided for the community. Some of these are internal dependencies and are marked with an `internal-` prefix.
- [**Tools**](tools): We also have a growing number of tools within our repository. Many of these are intended to be utilities and scripts for use in the monorepo, but, this directory may also contain external tools.

If you'd like to learn more about how our monorepo works, [please check out this guide here](tools/README.md).

Reporting Security Issues
-------------------------

[](#reporting-security-issues)

To disclose a security issue to our team, [please submit a report via HackerOne here](https://hackerone.com/automattic/).

Support
-------

[](#support)

This repository is not suitable for support. Please don't use our issue tracker for support requests, but for core WooCommerce issues only. Support can take place through the appropriate channels:

- If you have a problem, you may want to start with the [self help guide](https://woocommerce.com/document/woocommerce-self-service-guide/).
- The [WooCommerce.com premium support portal](https://woocommerce.com/contact-us/) for customers who have purchased themes or extensions.
- [Our community forum on wp.org](https://wordpress.org/support/plugin/woocommerce) which is available for all WooCommerce users.
- [The Official WooCommerce Facebook Group](https://www.facebook.com/groups/advanced.woocommerce).
- For customizations, you may want to check our list of [WooExperts](https://woocommerce.com/experts/) or [Codeable](https://codeable.io/).

NOTE: Unfortunately, we are unable to honor support requests in issues on this repository; as a result, any requests submitted in this manner will be closed.

Community
---------

[](#community)

For peer to peer support, real-time announcements, and office hours, please [join our slack community](https://woocommerce.com/community-slack/)!

Contributing to WooCommerce
---------------------------

[](#contributing-to-woocommerce)

As an open source project, we rely on community contributions to continue to improve WooCommerce. To contribute, please follow the pre-requisites above and visit our [Contributing to Woo](https://developer.woocommerce.com/docs/contribution/contributing/) doc for more links and contribution guidelines.

###  Health Score

66

—

FairBetter than 99% of packages

Maintenance56

Moderate activity, may be stable

Popularity69

Solid adoption and visibility

Community51

Growing community involvement

Maturity78

Established project with proven stability

 Bus Factor3

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

Recently: every ~0 days

Total

291

Last Release

1521d ago

Major Versions

4.6.4 → 5.7.02021-09-21

4.9.4 → 5.0.22021-09-24

3.8.3 → 4.1.42022-03-11

4.7.4 → 5.1.32022-03-11

4.8.3 → 5.0.32022-03-11

PHP version history (3 changes)3.7.0-beta.1PHP ^5.6|^7.0

3.7.0-rc.1PHP &gt;=5.6|&gt;=7.0

4.2.0-beta.1PHP &gt;=7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/d1f9b32f9677791fbef38b00c9225e05800f525b3b13872b118fd344a58350a0?d=identicon)[woocommerce](/maintainers/woocommerce)

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

---

Top Contributors

[![mikejolley](https://avatars.githubusercontent.com/u/90977?v=4)](https://github.com/mikejolley "mikejolley (15167 commits)")[![claudiosanches](https://avatars.githubusercontent.com/u/1264099?v=4)](https://github.com/claudiosanches "claudiosanches (5982 commits)")[![claudiulodro](https://avatars.githubusercontent.com/u/7317227?v=4)](https://github.com/claudiulodro "claudiulodro (1559 commits)")[![renovate[bot]](https://avatars.githubusercontent.com/in/2740?v=4)](https://github.com/renovate[bot] "renovate[bot] (1525 commits)")[![Aljullu](https://avatars.githubusercontent.com/u/3616980?v=4)](https://github.com/Aljullu "Aljullu (1404 commits)")[![rrennick](https://avatars.githubusercontent.com/u/343847?v=4)](https://github.com/rrennick "rrennick (1252 commits)")[![kloon](https://avatars.githubusercontent.com/u/271630?v=4)](https://github.com/kloon "kloon (1223 commits)")[![rodrigoprimo](https://avatars.githubusercontent.com/u/77215?v=4)](https://github.com/rodrigoprimo "rodrigoprimo (1127 commits)")[![vedanshujain](https://avatars.githubusercontent.com/u/7571618?v=4)](https://github.com/vedanshujain "vedanshujain (1116 commits)")[![jeffstieler](https://avatars.githubusercontent.com/u/63922?v=4)](https://github.com/jeffstieler "jeffstieler (1112 commits)")[![psealock](https://avatars.githubusercontent.com/u/1922453?v=4)](https://github.com/psealock "psealock (1032 commits)")[![chihsuan](https://avatars.githubusercontent.com/u/4344253?v=4)](https://github.com/chihsuan "chihsuan (1014 commits)")[![peterfabian](https://avatars.githubusercontent.com/u/2207451?v=4)](https://github.com/peterfabian "peterfabian (970 commits)")[![joshuatf](https://avatars.githubusercontent.com/u/10561050?v=4)](https://github.com/joshuatf "joshuatf (887 commits)")[![Konamiman](https://avatars.githubusercontent.com/u/937723?v=4)](https://github.com/Konamiman "Konamiman (860 commits)")[![roykho](https://avatars.githubusercontent.com/u/2132595?v=4)](https://github.com/roykho "roykho (829 commits)")[![ObliviousHarmony](https://avatars.githubusercontent.com/u/6451942?v=4)](https://github.com/ObliviousHarmony "ObliviousHarmony (822 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (732 commits)")[![jameskoster](https://avatars.githubusercontent.com/u/846565?v=4)](https://github.com/jameskoster "jameskoster (712 commits)")[![gigitux](https://avatars.githubusercontent.com/u/4463174?v=4)](https://github.com/gigitux "gigitux (690 commits)")

---

Tags

automatticecommerceecommerce-platformhacktoberfestphpreactjswoocommercewordpress

### Embed Badge

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

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.6k509.9M17.0k](/packages/laravel-framework)[cakephp/cakephp

The CakePHP framework

8.8k18.5M1.6k](/packages/cakephp-cakephp)[silverstripe/framework

The SilverStripe framework

7213.5M2.5k](/packages/silverstripe-framework)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[magento/community-edition

Magento 2 (Open Source)

12.1k52.1k10](/packages/magento-community-edition)[elgg/elgg

Elgg is an award-winning social networking engine, delivering the building blocks that enable businesses, schools, universities and associations to create their own fully-featured social networks and applications.

1.7k15.7k5](/packages/elgg-elgg)

PHPackages © 2026

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