2017 © Pedro Peláez
 

library xenforo-sdk

XenForo PHP SDK

image

tyrola/xenforo-sdk

XenForo PHP SDK

  • Wednesday, March 4, 2015
  • by BirknerAlex
  • Repository
  • 0 Watchers
  • 0 Stars
  • 1,546 Installations
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 7 % Grown

The README.md

xenforo-sdk for PHP

This is a PHP SDK for the XenForo software. Tested with XenForo 1.4.5., (*1)

Usage

Composer install

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"
  }
}
  • download and install the package with composer install;
  • add this lines to your application's 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)

Notes

This is forked from VinceG and maintained by BirknerAlex., (*4)

The Versions

04/03 2015

dev-master

9999999-dev https://github.com/BirknerAlex/xenforo-sdk

XenForo PHP SDK

  Sources   Download

GPL-2.0+

The Requires

  • php >=5.3.2

 

by Avatar BirknerAlex

library sdk xenforo