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

ActiveLibrary[API Development](/categories/api)

graphem/thinkific-php
=====================

Simple PHP library for Thinkific API

v2.2.0(4y ago)13.1k7[1 issues](https://github.com/graphem/thinkific-php/issues)MITPHP

Since Aug 25Pushed 4y ago1 watchersCompare

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

READMEChangelog (2)Dependencies (2)Versions (13)Used By (0)

Thinkific PHP API client
========================

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

Light Thinkific API library for PHP based on the documentation [found here](https://developers.thinkific.com/api/api-documentation/)

Requirements
------------

[](#requirements)

- PHP 7.4+

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

[](#installation)

The Thinkific PHP API client can be installed using [Composer](https://packagist.org/packages/zendesk/zendesk_api_client_php).

### Composer

[](#composer)

To install run `composer require graphem/thinkific-php`

Configuration
-------------

[](#configuration)

Configuration is done through an instance of `Thinkific\Thinkific`. The block is mandatory and if not passed, an error will be thrown.

```
// load Composer
require 'vendor/autoload.php';

use \Thinkific\Thinkific;

$subdomain  = "subdomain";
$apiKey     = "yourapikey";

$client = new Thinkific($apiKey,$subdomain);
```

Usage
-----

[](#usage)

### Basic Operations

[](#basic-operations)

```
// Get all the courses
$courses = $client->courses()->getAll();
print_r($courses);

// Find a user by email
$user = $client->users()->findByEmail('me@domain.com');
print_r($user);

// Encoll a user to a course
$enroll = $client->enrollments()->create($courseId,$userId, '2020-01-01', '2021-01-01');

// Generate SSO link
$link = $client->sso()->getLink('signed-by (your application name or url)', ['email' => 'me@domain.com', 'first_name' => 'Me', 'last_name' => 'Hey']);
```

###  Health Score

27

—

LowBetter than 46% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 72.2% 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 ~74 days

Recently: every ~5 days

Total

9

Last Release

1580d ago

Major Versions

v1.2.0 → v2.0.02022-03-27

### Community

Maintainers

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

---

Top Contributors

[![graphem](https://avatars.githubusercontent.com/u/8346202?v=4)](https://github.com/graphem "graphem (13 commits)")[![tripex](https://avatars.githubusercontent.com/u/608780?v=4)](https://github.com/tripex "tripex (3 commits)")[![bg-golearn](https://avatars.githubusercontent.com/u/73827591?v=4)](https://github.com/bg-golearn "bg-golearn (2 commits)")

### Embed Badge

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

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

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k113.1M974](/packages/laravel-socialite)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

762297.9k49](/packages/civicrm-civicrm-core)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.3M49](/packages/tencentcloud-tencentcloud-sdk-php)[typo3/cms

TYPO3 CMS is a free open source Content Management Framework initially created by Kasper Skaarhoj and licensed under GNU/GPL.

1.2k1.9M122](/packages/typo3-cms)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

293.1k](/packages/eslazarev-wildberries-sdk)[plivo/plivo-php

A PHP SDK to make voice calls &amp; send SMS using Plivo and to generate Plivo XML

1113.2M19](/packages/plivo-plivo-php)

PHPackages © 2026

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