newyorkgaming / nygaming-laravel
This package is abandoned and no longer maintained.
No replacement package was suggested.
NewYorkGaming API library package for laravel.
dev-main
2022-08-16 21:28 UTC
This package is auto-updated.
Last update: 2024-03-26 18:03:22 UTC
README
NewYorkGaming Seamless integration API library package for laravel.
Complete documantation coming soon.........
Quick Installation
composer require newyorkgaming/nygaming-laravel
Once the newyorkgaming/nygaming-laravel package has been installed, you need to install using this artisan command:
php artisan nygaming:install
Usage
// fetch all games return NeyWorkGamiang::getGamelist(); // lauchning game return NeyWorkGaming::makeGameLink($gameId);
Env
#For staging NYG_SANDBOX=true, for production NYG_SANDBOX=false NYG_SANDBOX=true NYG_API_KEY="NewYorkGaming API KEY" NYG_SHOP_ID="NewYorkGaming Shop IP" NYG_AUTH_TOKEN="NewYorkGaming Auth Token"
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.