PHPackages                             aaronkaa/ccpclient - 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. aaronkaa/ccpclient

ActiveLibrary[API Development](/categories/api)

aaronkaa/ccpclient
==================

Cloud Commerce Pro API Client for Laravel

017PHP

Since Mar 11Pushed 7y ago1 watchersCompare

[ Source](https://github.com/AaronKaa/CCPClient)[ Packagist](https://packagist.org/packages/aaronkaa/ccpclient)[ RSS](/packages/aaronkaa-ccpclient/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

CCP API Client
==============

[](#ccp-api-client)

Cloud Commerce Pro API Client for Laravel

This package is in its very early stages but will be added to frequently, feel free to get in touch to make suggestions and all pull requests are welcome.

### Getting Started

[](#getting-started)

Install with composer

```
composer require aaronkaa/ccpclient

```

Publish the config with :

```
php artisan vendor:publish

```

Add your 'brand\_id' and 'hash' to config/ccpapi.php file and that should be everything set.

### Usage

[](#usage)

At the minute, each seperate service has its own object :

```
use AKaa\CCPClient\Client\ProductClient;
use AKaa\CCPClient\Client\ProductRangeClient;
use AKaa\CCPClient\Client\ProductOptionClient;
use AKaa\CCPClient\Client\OrderClient;
use AKaa\CCPClient\Client\PaymentClient;
use AKaa\CCPClient\Client\CustomerClient;
```

To use the API, get an instance of the service youd like to use

```
$productClient = new ProductClient();

$result = $productClient->getProductByID(12345);
```

The current return from this would be the standard response from CCP with a top level result object (ie. 'getProductByManufacturerSKUResult' from getProductByManufacturerSKU) and 'Success', 'ErrorLevel', 'Content' and 'Errors' below this.

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity38

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/8ba1466d1160eee2fb3896a6dedb4e435f0a267e3df253659818aab783ebe8a6?d=identicon)[aarcarr](/maintainers/aarcarr)

---

Top Contributors

[![AaronKaa](https://avatars.githubusercontent.com/u/523347?v=4)](https://github.com/AaronKaa "AaronKaa (19 commits)")

### Embed Badge

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

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

###  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)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

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

PHP wrapper for the Meilisearch API

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

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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