PHPackages                             sepayvn/laravel-sepay-bankhub - 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. sepayvn/laravel-sepay-bankhub

ActiveLibrary

sepayvn/laravel-sepay-bankhub
=============================

SePay Bank Hub API for Laravel

v1.0.1(5mo ago)088[2 PRs](https://github.com/sepayvn/laravel-sepay-bankhub/pulls)MITPHPPHP ^8.0CI passing

Since Dec 5Pushed 1mo agoCompare

[ Source](https://github.com/sepayvn/laravel-sepay-bankhub)[ Packagist](https://packagist.org/packages/sepayvn/laravel-sepay-bankhub)[ Docs](https://github.com/sepayvn/laravel-sepay-bankhub)[ RSS](/packages/sepayvn-laravel-sepay-bankhub/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (12)Versions (6)Used By (0)

SePay Bank Hub API cho Laravel
==============================

[](#sepay-bank-hub-api-cho-laravel)

[![Latest Version on Packagist](https://camo.githubusercontent.com/c766156f3245e0ee9b54fbee7654fb226aeacd7371d6103f93a11a12e72632b7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7365706179766e2f6c61726176656c2d73657061792d62616e6b6875622e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/sepayvn/laravel-sepay-bankhub)[![GitHub Tests Action Status](https://camo.githubusercontent.com/001e8e6aa47816160fa9cd67fc7402fc356bf71087249ff706283581742966af/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f7365706179766e2f6c61726176656c2d73657061792d62616e6b6875622f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/sepayvn/laravel-sepay-bankhub/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/357102c03adb142f20b6310d244a2d5ef94f32b654b609688f8609a0de1716e1/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f7365706179766e2f6c61726176656c2d73657061792d62616e6b6875622f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/sepayvn/laravel-sepay-bankhub/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/d8611d9c5ce575e024fe700739e2c0d8cf5e228d1f894557a6c57ff1c86bb09c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7365706179766e2f6c61726176656c2d73657061792d62616e6b6875622e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/sepayvn/laravel-sepay-bankhub)

Cài đặt
-------

[](#cài-đặt)

Bạn có thể cài đặt package thông qua composer:

```
composer require sepayvn/laravel-sepay-bankhub
```

Bạn có thể publish file config với lệnh:

```
php artisan vendor:publish --tag="laravel-sepay-bankhub-config"
```

Đây là nội dung của file config đã được publish:

```
return [
    'api_key' => env('SEPAY_BANKHUB_API_KEY'),
    'api_secret' => env('SEPAY_BANKHUB_API_SECRET'),
    'api_url' => env('SEPAY_BANKHUB_API_URL', 'https://partner-api.sepay.vn/merchant/v1'),
];
```

Sử dụng
-------

[](#sử-dụng)

```
$sePayBankhubService = new SePay\SePayBankhub\Services\SePayBankhubService();
$sePayBankhubService->getBanks();
```

Kiểm thử
--------

[](#kiểm-thử)

```
composer test
```

Changelog
---------

[](#changelog)

Vui lòng xem [CHANGELOG](CHANGELOG.md) để biết thêm thông tin về những thay đổi gần đây.

Đóng góp
--------

[](#đóng-góp)

Vui lòng xem [CONTRIBUTING](CONTRIBUTING.md) để biết chi tiết.

Lỗ hổng bảo mật
---------------

[](#lỗ-hổng-bảo-mật)

Vui lòng xem [chính sách bảo mật](../../security/policy) của chúng tôi để biết cách báo cáo lỗ hổng bảo mật.

Credits
-------

[](#credits)

- [SePay](https://github.com/sepayvn)
- [Tất cả các Contributors](../../contributors)

Giấy phép
---------

[](#giấy-phép)

The MIT License (MIT). Vui lòng xem [File Giấy phép](LICENSE.md) để biết thêm thông tin.

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance83

Actively maintained with recent releases

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 78.6% 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 ~0 days

Total

2

Last Release

158d ago

PHP version history (2 changes)v1.0.0PHP ^8.4

v1.0.1PHP ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/0d0f3c4c484def533574ea61cb98cac3271481ba99fa394be5b48a2195d624d7?d=identicon)[nguyentranchung](/maintainers/nguyentranchung)

---

Top Contributors

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

---

Tags

laravelSePaylaravel-sepay-bankhub

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/sepayvn-laravel-sepay-bankhub/health.svg)

```
[![Health](https://phpackages.com/badges/sepayvn-laravel-sepay-bankhub/health.svg)](https://phpackages.com/packages/sepayvn-laravel-sepay-bankhub)
```

###  Alternatives

[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)[spatie/laravel-prometheus

Export Laravel metrics to Prometheus

2651.3M6](/packages/spatie-laravel-prometheus)[hydrat/filament-table-layout-toggle

Filament plugin adding a toggle button to tables, allowing user to switch between Grid and Table layouts.

6292.3k1](/packages/hydrat-filament-table-layout-toggle)[scalar/laravel

Render your OpenAPI-based API reference

6183.9k2](/packages/scalar-laravel)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[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)

PHPackages © 2026

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