This an example implementation of the Gameye PHP SDK in Laravel.
You can clone this project and see how you can integrate the Gameye API to create your own website or backend to start and managing game matches.
Install the required packages via Composer
composer install
Copy the env.example file to a new .env file and Make sure to add your Steam Web API key
cp .env.example .env
Generate a Laravel application key
php artisan key:generate
Go to your project url and fill in your Gameye API key. Update your configuration and click on the first menu item to create your first CS:GO match.
Contact: gameye.com — support@gameye.com