PHPackages                             wfx/giftbit - 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. wfx/giftbit

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

wfx/giftbit
===========

Laravel Package for Giftbit Gift Cards

02PHP

Since Aug 11Pushed 2y ago2 watchersCompare

[ Source](https://github.com/webfixerr/Giftbit)[ Packagist](https://packagist.org/packages/wfx/giftbit)[ RSS](/packages/wfx-giftbit/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

Giftbit
=======

[](#giftbit)

Giftbit is Laravel package for Giftbit to send Gift Cards. Integration for Giftbit API. Read more at

This package will give you a simplest APIs to Create Giftbit Gift Cards based on region.

Installation
------------

[](#installation)

You can install this package via Composer.

```
$ composer require wfx/giftbit
```

Set the following Environment Variable in `.env` file.

```
GIFTBIT_ENDPOINT=[api-testbed.giftbit.com/papi/v1](https://api-testbed.giftbit.com/papi/v1)
GIFTBIT_CURRENCY=CAD
GIFTBIT_DEBUG=true/false
GIFTBIT_ACCESS_KEY=GIFTBIT_ACCESS_KEY
```

The package will register itself automatically. Optionally publish config file of package

```
$ php artisan vendor:publish --provider="wfx\Giftbit\GiftbitServiceProvider"
```

Usage
-----

[](#usage)

To get particular region from the regions list

```
$giftbitRegion = Giftbit::make()->getRegions('Canada');
```

To get brands based on region from the brands list

```
$giftbitBrands = Giftbit::make()->getBrands($giftbitRegion);
```

To Create Giftbit Gift Card

```
$giftbit = Giftbit::make()->createCampaign($value);
```

Available Methods
-----------------

[](#available-methods)

To change client configuration dynamic. If you pass only `$key` or other parameter will takes value from default config.

```
$giftbit = Giftbit::make($key, $endpoint, $currency)->createCampaign($value);
```

Change log
----------

[](#change-log)

Please see the [changelog](changelog.md) for more information on what has changed recently.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Webfixerr](https://github.com/webfixerr)

License
-------

[](#license)

MIT. Please see the [license file](LICENSE) for more information.

###  Health Score

14

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity24

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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/3298655?v=4)[varun1607](/maintainers/varun1607)[@varun1607](https://github.com/varun1607)

---

Top Contributors

[![varun1607](https://avatars.githubusercontent.com/u/3298655?v=4)](https://github.com/varun1607 "varun1607 (14 commits)")

### Embed Badge

![Health badge](/badges/wfx-giftbit/health.svg)

```
[![Health](https://phpackages.com/badges/wfx-giftbit/health.svg)](https://phpackages.com/packages/wfx-giftbit)
```

###  Alternatives

[mageplaza/module-geoip

Magento 2 GEO IP Extension

19350.4k1](/packages/mageplaza-module-geoip)[netgen/richtext-datatype-bundle

Netgen RichText datatype bundle allows eZ Publish Legacy to work with rich text (ezrichtext) field type available in eZ Platform

1033.5k3](/packages/netgen-richtext-datatype-bundle)

PHPackages © 2026

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