PHPackages                             wb14feb/jinah - 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. wb14feb/jinah

ActiveLibrary

wb14feb/jinah
=============

package to integrate with 3rd party payment gateway

1.5.2(2mo ago)031↓100%[3 PRs](https://github.com/wb14feb/payment-pkg/pulls)MITPHPPHP ^8.2CI passing

Since Oct 25Pushed 1mo agoCompare

[ Source](https://github.com/wb14feb/payment-pkg)[ Packagist](https://packagist.org/packages/wb14feb/jinah)[ Docs](https://github.com/wb14feb/jinah)[ GitHub Sponsors](https://github.com/ANY-TECH)[ RSS](/packages/wb14feb-jinah/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (10)Versions (20)Used By (0)

package to integrate with 3rd party payment gateway
===================================================

[](#package-to-integrate-with-3rd-party-payment-gateway)

[![Latest Version on Packagist](https://camo.githubusercontent.com/69682fcd9689955dba0c8efbf3406e2371e9fc5dbd673faa7cae33a1efbcaedd/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f776231346665622f6a696e61682e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/wb14feb/jinah)[![GitHub Tests Action Status](https://camo.githubusercontent.com/7883dcf0e04affada838480c075e6b502014626f5d4b53d3dcd7c739f5fbc62a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f776231346665622f6a696e61682f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/wb14feb/jinah/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/ef869f371390b9b41dda03fbe408a400945d5ac429d8abf42bd5646196cf84a2/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f776231346665622f6a696e61682f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/wb14feb/jinah/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/7562cef544c2a1973994295941af1af8a0f0abc79bcb794a6d0c6ceaed0a9d78/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f776231346665622f6a696e61682e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/wb14feb/jinah)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Support us
----------

[](#support-us)

[![](https://camo.githubusercontent.com/6301537456f2d9b9e3b28bff87233ee605ed2822bfe8def98a8cad6e3ad733a0/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f6a696e61682e6a70673f743d31)](https://spatie.be/github-ad-click/jinah)

We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).

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

[](#installation)

You can install the package via composer:

```
composer require wb14feb/jinah
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="jinah-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="jinah-config"
```

This is the contents of the published config file:

```
return [
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="jinah-views"
```

You can publish the assets (CSS and JavaScript) using

```
php artisan vendor:publish --tag="jinah-assets"
```

This will copy the assets to `public/vendor/jinah/`. The package includes:

- `jinah.css` - Modern payment interface styling with responsive design
- `jinah.js` - Interactive payment form handling and validation

To publish all package resources at once:

```
php artisan vendor:publish --provider="AnyTech\Jinah\JinahServiceProvider"
```

Usage
-----

[](#usage)

```
$jinah = new AnyTech\Jinah();
echo $jinah->echoPhrase('Hello, AnyTech!');
```

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 Vulnerabilities
------------------------

[](#security-vulnerabilities)

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

Credits
-------

[](#credits)

- [Bayu Pratama](https://github.com/bypr1)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

44

—

FairBetter than 91% of packages

Maintenance94

Actively maintained with recent releases

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 95% 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 ~8 days

Recently: every ~17 days

Total

16

Last Release

65d ago

PHP version history (2 changes)1.0.0PHP ^8.4

1.0.1PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/3837c5f831b5eb54457284cecdf35710e3193d68e57580fdededad9bbae69f99?d=identicon)[bypr1](/maintainers/bypr1)

---

Top Contributors

[![bypr1](https://avatars.githubusercontent.com/u/31309504?v=4)](https://github.com/bypr1 "bypr1 (38 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (1 commits)")

---

Tags

laravelANY-TECHjinah

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/wb14feb-jinah/health.svg)

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

###  Alternatives

[spatie/laravel-health

Monitor the health of a Laravel application

85810.0M82](/packages/spatie-laravel-health)[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)[sunchayn/nimbus

A Laravel package providing an in-browser API client with automatic schema generation, live validation, and built-in authentication with a touch of Laravel-tailored magic for effortless API testing.

29428.0k](/packages/sunchayn-nimbus)[muhammadhuzaifa/telescope-guzzle-watcher

Telescope Guzzle Watcher provide a custom watcher for intercepting http requests made via guzzlehttp/guzzle php library. The package uses the on\_stats request option for extracting the request/response data. The watcher intercept and log the request into the Laravel Telescope HTTP Client Watcher.

98239.8k1](/packages/muhammadhuzaifa-telescope-guzzle-watcher)[spatie/laravel-mailcoach-sdk

An SDK to easily work with the Mailcoach API in Laravel apps

41290.2k1](/packages/spatie-laravel-mailcoach-sdk)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)

PHPackages © 2026

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