dev-master
9999999-dev https://github.com/BirknerAlex/xenforo-sdkXenForo PHP SDK
GPL-2.0+
The Requires
- php >=5.3.2
by BirknerAlex
library sdk xenforo
XenForo PHP SDK
This is a PHP SDK for the XenForo software. Tested with XenForo 1.4.5., (*1)
You can install via composer: - visit http://getcomposer.org to install composer on your system; - create a composer.json file in your project root:, (*2)
{ "require": { "tyrola/xenforo-sdk": "1.0.*@dev" } }
composer install
;index.php
file:<?php require 'vendor/autoload.php'; $sdk = new XenForoSDK('/path/to/xenforo/installation/');
For usage samples take a look into the sample.php file., (*3)
This is forked from VinceG and maintained by BirknerAlex., (*4)
XenForo PHP SDK
GPL-2.0+
library sdk xenforo