PHPackages                             cendekia/nova-faspay-tools - 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. cendekia/nova-faspay-tools

ActiveLibrary[Payment Processing](/categories/payments)

cendekia/nova-faspay-tools
==========================

A Faspay payment gateway tool for Laravel Nova.

v0.0.3(6y ago)1149[19 PRs](https://github.com/cendekia/nova-faspay-tools/pulls)MITVuePHP &gt;=7.1.0

Since Oct 5Pushed 3y ago1 watchersCompare

[ Source](https://github.com/cendekia/nova-faspay-tools)[ Packagist](https://packagist.org/packages/cendekia/nova-faspay-tools)[ Docs](https://github.com/cendekia/nova-faspay-tools)[ RSS](/packages/cendekia-nova-faspay-tools/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (2)Versions (23)Used By (0)

A tool to provide an UI access of [Faspay](https://faspay.co.id) web services
=============================================================================

[](#a-tool-to-provide-an-ui-access-of-faspay-web-services)

[![Latest Version on Packagist](https://camo.githubusercontent.com/e2183570d95338967693d80b7bd8410d80cc711e86e48aad29902795cc996471/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f63656e64656b69612f6e6f76612d6661737061792d746f6f6c732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/cendekia/nova-faspay-tools)[![Build Status](https://camo.githubusercontent.com/8c2190feeed3703d4db56432f04b00551f577201e119fbfcfe40c1fdbeb36620/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f63656e64656b69612f6e6f76612d6661737061792d746f6f6c732f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/cendekia/nova-faspay-tools)[![StyleCI](https://camo.githubusercontent.com/b5f6f8744d077b2e9e57e3b1223ed15417a6ddec15a4eb9f9b1bc86620625ae2/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3134393534373430382f736869656c643f6272616e63683d6d6173746572)](https://github.styleci.io/repos/149547408)[![Total Downloads](https://camo.githubusercontent.com/21af781613d0f2bc6f88e267a1a94f8b5a7e60b1faeb526d11c89523dc8d2b37/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f63656e64656b69612f6e6f76612d6661737061792d746f6f6c732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/cendekia/nova-faspay-tools)

[![RecurringCheck](https://camo.githubusercontent.com/9efcc053e0c12ece3060ab6363c74197164842d65adb5384d609c630d2c9615c/68747470733a2f2f692e696d6775722e636f6d2f717232775879472e706e67)](https://camo.githubusercontent.com/9efcc053e0c12ece3060ab6363c74197164842d65adb5384d609c630d2c9615c/68747470733a2f2f692e696d6775722e636f6d2f717232775879472e706e67)[![UpdateRecurringMember](https://camo.githubusercontent.com/3c6f5fe69178fd3b812705cb4124fae98f0b09e82bf888f0e11349063058de38/68747470733a2f2f692e696d6775722e636f6d2f396b39563332612e706e67)](https://camo.githubusercontent.com/3c6f5fe69178fd3b812705cb4124fae98f0b09e82bf888f0e11349063058de38/68747470733a2f2f692e696d6775722e636f6d2f396b39563332612e706e67)

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

[](#installation)

You can install the package in to a Laravel app that uses [Nova](https://nova.laravel.com) via composer:

```
composer require cendekia/nova-faspay-tools
```

You need to add some credentials from Faspay into `.env` file, like so:

```
FASPAY_RECURRING_MERCHANT_ID=xxxx
FASPAY_RECURRING_MERCHANT_NAME=xxxxx
FASPAY_RECURRING_CLIENT_ID=xxxxx
FASPAY_RECURRING_PASSWORD=xxxxx
FASPAY_RECURRING_CHECK_URL=https://xxxxxx
FASPAY_RECURRING_MEMBER_DATA_URL=https://xxxxxx
```

Next up, you must register the tool with Nova. This is typically done in the `tools` method of the `NovaServiceProvider`.

```
// in app/Providers/NovaServiceProvider.php

// ...

public function tools()
{
    return [
        // ...
        new \Cendekia\FaspayTools\FaspayTools,
    ];
}
```

Todo :
------

[](#todo-)

- Recurring member check
- Update recurring member data
- Setting with local data

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

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

Security
--------

[](#security)

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

Support
-------

[](#support)

Buy me a cup of ☕ americano on the rocks. [Patreon](https://www.patreon.com/cendekia)

License
-------

[](#license)

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

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

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 ~125 days

Total

3

Last Release

2526d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3895916?v=4)[Cendekia P Putra](/maintainers/cendekia)[@cendekia](https://github.com/cendekia)

---

Tags

laravelpayment gatewaynovafaspay

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/cendekia-nova-faspay-tools/health.svg)

```
[![Health](https://phpackages.com/badges/cendekia-nova-faspay-tools/health.svg)](https://phpackages.com/packages/cendekia-nova-faspay-tools)
```

###  Alternatives

[luigel/laravel-paymongo

A laravel wrapper for Paymongo API

7956.2k1](/packages/luigel-laravel-paymongo)[hexters/coinpayment

CoinPayment is a Laravel module for handling transactions from CoinPayment like a create transaction, history transaction, etc.

7058.0k](/packages/hexters-coinpayment)[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)[victorybiz/laravel-crypto-payment-gateway

GoUrl.io Crypto Payment Gateway for Laravel

642.5k](/packages/victorybiz-laravel-crypto-payment-gateway)

PHPackages © 2026

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