PHPackages                             tonystore/laravel-round-robin - 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. tonystore/laravel-round-robin

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

tonystore/laravel-round-robin
=============================

Laravel package to generate sweepstakes using the Round Robin algorithm.

v0.1.1(4y ago)91.4k1MITPHPPHP ^7.3|^8.0|^8.1

Since Mar 27Pushed 1y ago3 watchersCompare

[ Source](https://github.com/tony98ms/laravel-round-robin)[ Packagist](https://packagist.org/packages/tonystore/laravel-round-robin)[ Docs](https://github.com/tony98ms/laravel-round-robin)[ RSS](/packages/tonystore-laravel-round-robin/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

**laravel-round-robin**
=======================

[](#laravel-round-robin)

[![Latest Stable Version](https://camo.githubusercontent.com/cebfac91806b136801abe992fb87e68c44fdb6214b3d7e4ad25a75630eca9601/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f746f6e7973746f72652f6c61726176656c2d726f756e642d726f62696e3f6c6162656c3d76657273696f6e)](https://packagist.org/packages/tonystore/laravel-round-robin)[![Packagist Downloads](https://camo.githubusercontent.com/0f1868389481bd16e9d1d972bfd438858d08bb679582294cb009a09fe4be4f30/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f746f6e7973746f72652f6c61726176656c2d726f756e642d726f62696e)](https://packagist.org/packages/tonystore/laravel-round-robin)[![License](https://camo.githubusercontent.com/67b87688c86e9ae560a358e583363deb8502902cabd16adbe16d63809d1b34bb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f746f6e7973746f72652f6c61726176656c2d726f756e642d726f62696e)](https://packagist.org/packages/tonystore/laravel-round-robin)[![PHP Version Require](https://camo.githubusercontent.com/41559425fc15b3532c9001fee164fbfcbec0b4b6b3ac4413f08b721d5fd072e5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646570656e64656e63792d762f746f6e7973746f72652f6c61726176656c2d726f756e642d726f62696e2f706870)](https://packagist.org/packages/tonystore/laravel-round-robin)

Laravel package to generate sweepstakes using the Round Robin algorithm. Supports any number of teams, as long as they are greater than a minimum value specified in the configuration file. Built with Laravel Collections for better handling of arrays.

**REQUIREMENTS**
----------------

[](#requirements)

- [PHP &gt;= 7.2](http://php.net)
- [Laravel 7 | 8 | 9 ](https://laravel.com)

**INSTALLATION VIA COMPOSER**
-----------------------------

[](#installation-via-composer)

### Step 1: Composer

[](#step-1-composer)

Run this command line in console.

```
composer require tonystore/laravel-round-robin
```

### Step 2: Publish Config File

[](#step-2-publish-config-file)

#### Publish Config File

[](#publish-config-file)

```
php artisan vendor:publish --provider="Tonystore\LaravelRoundRobin\LaravelRoundRobinProvider" --tag=round-robin
```

In your configuration file you can define the following:

```
