Download the PHP package lukasz-adamski/laravel-rcon without Composer
On this page you can find all versions of the php package lukasz-adamski/laravel-rcon. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-rcon
Source RCON Protocol Service Provider for Laravel
This package is developed to provide Laravel Framework service allowing you to work with source RCON protocol. You can read more protocol specification on this page: https://developer.valvesoftware.com/wiki/Source_RCON_Protocol
Installation
-
Install composer package using command:
-
Add Service Provider in
config/app.php
: -
Add Facade in
config/app.php
: - Publish configuration file to your project:
Environment
You can setup environment variables to establish default RCON connection.
RCON_CONNECTION
- default RCON connection name stored inconfig/rcon.php
,RCON_HOST
- RCON server hostname,RCON_PORT
- RCON server listening port,RCON_PASSWORD
- passphrase used to authorize connection, you can usenull
to skip authorization,RCON_TIMEOUT
- RCON server connection timeout.
Testing
To run predefined test set use:
Usage
Below you have example controller implementation:
All versions of laravel-rcon with dependencies
PHP Build Version
Package Version
Requires
illuminate/support Version
^6.0
The package lukasz-adamski/laravel-rcon contains the following files
Loading the files please wait ....