Download the PHP package lukasz-adamski/laravel-teamspeak3 without Composer
On this page you can find all versions of the php package lukasz-adamski/laravel-teamspeak3. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download lukasz-adamski/laravel-teamspeak3
More information about lukasz-adamski/laravel-teamspeak3
Files in lukasz-adamski/laravel-teamspeak3
Download lukasz-adamski/laravel-teamspeak3
More information about lukasz-adamski/laravel-teamspeak3
Files in lukasz-adamski/laravel-teamspeak3
Vendor lukasz-adamski
Package laravel-teamspeak3
Short Description Teamspeak 3 PHP Framework Service Provider for Laravel Framework
License MIT
Package laravel-teamspeak3
Short Description Teamspeak 3 PHP Framework Service Provider for Laravel Framework
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-teamspeak3
TeamSpeak 3 Framework Service Provider for Laravel
This package is developed to provide Laravel Framework service allowing you to execute TeamSpeak 3 ServerQuery commands.
Installation
-
Install composer package using this command:
-
Insert Service Provider in
config/app.php
: -
Insert Facade in
config/app.php
: -
Publish configuration file to your project:
- Open
.env
file and insert these settings:TEAMSPEAK3_HOST
- host used to establish connection with server,TEAMSPEAK3_VOICE_PORT
- voice port (UDP) used to identify virtual server to select,TEAMSPEAK3_QUERY_PORT
- query port (TCP) used to establish connection with ServerQuery,TEAMSPEAK3_USERNAME
- username which will be used to login into ServerQuery,TEAMSPEAK3_PASSWORD
- password which will be used to login into ServerQuery,TEAMSPEAK3_NICKNAME
- nickname to set after successful connection.
Usage
For example you can use this Service Provider in Controllers:
All versions of laravel-teamspeak3 with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6.4
illuminate/support Version ~7.0
lukasz-adamski/teamspeak3-framework Version ~1.0
illuminate/support Version ~7.0
lukasz-adamski/teamspeak3-framework Version ~1.0
The package lukasz-adamski/laravel-teamspeak3 contains the following files
Loading the files please wait ....