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

ActiveLibrary[API Development](/categories/api)

appointmind/api
===============

A library integrating the Appointmind API

v9(7y ago)123MITPHPPHP &gt;=5.6

Since Jan 28Pushed 7y ago1 watchersCompare

[ Source](https://github.com/appointmind/api)[ Packagist](https://packagist.org/packages/appointmind/api)[ Docs](https://www.appointmind.com/)[ RSS](/packages/appointmind-api/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (9)Dependencies (2)Versions (10)Used By (0)

Getting started
===============

[](#getting-started)

Appointmind is an [online appointment scheduling](https://www.appointmind.com "Online Appointment Scheduling") service. **appointmind/api** is an API client, written in PHP and using Zend Framework components, that alllows you to create users and appointments, and login users via single sign-on.

Features
--------

[](#features)

- Create users
- Create appointments
- Single sign-on

Install with composer
---------------------

[](#install-with-composer)

```
composer require appointmind/api
```

Use
---

[](#use)

```
$user = new \Appointmind\User();
$user->setUri('...');
$user->setAccessKey('...');
$user->setSecretKey('...');
$result = $user->create([]);
```

Response

```
{
    "result": {
        "userId": "123456789"
    },
    "error": null,
    "id": 1,
    "jsonrpc": "2.0"
}
```

Login User
----------

[](#login-user)

```
$user = new \Appointmind\User();
$user->setUri('...');
$user->setAccessKey('...');
$user->setSecretKey('...');
$result = $user->login('info@example.com', $redirect = 'https://www.example.com/redirect/');
```

Response

```
{
    "result": {
	"token": "2c3373ea2cf25743376fce78ef23383a651654b6802c965aa38ab5fd3b4863a3",
	"url": "https://www.example.com/login/?token=2c3373ea2cf25743376fce78ef23383a651654b6802c965aa38ab5fd3b4863a3&singlesignon=1"
    },
    "error": null,
    "id": 1,
    "jsonrpc": "2.0"
}
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

Established project with proven stability

 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

Every ~54 days

Recently: every ~107 days

Total

9

Last Release

2599d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f04e25b5ce90f1e5a9b7bb060620d650f0f1d4a1ec4354307f29543df5dcfec6?d=identicon)[appointmind](/maintainers/appointmind)

---

Top Contributors

[![appointmind](https://avatars.githubusercontent.com/u/16836935?v=4)](https://github.com/appointmind "appointmind (28 commits)")

---

Tags

apiapi-clientappointmentjson-apijson-rpconlinesaasschedulerschedulingschedulingbookingappointment

### Embed Badge

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

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

###  Alternatives

[maxmind/web-service-common

Internal MaxMind Web Service API

29783.1M2](/packages/maxmind-web-service-common)[mollie/mollie-api-php

Mollie API client library for PHP. Mollie is a European Payment Service provider and offers international payment methods such as Mastercard, VISA, American Express and PayPal, and local payment methods such as iDEAL, Bancontact, SOFORT Banking, SEPA direct debit, Belfius Direct Net, KBC Payment Button and various gift cards such as Podiumcadeaukaart and fashioncheque.

59914.4M62](/packages/mollie-mollie-api-php)[firstred/postnl-api-php

PostNL REST API PHP Bindings

27610.2k1](/packages/firstred-postnl-api-php)[mhujer/fio-api-php

Fio API PHP implemention

37199.1k1](/packages/mhujer-fio-api-php)[optiosteam/payconiq-client-php

Payconiq API client library for PHP developed by Optios.

1273.4k](/packages/optiosteam-payconiq-client-php)

PHPackages © 2026

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