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

ActiveLibrary[API Development](/categories/api)

appointedd/appointedd-php
=========================

v1(8y ago)04.3k1[1 PRs](https://github.com/appointedd/appointedd-php/pulls)PHPPHP &gt;=5.3.0

Since Jun 2Pushed 8y ago1 watchersCompare

[ Source](https://github.com/appointedd/appointedd-php)[ Packagist](https://packagist.org/packages/appointedd/appointedd-php)[ RSS](/packages/appointedd-appointedd-php/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (4)Dependencies (2)Versions (14)Used By (0)

\#Appointedd PHP Client

[![Build Status](https://camo.githubusercontent.com/e60ce90038d2eefe97490a036c2a3088de1e502d473cd24e5bfa00569600e311/68747470733a2f2f7472617669732d63692e6f72672f6170706f696e746564642f6170706f696e746564642d7068702e737667)](https://travis-ci.org/appointedd/appointedd-php)

\##Getting Started

\###Composer

Install the composer PHP package

Add the following to your composer.json require section:

```
"appointedd/appointedd-php": "dev-master"

```

and run `composer update`

\###Manually

It's recommended that you use Composer, however you can download and install from this repository.

Please note. This client requires the Guzzle REST PHP package.

\###Laravel 4

This package comes with a Service Provider for easy integration with Laravel4.

Add the following entry to the providers array in config/app.php

```
'Appointedd\Appointedd\AppointeddServiceProvider'

```

\##Usage

```
use Appointedd\Appointedd\Appointedd; // Non-Laravel users only

$apClient = Appointedd::setAccessToken('gTHZNc7DVZJI24KIcFLHTipMIqUWFSrA');
$customers = $apClient->get('organisation/customers');
if(is_object($customers))
	var_dump($customers->json());

```

\##Endpoints

TODO

Unit Tests
----------

[](#unit-tests)

Make sure you have PHPUnit installed. `cd` into the package root and run `phpunit`

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 88.5% 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 ~131 days

Recently: every ~334 days

Total

12

Last Release

3014d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/16a012b5989cfb32a0ce6ef86d37e9e4d6525a4909c953d037d01c80b214d24a?d=identicon)[theninthnode](/maintainers/theninthnode)

---

Top Contributors

[![theninthnode](https://avatars.githubusercontent.com/u/912279?v=4)](https://github.com/theninthnode "theninthnode (23 commits)")[![gergderkson](https://avatars.githubusercontent.com/u/2325405?v=4)](https://github.com/gergderkson "gergderkson (3 commits)")

### Embed Badge

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

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

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.7M3.4k](/packages/craftcms-cms)[illuminate/http

The Illuminate Http package.

11938.5M8.2k](/packages/illuminate-http)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.3M49](/packages/tencentcloud-tencentcloud-sdk-php)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

353.6k](/packages/eslazarev-wildberries-sdk)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5226.7k](/packages/simplestats-io-laravel-client)[jasara/php-amzn-selling-partner-api

A fluent interface for Amazon's Selling Partner API in PHP

1349.3k1](/packages/jasara-php-amzn-selling-partner-api)

PHPackages © 2026

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