PHPackages                             elderbraum/larasinglewoo - 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. elderbraum/larasinglewoo

AbandonedLibrary

elderbraum/larasinglewoo
========================

A Laravel WooCommerce Facade to make easy use of the WooCommerce API

07311[1 PRs](https://github.com/Pridestalker/LaravelSingleWoocommerce/pulls)PHPCI failing

Since Apr 29Pushed 4y agoCompare

[ Source](https://github.com/Pridestalker/LaravelSingleWoocommerce)[ Packagist](https://packagist.org/packages/elderbraum/larasinglewoo)[ RSS](/packages/elderbraum-larasinglewoo/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

LaraWoo Single connector
========================

[](#larawoo-single-connector)

- [LaraWoo Single connector](#larawoo-single-connector)
    - [Intro](#intro)
    - [Compatability](#compatability)
    - [Installation](#installation)
    - [Usage](#usage)

Intro
-----

[](#intro)

This package is made to ease the use of the Automattic/WooCommerce API by using a single simplified API.

Compatability
-------------

[](#compatability)

- This package is tested using Laravel 5.7
    - Other versions might work but are not tested as of now.
- This package is run using php 7.2
    - Other versions might work but are not tested as of now.

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

[](#installation)

Require this package via composer.

```
composer require elderbraum/larasinglewoo
```

Laravel 5.5 uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.

If you don't use auto-discovery, add the ServiceProvider to the providers array in `config/app.php`

```
Elderbraum\LaraSingleWoo\ServiceProvider::class,
```

To add the facade to use the functions add the foloowing to your facades in `config/app.php`

```
'LaraSingleWoo' => Elderbraum\LaraSingleWoo\LaraSingleWooFacade.php
```

copy the `larasinglewoo/config` files to your `config` with the following command

```
php artisan vendor:publish --provider="Elderbraum\LaraSingleWoo\ServiceProvider"
```

If you do not want to publish the config, you can also add the following lines to your `.env` file.

```
API_TARGET="https://example.com"
API_CONSUMER_KEY="ck_xxxxxxxx"
API_CONSUMER_SECRET="cs_xxxxxxxx"
```

Usage
-----

[](#usage)

You can now use the package. The supported calls are:

```
LaraSingleWoo::getProducts() # Returns an object with all products
LaraSingleWoo::getProducts($product_id) # Returns the product on $product_id
```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 Bus Factor1

Top contributor holds 95% 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/b89ef1c80d95e25c50c84000710c8eb2fbffaabd93cbe60ef2846b1a8a7606a5?d=identicon)[elderbraum](/maintainers/elderbraum)

---

Top Contributors

[![Pridestalker](https://avatars.githubusercontent.com/u/6103741?v=4)](https://github.com/Pridestalker "Pridestalker (38 commits)")[![dependabot-preview[bot]](https://avatars.githubusercontent.com/in/2141?v=4)](https://github.com/dependabot-preview[bot] "dependabot-preview[bot] (1 commits)")[![dependabot-support](https://avatars.githubusercontent.com/u/112581971?v=4)](https://github.com/dependabot-support "dependabot-support (1 commits)")

### Embed Badge

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

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

PHPackages © 2026

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