PHPackages                             ozankurt/livecoding-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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. ozankurt/livecoding-api

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

ozankurt/livecoding-api
=======================

PHP wrapper for LiveCoding.TV API

0.2(9y ago)4243MITPHPPHP &gt;=5.6

Since Oct 3Pushed 9y ago2 watchersCompare

[ Source](https://github.com/OzanKurt/LiveCoding-API)[ Packagist](https://packagist.org/packages/ozankurt/livecoding-api)[ RSS](/packages/ozankurt-livecoding-api/feed)WikiDiscussions master Synced 2mo ago

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

LiveCoding-API
==============

[](#livecoding-api)

[![Latest Stable Version](https://camo.githubusercontent.com/033d048f44b489ba5722427d38f3877011e3cef5203124dcdb83fa506f1b2f8d/68747470733a2f2f706f7365722e707567782e6f72672f6f7a616e6b7572742f6c697665636f64696e672d6170692f762f737461626c65)](https://packagist.org/packages/ozankurt/livecoding-api)[![Latest Unstable Version](https://camo.githubusercontent.com/607a6d2044355f708e60f259e6a25aba361e78a17a368e1f8d6d50eab1b04fa1/68747470733a2f2f706f7365722e707567782e6f72672f6f7a616e6b7572742f6c697665636f64696e672d6170692f762f756e737461626c65)](https://packagist.org/packages/ozankurt/livecoding-api)[![License](https://camo.githubusercontent.com/7f827f08f7f6ac85b6d5cc4423cab696ff25005f955ed59f22f383b88dd5e784/68747470733a2f2f706f7365722e707567782e6f72672f6f7a616e6b7572742f6c697665636f64696e672d6170692f6c6963656e7365)](https://packagist.org/packages/ozankurt/livecoding-api)[![Total Downloads](https://camo.githubusercontent.com/89237c6d2aa996494a9d3bdaced5828daf67747f11f0a6314ba737ad0cac57b8/68747470733a2f2f706f7365722e707567782e6f72672f6f7a616e6b7572742f6c697665636f64696e672d6170692f646f776e6c6f616473)](https://packagist.org/packages/ozankurt/livecoding-api)[![Travis-CI](https://camo.githubusercontent.com/1d77cdc6956b544a53f504a46cbca0cb7b1e3984fd76534aec8c2f2db348e5bb/68747470733a2f2f6170692e7472617669732d63692e6f72672f4f7a616e4b7572742f4c697665436f64696e672d4150492e737667)](https://travis-ci.org/OzanKurt/LiveCoding-API)[![Code Climate](https://camo.githubusercontent.com/05e81faa6fd1e0c690593f37a6baea74bd4fd852b7c8609c07c861941b4ec9ac/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f4f7a616e4b7572742f4c697665436f64696e672d4150492f6261646765732f6770612e737667)](https://codeclimate.com/github/OzanKurt/LiveCoding-API)

This package is a wrapper of LiveCodingTV API for PHP.

Usage
-----

[](#usage)

##### Pure PHP

[](#pure-php)

```
use Kurt\LiveCoding\Client;
use Kurt\LiveCoding\LiveCoding;

$storagePath = __DIR__.'/storage/livecoding';

$liveCodingClient = new Client([
    'id' => 'CLIENT_ID', // required
    'secret' => 'CLIENT_SECRET', // required
    'redirectUrl' => 'http://localhost:8000/', // required

    /**
     * All classes under Kurt\LiveCoding\Scopes namespace are accepted as a valid scope.
     * By default ReadScope will be instantiated.
     */
    'scope' => new Kurt\LiveCoding\Scopes\ReadScope, // optional

    /**
     * All classes under Kurt\LiveCoding\Storages namespace are accepted as a valid scope.
     * In order to use FileStorage you have to specify a storage path.
     * By default SessionStorage will be instantiated.
     */
    'storage' => new Kurt\LiveCoding\Storages\FileStorage($storagePath), // optional
]);

$liveCoding = new LiveCoding($liveCodingClient);

if (!$liveCoding->isAuthorized()) {
    echo 'Connect My LiveCodingTV Account';
} else {
    $results = $liveCoding->users('ozankurt');
}
```

Contribution Guidelines
-----------------------

[](#contribution-guidelines)

Any kind of code improvement or additions are appreciated.

License
-------

[](#license)

The LiveCoding-API is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 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 ~101 days

Total

2

Last Release

3410d ago

### Community

Maintainers

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

---

Top Contributors

[![OzanKurt](https://avatars.githubusercontent.com/u/8682003?v=4)](https://github.com/OzanKurt "OzanKurt (59 commits)")

---

Tags

apioauthlivecoding

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[league/oauth2-server

A lightweight and powerful OAuth 2.0 authorization and resource server library with support for all the core specification grants. This library will allow you to secure your API with OAuth and allow your applications users to approve apps that want to access their data from your API.

6.6k136.0M248](/packages/league-oauth2-server)[auth0/auth0-php

PHP SDK for Auth0 Authentication and Management APIs.

40820.2M68](/packages/auth0-auth0-php)[auth0/symfony

Symfony SDK for Auth0 Authentication and Management APIs.

128738.1k](/packages/auth0-symfony)[mollie/oauth2-mollie-php

Mollie Provider for OAuth 2.0 Client

251.7M1](/packages/mollie-oauth2-mollie-php)

PHPackages © 2026

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