PHPackages                             bariew/cashcow - 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. bariew/cashcow

ActiveApi[API Development](/categories/api)

bariew/cashcow
==============

cashcow API

0.1(8mo ago)00BSD-3-ClausePHP

Since Sep 1Pushed 8mo agoCompare

[ Source](https://github.com/bariew/cashcow)[ Packagist](https://packagist.org/packages/bariew/cashcow)[ RSS](/packages/bariew-cashcow/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

### cashcow API client.

[](#cashcow-api-client)

Description
-----------

[](#description)

Interacts with cashcow stores API

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist bariew/cashcow

```

or add

```
"bariew/cashcow": "dev-master"

```

to require the section of your `composer.json` file.

Usage
-----

[](#usage)

```
$cashcow = Api::instance($id, $token);
// get single Order data
$order = $cashcow->orders(['OrderID' => $id])[0];
// update Order
$cashcow->orderUpdate($order->order_id, $order->email, [
    'order_status_type' => $cashcow::STATUS_DELIVERED,
    'order_notes' => "delivered",
]);
// update Product
$cashcow->productUpdate('9201B', ['qty' => 10]);

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance64

Regular maintenance activity

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity25

Early-stage or recently created project

 Bus Factor1

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

Unknown

Total

1

Last Release

250d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8214f36975034f4134506744cd956e8415491006c1b3512af22bf75f91165f06?d=identicon)[bariew](/maintainers/bariew)

---

Top Contributors

[![bariew](https://avatars.githubusercontent.com/u/827508?v=4)](https://github.com/bariew "bariew (2 commits)")

---

Tags

apiclientcashcow

### Embed Badge

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

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

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[resend/resend-php

Resend PHP library.

564.7M21](/packages/resend-resend-php)[crowdin/crowdin-api-client

PHP client library for Crowdin API v2

611.5M5](/packages/crowdin-crowdin-api-client)[mozex/anthropic-laravel

Anthropic PHP for Laravel is a supercharged PHP API client that allows you to interact with the Anthropic API

71226.4k1](/packages/mozex-anthropic-laravel)[markrogoyski/numverify-api-client-php

Numverify API Client for PHP

1220.9k](/packages/markrogoyski-numverify-api-client-php)[azuracast/php-api-client

An API client library for the AzuraCast API

311.3k](/packages/azuracast-php-api-client)

PHPackages © 2026

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