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 3w 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

28

—

LowBetter than 52% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity24

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

1535d 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

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[civicrm/civicrm-core

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

749284.3k35](/packages/civicrm-civicrm-core)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

252.5k](/packages/eslazarev-wildberries-sdk)[files.com/files-php-sdk

Files.com PHP SDK

2478.1k](/packages/filescom-files-php-sdk)[aimeos/prisma

A powerful PHP package for integrating media related Large Language Models (LLMs) into your applications

1772.4k4](/packages/aimeos-prisma)[forumify/forumify-platform

122.0k12](/packages/forumify-forumify-platform)

PHPackages © 2026

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