PHPackages                             nav/woo-bundle - 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. nav/woo-bundle

ActiveLibrary[API Development](/categories/api)

nav/woo-bundle
==============

Talking to the WC REST API with Symfony2

217PHP

Since Sep 23Pushed 9y ago3 watchersCompare

[ Source](https://github.com/Usbstikje/WooCommerce-Bundle)[ Packagist](https://packagist.org/packages/nav/woo-bundle)[ RSS](/packages/nav-woo-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

WooCommerce REST API V2 Bundle
==============================

[](#woocommerce-rest-api-v2-bundle)

**September 2016 Nav Note:***This bundle is currently not maintained or used, so please use this bundle on your own risk.*

Gives you a WC\_CLIENT to work with the REST API V2 of your woocommerce webshop.

Please note that you will need a API\_KEY and API\_SECRET in order to use this bundle. Also don't forget to enable the pretty Permalinks for the WC-API endpoints to work.

About
-----

[](#about)

- WooCommerce REST API v2 Bundle for in your Symfony2 Projects.
- Uses WooCommerce REST API PHP Client Library [WooCommerce-REST-API-Client-Library](https://github.com/kloon/WooCommerce-REST-API-Client-Library)
- Easy to install and just easy to use.
- For now it just gives you a service container with the WC-Client from the original WooCommerceRestAPI Library.
- Will be adding more usefull stuff soon.

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

[](#installation)

1. Go to your symfony application and do: composer require nav/woo-bundle dev-master
2. Enable the bundle in your app/AppKernel file new \\Nav\\WooBundle\\NavWooBundle()

And finally Configure the parameters for your WC-Shop in config:

```
parameters:
        woo_shop:   http://wp-shop.nl/
        woo_key:    API_KEY
        woo_secret: API_SECRET

```

Usage
-----

[](#usage)

Use it as a service by calling:

```
$client = $this->get('nav_woo.client');

$client->orders->get();
$client->orders->update_status($order_id, 'pending')

$client->customers->delete($customer_id);
$client->customers->get_orders($customer_id)

$client->products->get_count();
$client->products->get_count(array('type'=>'simple'))

```

For more examples and usage please see the examples given in WooBundle/Client/example/example.php

Credits original library: Copyright (c) 2013-2014 - Gerhard Potgieter, Max Rice and other contributors

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 85.7% 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/233b48561014ea1a5d6c67d52f8cc47d9cdc4ed3813e9c3a072feb9791d8f686?d=identicon)[NavAppaiya](/maintainers/NavAppaiya)

---

Top Contributors

[![Nav-Appaiya](https://avatars.githubusercontent.com/u/9272210?v=4)](https://github.com/Nav-Appaiya "Nav-Appaiya (12 commits)")[![Usbstikje](https://avatars.githubusercontent.com/u/9203676?v=4)](https://github.com/Usbstikje "Usbstikje (2 commits)")

### Embed Badge

![Health badge](/badges/nav-woo-bundle/health.svg)

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

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[facebook/php-business-sdk

PHP SDK for Facebook Business

90821.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

74513.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

265103.1M454](/packages/google-gax)[google/common-protos

Google API Common Protos for PHP

173103.7M50](/packages/google-common-protos)

PHPackages © 2026

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