2017 © Pedro Peláez
 

library ts3-php

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

image

hardwiregaming/ts3-php

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

  • Friday, April 1, 2016
  • by lancepioch
  • Repository
  • 4 Watchers
  • 0 Stars
  • 150 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 3 Versions
  • 1 % Grown

The README.md

Introduction

Clone of TS3 PHP Framework 1.1.23 providing the library as composer project including namespaces and follow the PSR-4 Standard., (*1)

Usage

Install via composer:, (*2)

"require": {
    "hardwiregaming/teamspeak-php-framework": "~1.1"
},

Example:, (*3)

namespace Foo;
use TeamSpeak3\TeamSpeak3;

class TeamSpeak3Adapater
{
    private $ts;
    public __construct()
    {
        $this->ts3 = TeamSpeak3::factory("serverquery://username:password@127.0.0.1:10011/?server_port=9987");
    }

    public writeMessage($message)
    {
        $this->ts3->message($message);
    }
}

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

The Versions

01/04 2016

dev-master

9999999-dev https://github.com/hardwiregaming/ts3-php

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

  Sources   Download

GPL2

The Requires

  • php >=5.3.3

 

by Avatar arcdigital

teamspeak3

28/10 2015

dev-docs

dev-docs https://github.com/hardwiregaming/ts3-php

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

  Sources   Download

GPL2

The Requires

  • php >=5.3.3

 

by Avatar arcdigital

teamspeak3

27/10 2015

1.1.23

1.1.23.0 https://github.com/fkubis/teamspeak-php-framework

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

  Sources   Download

GPL2

The Requires

  • php >=5.3.3

 

by Sven Paulsen
by Frank Kubis

teamspeak3