PHPackages                             ageekdev/geek-credit - 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. ageekdev/geek-credit

ActiveLibrary[Payment Processing](/categories/payments)

ageekdev/geek-credit
====================

To simplify credit management and in-app purchases in Laravel apps.

v10.x-dev(2y ago)15311[2 PRs](https://github.com/ageekdev/geek-credit/pulls)MITPHPPHP ^8.1|^8.2CI passing

Since Jan 24Pushed 5mo ago3 watchersCompare

[ Source](https://github.com/ageekdev/geek-credit)[ Packagist](https://packagist.org/packages/ageekdev/geek-credit)[ Docs](https://github.com/ageekdev/geek-credit)[ RSS](/packages/ageekdev-geek-credit/feed)WikiDiscussions main Synced 1mo ago

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

Geek Credit
===========

[](#geek-credit)

[![Laravel 10.x](https://camo.githubusercontent.com/77d579450465c8f91cf6e423135e0e63f0a86228512e20ee1f9f85dad715bfe1/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d31302e782d7265642e7376673f7374796c653d666c61742d737175617265)](http://laravel.com/docs/10.x)[![GitHub Tests Action Status](https://camo.githubusercontent.com/5627da0d02456fcaa1227979511c7752780c01ef82d587fd03aa15137b8d9d16/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f616765656b6465762f6765656b2d6372656469742f72756e2d74657374732e796d6c3f6c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/ageekdev/geek-credit/actions/workflows/run-tests.yml)

The Geek Credit Package simplifies credit management and in-app purchases in Laravel apps. With transaction history and customizable features, it's ideal for implementing credit-based systems.

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

[](#installation)

You can install the package via composer:

```
composer require ageekdev/geek-credit
```

You can publish the config file with:

```
php artisan vendor:publish --provider="Ageekdev\GeekCredit\GeekCreditServiceProvider" --tag="geek-credit-config"
```

You can publish the migration with:

```
php artisan vendor:publish --provider="Ageekdev\GeekCredit\GeekCreditServiceProvider" --tag="geek-credit-migrations"
```

Using Credit
------------

[](#using-credit)

Add the HasCredit trait on App\\User model or any model who acts as user in your app.

```
use Illuminate\Database\Eloquent\Model;
use Ageekdev\GeekCredit\Traits\HasCredit;

class UserModel extends Model
{
    use HasCredit;

    ...
}
```

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)

- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance48

Moderate activity, may be stable

Popularity15

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

 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

843d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/13062143?v=4)[Tint Naing Win](/maintainers/tintnaingwin)[@tintnaingwin](https://github.com/tintnaingwin)

---

Top Contributors

[![eidolex](https://avatars.githubusercontent.com/u/12557367?v=4)](https://github.com/eidolex "eidolex (10 commits)")

---

Tags

laravellaravelgeek-credit

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/ageekdev-geek-credit/health.svg)

```
[![Health](https://phpackages.com/badges/ageekdev-geek-credit/health.svg)](https://phpackages.com/packages/ageekdev-geek-credit)
```

###  Alternatives

[yansongda/laravel-pay

专注 Alipay/WeChat/Unipay 的 laravel 支付扩展包

1.1k353.2k9](/packages/yansongda-laravel-pay)[api-platform/laravel

API Platform support for Laravel

59126.4k6](/packages/api-platform-laravel)[musahmusah/laravel-multipayment-gateways

A Laravel Package that makes implementation of multiple payment Gateways endpoints and webhooks seamless

852.2k1](/packages/musahmusah-laravel-multipayment-gateways)[asciisd/knet

Knet package is provides an expressive, fluent interface to KNet's payment services.

141.1k](/packages/asciisd-knet)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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