PHPackages                             wainwright/casino-dog - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. wainwright/casino-dog

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

wainwright/casino-dog
=====================

Casino Dog is a tool to alter outcome of casino games. Tool originating from David G. Wainwright (HollywoodTV) and used by big brand-names like Sportsbet.io, Stake.com, Bitstarz.com, Softswiss.com, Betsson Group and many more.

121327PHP

Since Nov 8Pushed 3y agoCompare

[ Source](https://github.com/casino-man/casinodog)[ Packagist](https://packagist.org/packages/wainwright/casino-dog)[ RSS](/packages/wainwright-casino-dog/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

casinoman: wainwright's casinodog
---------------------------------

[](#casinoman-wainwrights-casinodog)

base plugin with all game sense, package works best under fresh install of laravel ++ breeze "api" package, but should work within any existing laravel package aswell.

**Still somewhat rough edges, however you can use installer to setup: .**

Make sure to set correct .env

After installing laravel/running the installer script, run: `php artisan casino-dog:install`

After which you can login at admin: `/allseeingdavid` with login entered on install.

To import default gameslistings: `php artisan casino-dog:retrieve-default-gameslist {provider}`

Alternatively you can deploy app using Heroku using the skeleton at Gitlab.com/casinoman.

bit more:
=========

[](#bit-more)

There is a 'cheat' plugin that is called "game respin templates" basically when player spins slotmachine and loses their full bet it saves this game to the database as a 'template'. This 'template' (game result) is saved so it can be used for any other player in future on the slotmachine getting a big win, we then simply swap the game result with the loss (under any bet amount, depending on the provider it maps any game, that means a player losing their bet on 0.10$ spins can be used on a player spinning 1000$ per spin).

Bonus features are saved under specific bonus\_game id's where possible. I'm in progress of writing the documentations, but it's lot of stuff to write, so few more days the most I hope to have a 'basic' documentation ready atleast explaining and showing some of the features.

You can use "GameKernelTrait" anywhere in the package. To create/scaffold a new gameprovider, if you wanna implement any other slotmachine provider, just call `php artisan casino-dog:create-gameprovider` and all controllers, datatables, frontend launcher etc. will be scaffolded for new gameprovider.

You can automatically import games from SOFTSWISS, PARIMATCH and PLAYTECH game formats, but that's more advanced and honestly with the default gameslist, I saved most current provider's their full listings so just use the retriever command.

This is only the aggregation, best is to use this in combination with the client SDK the `casino-dog-operator-api`.

You can import over 20+ game providers, under which Pragmatic Play, 3oaks, Relax Gaming and many more to be used for your own casino, your own aggregation business or just like me wanting to learn how these criminals are achieving their goals out of mere curousity.

App is inspired by fraud committed by various parties lead by Vlad Suciu, Laurence Phillipe, David G. Wainwright, Max Wright and many more.

Workers
-------

[](#workers)

Worker &amp; schedule runner required to run automated game importer jobs:

Setting up cronjob to run every minute `php artisan schedule:run`:

Run `crontab-e` select vi/nano editor.

Paste at bottom:

```
* * * * * cd /path-to-your-project && php artisan schedule:run >> /dev/null 2>&1
```

Check if cron running:

```
systemctl status cron
```

Setting up supervisor:

```
sudo apt-get install supervisor
cd /etc/supervisor/config.d
sudo nano laravel-worker.conf
```

laravel-worker.conf:

```
[program:laravel-worker]
process_name=%(program_name)s_%(process_num)02d
command=/usr/bin/php /var/www/laravel/artisan queue:work --sleep=0.1 --tries=2 >
autostart=true
autorestart=true
user=root
numprocs=10
redirect_stderr=true
stdout_logfile=/var/www/laravel/storage/logs/worker.log
```

```
service supervisor restart
```

You can disable automated game import processing in config/casino-dog.php

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity27

Early-stage or recently created project

 Bus Factor1

Top contributor holds 64.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/24972575?v=4)[Janos Scheller](/maintainers/casinoman)[@casinoman](https://github.com/casinoman)

---

Top Contributors

[![casino-man](https://avatars.githubusercontent.com/u/117127150?v=4)](https://github.com/casino-man "casino-man (11 commits)")[![davidwainwright-casino](https://avatars.githubusercontent.com/u/115436466?v=4)](https://github.com/davidwainwright-casino "davidwainwright-casino (6 commits)")

### Embed Badge

![Health badge](/badges/wainwright-casino-dog/health.svg)

```
[![Health](https://phpackages.com/badges/wainwright-casino-dog/health.svg)](https://phpackages.com/packages/wainwright-casino-dog)
```

###  Alternatives

[marcelweidum/filament-expiration-notice

Customize the livewire expiration notice

94135.4k5](/packages/marcelweidum-filament-expiration-notice)[omnia-digital/livewire-calendar

Laravel Livewire calendar component

13268.5k](/packages/omnia-digital-livewire-calendar)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
