PHPackages                             kevupton/referrals - 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. kevupton/referrals

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

kevupton/referrals
==================

Referral System for laravel

1.2.5(8y ago)64122MITPHPPHP &gt;=5.3

Since Oct 30Pushed 8y ago1 watchersCompare

[ Source](https://github.com/kevupton/referrals)[ Packagist](https://packagist.org/packages/kevupton/referrals)[ RSS](/packages/kevupton-referrals/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (4)Versions (25)Used By (0)

Referrals
=========

[](#referrals)

Laravel bare-bones implementation of a referral queue system. Currently the main functionality this package provides is the manipulation and creation of the referral queue.

How it works
------------

[](#how-it-works)

This referral system is based of queue jumping. The idea being that when someone signs up they are placed into a queue. Then whenever someone registers, they jump **X** places in the queue. The idea behind the queue itself is that it is to slowly grow over a period of time, to simulate users signing up, and hence a demand. Or a queue to jump.

---

Config File
-----------

[](#config-file)

This file handles everything to do with the queue itself. A commend on each field is there explaining what each does.

```
