PHPackages                             tipoff/payments - 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. [Payment Processing](/categories/payments)
4. /
5. tipoff/payments

ActiveLibrary[Payment Processing](/categories/payments)

tipoff/payments
===============

Laravel Package for implementing Ecommerce payments

2.6.1(5y ago)03.4k1[4 issues](https://github.com/tipoff/payments/issues)2MITPHPPHP ^7.4|^8.0

Since Feb 10Pushed 5y ago4 watchersCompare

[ Source](https://github.com/tipoff/payments)[ Packagist](https://packagist.org/packages/tipoff/payments)[ Docs](https://github.com/tipoff/payments)[ GitHub Sponsors](https://github.com/tipoff)[ RSS](/packages/tipoff-payments/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (10)Dependencies (4)Versions (12)Used By (2)

Laravel Package for implementing Ecommerce payments
===================================================

[](#laravel-package-for-implementing-ecommerce-payments)

[![Latest Version on Packagist](https://camo.githubusercontent.com/08878a35a176905f10fc24cb6a0ebeb50ff1e28934a02039715857da2d2ae0fc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7469706f66662f7061796d656e74732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/tipoff/payments)[![Tests](https://github.com/tipoff/payments/workflows/Tests/badge.svg)](https://github.com/tipoff/payments/workflows/Tests/badge.svg)[![Total Downloads](https://camo.githubusercontent.com/d828b443bc27ebfa35a88d92b4874eda2abb237c4e17e753743f5550b68c45be/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7469706f66662f7061796d656e74732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/tipoff/payments)

This is where your description should go.

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

[](#installation)

You can install the package via composer:

```
composer require tipoff/payments
```

You can publish and run the migrations with:

```
php artisan vendor:publish --provider="Tipoff\Payments\PaymentsServiceProvider" --tag="payments-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --provider="Tipoff\Payments\PaymentsServiceProvider" --tag="payments-config"
```

This is the contents of the published config file:

```
return [
];
```

Models
------

[](#models)

We include the following model:

**List of Models**

- Payment

For each of these models, this package implements an [authorization policy](https://laravel.com/docs/8.x/authorization) that extends the roles and permissions approach of the [tipoff/authorization](https://github.com/tipoff/authorization) package. The policies for each model in this package are registered through the package and do not need to be registered manually.

The models also have [Laravel Nova resources](https://nova.laravel.com/docs/3.0/resources/) in this package and they are also registered through the package and do not need to be registered manually.

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

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

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Tipoff](https://github.com/tipoff)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community22

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 58.3% 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

Every ~7 days

Total

11

Last Release

1850d ago

Major Versions

1.1.0 → 2.0.02021-02-19

### Community

Maintainers

![](https://www.gravatar.com/avatar/6ccc9e3647546c97a5a77b995736302afd85bebdcb43d8fde7d11486579c30c0?d=identicon)[drewroberts](/maintainers/drewroberts)

---

Top Contributors

[![drewroberts](https://avatars.githubusercontent.com/u/24581081?v=4)](https://github.com/drewroberts "drewroberts (98 commits)")[![huntermontell](https://avatars.githubusercontent.com/u/64396917?v=4)](https://github.com/huntermontell "huntermontell (16 commits)")[![phuclh](https://avatars.githubusercontent.com/u/6707194?v=4)](https://github.com/phuclh "phuclh (12 commits)")[![wolfrednicolas](https://avatars.githubusercontent.com/u/13080491?v=4)](https://github.com/wolfrednicolas "wolfrednicolas (12 commits)")[![chx2](https://avatars.githubusercontent.com/u/24723492?v=4)](https://github.com/chx2 "chx2 (9 commits)")[![pdbreen](https://avatars.githubusercontent.com/u/1670907?v=4)](https://github.com/pdbreen "pdbreen (7 commits)")[![arwaawan](https://avatars.githubusercontent.com/u/16465411?v=4)](https://github.com/arwaawan "arwaawan (5 commits)")[![prestontoor](https://avatars.githubusercontent.com/u/22110334?v=4)](https://github.com/prestontoor "prestontoor (5 commits)")[![WebTigers](https://avatars.githubusercontent.com/u/774030?v=4)](https://github.com/WebTigers "WebTigers (3 commits)")[![devjk1](https://avatars.githubusercontent.com/u/62731054?v=4)](https://github.com/devjk1 "devjk1 (1 commits)")

---

Tags

paymentstipoff

### Embed Badge

![Health badge](/badges/tipoff-payments/health.svg)

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

###  Alternatives

[amzn/amazon-pay-sdk-php

Amazon Pay SDK (PHP)

20512.1M3](/packages/amzn-amazon-pay-sdk-php)[unicodeveloper/laravel-paystack

A Laravel Package for Paystack

650975.6k11](/packages/unicodeveloper-laravel-paystack)[ignited/laravel-omnipay

Integrates Omnipay with Laravel and provides an easy configuration.

5211.1M12](/packages/ignited-laravel-omnipay)[recurly/recurly-client

The PHP client library for the Recurly API

1736.3M7](/packages/recurly-recurly-client)[chargebee/chargebee-php

ChargeBee API client implementation for PHP

768.0M9](/packages/chargebee-chargebee-php)[amzn/amazon-pay-api-sdk-php

Amazon Pay API SDK (PHP)

505.1M9](/packages/amzn-amazon-pay-api-sdk-php)

PHPackages © 2026

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