PHPackages                             fastwebmedia/laravel-vouchering - 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. fastwebmedia/laravel-vouchering

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

fastwebmedia/laravel-vouchering
===============================

A simple vouchering system for Laravel

2.1.2(11y ago)6265[1 issues](https://github.com/fastwebmedia/laravel-vouchering/issues)MITPHPPHP &gt;=5.4.0

Since Mar 25Pushed 11y ago10 watchersCompare

[ Source](https://github.com/fastwebmedia/laravel-vouchering)[ Packagist](https://packagist.org/packages/fastwebmedia/laravel-vouchering)[ RSS](/packages/fastwebmedia-laravel-vouchering/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (7)Versions (7)Used By (0)

Laravel Voucher Package
=======================

[](#laravel-voucher-package)

[![Build Status](https://camo.githubusercontent.com/d06a02d984d23d2b9952480cbfd7968a9c1dfa9c96ded0e3bb18641fd7babe27/68747470733a2f2f7472617669732d63692e6f72672f666173747765626d656469612f6c61726176656c2d766f7563686572696e672e737667)](https://travis-ci.org/fastwebmedia/laravel-vouchering)

A simple voucher package to allow for the generation of unique vouchers across multiple campaigns, packaged up with create, load, redeem, expire, and delete methods.

 Installation (Laravel 5)
--------------------------------------------------------------

[](#-installation-laravel-5)

Here are the steps you need to take to install the package on Laravel 5. [Click here for Laravel 4](#l4install).

Add the package (v2.\*) to your composer.json require.

```
composer require fastwebmedia/laravel-vouchering:2.*

```

Run composer update.

```
composer update

```

Add the service provider to providers array in app.php config.

```
'Fastwebmedia\LaravelVouchering\LaravelVoucheringServiceProvider'

```

Now run the publish command to copy up the package migrations for the voucher and campaign tables and then migrate to your hearts content.

```
vendor:publish
php artisan migrate

```

All done! You are now ready to [set up your first voucher campaign](#campaign-create)!

 Setting up a new Campaign
---------------------------------------------------------------------

[](#-setting-up-a-new-campaign)

Setting up a new voucher campaign is made easy using the package's campaign:create artisan command. Simply run in the terminal and follow the prompts.

```
php artisan campaign:create

```

Check your database, you should now have a new campaign.

 Installation (Laravel 4)
--------------------------------------------------------------

[](#-installation-laravel-4)

Here are the steps you need to take to install the package on Laravel 4. [Click here for Laravel 5](#l5install).

Add the package (v1.\*) to your composer.json require.

```
composer require fastwebmedia/laravel-vouchering:1.*

```

Run composer update.

```
composer update

```

Add the service provider to providers array in app.php config.

```
'Fastwebmedia\LaravelVouchering\LaravelVoucheringServiceProvider'

```

From the terminal run the package migrations.

```
php artisan migrate --package="fastwebmedia/laravel-vouchering"

```

All done! You are now ready to [set up your first voucher campaign](#campaign-create)!

Coming Soon...
--------------

[](#coming-soon)

More documentation to follow, covering all package methods for voucher creation, loading and more...

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

Established project with proven stability

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.

###  Release Activity

Cadence

Every ~6 days

Total

6

Last Release

4042d ago

Major Versions

1.0.0 → 4.0.x-dev2015-03-25

### Community

Maintainers

![](https://www.gravatar.com/avatar/e8342b25a9d4040a540f3e468d4aba58bf2d601800e4484abe2c77471fa7e218?d=identicon)[fastwebmedia](/maintainers/fastwebmedia)

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/fastwebmedia-laravel-vouchering/health.svg)

```
[![Health](https://phpackages.com/badges/fastwebmedia-laravel-vouchering/health.svg)](https://phpackages.com/packages/fastwebmedia-laravel-vouchering)
```

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[orchestra/canvas

Code Generators for Laravel Applications and Packages

20917.2M158](/packages/orchestra-canvas)[illuminate/pipeline

The Illuminate Pipeline package.

9346.6M213](/packages/illuminate-pipeline)[illuminate/pagination

The Illuminate Pagination package.

10532.5M862](/packages/illuminate-pagination)[spatie/laravel-pjax

A pjax middleware for Laravel 5

513371.8k11](/packages/spatie-laravel-pjax)[spatie/laravel-mix-preload

Add preload and prefetch links based your Mix manifest

169176.0k2](/packages/spatie-laravel-mix-preload)

PHPackages © 2026

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