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 7mo 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 today

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 62% of packages

Maintenance45

Moderate activity, may be stable

Popularity15

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity43

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

890d 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

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M188](/packages/laravel-ai)[illuminate/queue

The Illuminate Queue package.

21332.6M1.6k](/packages/illuminate-queue)[spatie/laravel-health

Monitor the health of a Laravel application

87512.0M162](/packages/spatie-laravel-health)[api-platform/laravel

API Platform support for Laravel

58170.4k13](/packages/api-platform-laravel)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45444.2k1](/packages/pressbooks-pressbooks)

PHPackages © 2026

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