PHPackages                             henryejemuta/laravel-vtpass - 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. [API Development](/categories/api)
4. /
5. henryejemuta/laravel-vtpass

ActiveLibrary[API Development](/categories/api)

henryejemuta/laravel-vtpass
===========================

A laravel package to seamlessly integrate VTPass RESTful API into your laravel application

0.1.1(5y ago)4184MITPHPPHP ^7.2CI failing

Since Sep 29Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/henryejemuta/laravel-vtpass)[ Packagist](https://packagist.org/packages/henryejemuta/laravel-vtpass)[ RSS](/packages/henryejemuta-laravel-vtpass/feed)WikiDiscussions main Synced 3w ago

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

Laravel VTPass
==============

[](#laravel-vtpass)

[![Build Status](https://camo.githubusercontent.com/579fdfe8ee16a13b6d97eee4b9373e5edbbb16469cd52bb47283d22d2038dfa4/68747470733a2f2f7472617669732d63692e6f72672f68656e7279656a656d7574612f6c61726176656c2d7674706173732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/henryejemuta/laravel-vtpass)[![Latest Version on Packagist](https://camo.githubusercontent.com/7c906f0baac54ccd111f3d796d838b2528684e6d85c52a88109065bc266c98b9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f68656e7279656a656d7574612f6c61726176656c2d7674706173732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/henryejemuta/laravel-vtpass)[![Latest Stable Version](https://camo.githubusercontent.com/1c1f7958d00db32de089f4b8df63ded9d77f16702859de045c303209d45f4ff1/68747470733a2f2f706f7365722e707567782e6f72672f68656e7279656a656d7574612f6c61726176656c2d7674706173732f762f737461626c65)](https://packagist.org/packages/henryejemuta/laravel-vtpass)[![Total Downloads](https://camo.githubusercontent.com/8b9fcdb477df8fe31747d668a931db39f8aced3edb6aec71074149efa6db21d6/68747470733a2f2f706f7365722e707567782e6f72672f68656e7279656a656d7574612f6c61726176656c2d7674706173732f646f776e6c6f616473)](https://packagist.org/packages/henryejemuta/laravel-vtpass)[![License](https://camo.githubusercontent.com/c1767304305089a3436ea24834a3d00337dc14ef7e068b003a2ee45fd69658bf/68747470733a2f2f706f7365722e707567782e6f72672f68656e7279656a656d7574612f6c61726176656c2d7674706173732f6c6963656e7365)](https://packagist.org/packages/henryejemuta/laravel-vtpass)[![Quality Score](https://camo.githubusercontent.com/2725959e92351132e3c57a9c9139ef9e92df58ec907514ee6a7442dff4346d5d/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f68656e7279656a656d7574612f6c61726176656c2d7674706173732e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/henryejemuta/laravel-vtpass)

A laravel package to seamlessly integrate VTPass api within your laravel application

What is VTPass
--------------

[](#what-is-vtpass)

VTPass is a platform through which you can make convenient payment for your day to day services like Phone Airtime Recharge, Internet Data bundle subscription, Cable TV subscription such as DTSV, GOTV, Startimes, Electricity bills (PHCN) and many other services.

Create a VTPass Account [Sign Up](https://bit.ly/3kFIfns).

Look up VTPass API Documentation [API Documentation](https://www.vtpass.com/documentation/introduction/).

Whitelist Products
------------------

[](#whitelist-products)

Although you have access to all VTpass products, they are **disabled by default**. To start selling specific products, you must **whitelist** them first. Whitelisting allows you to activate only the products you intend to offer through your integration. Follow the steps below to whitelist your desired products and enable them for vending.

#### Steps on how to whitelist products:

[](#steps-on-how-to-whitelist-products)

- To whitelist products for:
    1. The live environment, go to your [VTpass profile here](https://vtpass.com/account).
    2. The Sandbox environment, go to your [Sandbox profile here](https://sandbox.vtpass.com/account).
- Click on the Product Settings tab on your profile page.
- Check the products you would like to vend and click the submit button

Request API Access
------------------

[](#request-api-access)

Now that you have gone through the documentation and all necessary tests done on the test environment, you are almost ready to go live!

1. **Create Live Account**: The next step is to create a live account [here](https://www.vtpass.com/).
2. **Request Access**: After creating a live account, you need to request API access by clicking [here](https://www.vtpass.com/request-api-access) (you need to be logged in to your live account before you can access this).
3. **Fill Form**: Fill the form on the page and check the service(s) integrated. **Note:** You will be required to input the request ID of a successful integration.
4. **Submit**: Once done, click on submit.

Non-Laravel Usage
-----------------

[](#non-laravel-usage)

If you are using this package in a non-laravel project, or you need a framework agnostic usage of this package, using the vanilla php version [php-vtpass-vtu](https://github.com/henryejemuta/php-vtpass-vtu) is suggested.

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

[](#installation)

You can install the package via composer:

```
composer require henryejemuta/laravel-vtpass
```

Publish VTPass configuration file, migrations as well as set default details in .env file:

```
php artisan vtpass:init
```

Usage
-----

[](#usage)

> To use the VTPass package you must import the VTPass Facades with the import statement below; Other Classes import is based on your specific usage and would be highlighted in their corresponding sections.

```
...
use HenryEjemuta\LaravelVTPass\Facades\VTPass;
...
```

### VTPass Facades Overview

[](#vtpass-facades-overview)

```
```

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Bugs &amp; Issues
-----------------

[](#bugs--issues)

If you notice any bug or issues with this package kindly create and issues here [ISSUES](https://github.com/henryejemuta/laravel-vtpass/issues)

### Security

[](#security)

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

Credits
-------

[](#credits)

- [Henry Ejemuta](https://github.com/henryejemuta)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance51

Moderate activity, may be stable

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity39

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2102d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/54673a3d375309540e1831b2827b8bf499d048dfe3cdb56193cf575c4105d85f?d=identicon)[henryejemuta](/maintainers/henryejemuta)

---

Top Contributors

[![henryejemuta](https://avatars.githubusercontent.com/u/13375596?v=4)](https://github.com/henryejemuta "henryejemuta (15 commits)")

---

Tags

airtimeapibillsbundledatalaravelnigeriatopuputilityvtpasslaravelpaymentNigeriaairtimedata bundlebill paymentUtility BillsCable BillsVtpass

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/henryejemuta-laravel-vtpass/health.svg)

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

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[simplestats-io/laravel-client

Analytics for Laravel. Track visitors, registrations, and payments. Discover which channels actually drive revenue, not just traffic. Server-side, GDPR compliant, ad-blocker proof.

5019.3k](/packages/simplestats-io-laravel-client)[sebdesign/laravel-viva-payments

A Laravel package for integrating the Viva Payments gateway

4851.0k](/packages/sebdesign-laravel-viva-payments)

PHPackages © 2026

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