2017 © Pedro Peláez
 

library forgetsm-php-framework

Clone of TS3 ADMIN PHP Framework 0.8.0.0 providing the library as composer project.

image

forge-media/forgetsm-php-framework

Clone of TS3 ADMIN PHP Framework 0.8.0.0 providing the library as composer project.

  • Monday, January 11, 2016
  • by shadowrider921009
  • Repository
  • 2 Watchers
  • 1 Stars
  • 39 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Introduction

Build Status Latest Stable Version License, (*1)

Clone of TS3 ADMIN PHP Framework 0.8.0.0 providing the library as composer project., (*2)

Usage

Install via composer:, (*3)

"require": {
    "forge-media/forgetsm-php-framework": "dev-master"
},

Skip the required_once part of official documentation and replace it with use API\TeamSpeak3 statement., (*4)

Examples:, (*5)

$ts3_ip = '127.0.0.1';
$ts3_queryport = 10011;
$ts3_port = 9987;

require("../vendor/autoload.php");

#build a new ts3admin object
$tsAdmin = new ts3admin($ts3_ip, $ts3_queryport);

if($tsAdmin->getElement('success', $tsAdmin->connect())) {
    #select teamspeakserver
    $tsAdmin->selectServer($ts3_port);

    }
}else{
    echo 'Connection could not be established.';
}

For more information visit the official documentation., (*6)

The Versions

11/01 2016

dev-master

9999999-dev https://github.com/forge-media/forgetsm-php-framework

Clone of TS3 ADMIN PHP Framework 0.8.0.0 providing the library as composer project.

  Sources   Download

GPL2

The Requires

  • php >=5.5.9

 

by Forge Media

php heroku ts3

11/01 2016

v1.0.1

1.0.1.0 https://github.com/forge-media/forgetsm-php-framework

Clone of TS3 ADMIN PHP Framework 0.8.0.0 providing the library as composer project.

  Sources   Download

GPL2

The Requires

  • php >=5.5.9

 

by Forge Media

php heroku ts3

09/01 2016

v1.0.0

1.0.0.0 https://github.com/forge-media/forgetsm-php-framework

Clone of TS3 ADMIN PHP Framework 0.8.0.0 providing the library as composer project.

  Sources   Download

GPL2

The Requires

  • php >=5.5.9

 

by Forge Media

php heroku ts3