vinkas/discourse-php

Lets you use Discourse as the forum or community engine for a PHP website using API and SSO.

v1.0.4 2016-11-14 14:59 UTC

This package is not auto-updated.

Last update: 2024-04-13 17:19:10 UTC


README

Lets you use Discourse as the forum or community engine for a PHP website using API and SSO.

Installation

The package is registered at Packagist as vinkas/discourse-php and can be installed using composer:

composer require vinkas/discourse-php

Documentation

Creating discourse client

$discourse = new Vinkas\Discourse\PHP\Client('discourse.example.com', true);  // set true if ssl enabled

API

SSO