Download the PHP package exitialis/mas without Composer
On this page you can find all versions of the php package exitialis/mas. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download exitialis/mas
More information about exitialis/mas
Files in exitialis/mas
Download exitialis/mas
More information about exitialis/mas
Files in exitialis/mas
Vendor exitialis
Package mas
Short Description Auth server for minecraft client
License GNU GPL v3
Homepage https://github.com/exitialis/mas
Package mas
Short Description Auth server for minecraft client
License GNU GPL v3
Homepage https://github.com/exitialis/mas
Please rate this library. Is it a good library?
Informations about the package mas
Minecraft auth service
The package designed for your site integration with your minecraft client. The package includes the following features:
- Authenticate users from your site, which can work on engines, like WordPress or DLE.
- Skins and cloaks system for users.
- Default skins and cloaks for all users on your server, that don't have their own.
Navigation
- Required
- Installation
- Usage
- Testing
- Contributing
- Credits
- License
Required
- Install Laravel.
- Configure connection to MySQL in Laravel.
Installation
Add the mas package to your composer.json
file.
Or via the command line in the root of your Laravel installation. DON'T USING ROOT USER!
Add to your config/app.php
file in Laravel.
Via the command line in the root of your Laravel installation.
PROFIT :)
Usage
Edit your file config/mas.php
under CMS DLE or WordPress.
DLE:
WP:
Create folders in the folder public
of your Laravel installation:
- textures/cloak
- textures/skin
- cache
- clients/hash
- clients/{NAME_CLIENTS} (HiTech, Sandbox, Assets, Java, Etc)
Testing
All versions of mas with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6.0
laravel/framework Version ^5.4.12
illuminate/support Version ^5.4
hautelook/phpass Version ^1.0
fzaninotto/faker Version ^1.6
laravel/framework Version ^5.4.12
illuminate/support Version ^5.4
hautelook/phpass Version ^1.0
fzaninotto/faker Version ^1.6
The package exitialis/mas contains the following files
Loading the files please wait ....