PHPackages                             orderchamp/orderchamp-api-php - 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. orderchamp/orderchamp-api-php

ActiveLibrary[API Development](/categories/api)

orderchamp/orderchamp-api-php
=============================

Orderchamp API client for PHP

1.1.0(4y ago)111.4k↓27.3%1MITPHPPHP &gt;=7.2

Since Aug 22Pushed 4y ago1 watchersCompare

[ Source](https://github.com/Orderchamp/orderchamp-api-php)[ Packagist](https://packagist.org/packages/orderchamp/orderchamp-api-php)[ Docs](https://www.orderchamp.com)[ RSS](/packages/orderchamp-orderchamp-api-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (1)

Orderchamp API PHP Client
=========================

[](#orderchamp-api-php-client)

This is a php client for the API of orderchamp.com. More documentation of the API can be found at:

Installation
============

[](#installation)

Install the composer package

```
composer require Orderchamp/orderchamp-api-php

```

Usage
=====

[](#usage)

The first steps are only necessary when you are building a public app which needs Oauth. If you are building a private connection, you will receive an access token from Orderchamp which you can use straight away.

```
use Orderchamp\Api\OrderchampApiClient;

$client = new OrderchampApiClient([
    'client_id'     => 'your_client_id',
    'client_secret' => 'your_client_secret',
]);

// Redirect the user to this url for authorization
$authorizationUrl = $client->authorizationUrl($this->config['scopes'], 'redirect_url_goes_here');

// We redirect the user back to your redirect url
// Call the method with the $_GET parameters and we'll fetch you a token
$token = $client->requestToken($request->all());

// Persist this token and use it moving forward
$client->setAccessToken($token);
$response = $client->graphql('{ account { id name } }');

dd($response);
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

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

Every ~693 days

Total

2

Last Release

1768d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/366cfbafb14bccfb74b7268e6139957136cf6285a1dcff73b16bfb3e4150ff24?d=identicon)[denniscuijpers](/maintainers/denniscuijpers)

---

Top Contributors

[![Vugario](https://avatars.githubusercontent.com/u/893330?v=4)](https://github.com/Vugario "Vugario (3 commits)")[![denniscuijpers](https://avatars.githubusercontent.com/u/545623?v=4)](https://github.com/denniscuijpers "denniscuijpers (1 commits)")

---

Tags

orderchamp

### Embed Badge

![Health badge](/badges/orderchamp-orderchamp-api-php/health.svg)

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

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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