PHPackages                             pwf/laravel-pay - 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. pwf/laravel-pay

ActiveLibrary

pwf/laravel-pay
===============

PWF PAY SDK For Laravel

1.0(3y ago)011Apache-2.0PHP

Since Jul 27Pushed 3y ago1 watchersCompare

[ Source](https://github.com/pwfcom/pwf-paysdk-for-laravel)[ Packagist](https://packagist.org/packages/pwf/laravel-pay)[ RSS](/packages/pwf-laravel-pay/feed)WikiDiscussions main Synced 1mo ago

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

依賴
--

[](#依賴)

- php &gt;= 7.3 (v3.1.0 開始 &gt;=7.4.0)
- composer
- laravel || lumen &gt;= 8.0

安裝
--

[](#安裝)

```
composer require pwf/laravel-pay
```

### laravel 用戶

[](#laravel-用戶)

#### 配置文件

[](#配置文件)

```
php artisan vendor:publish --provider="Pwf\LaravelPay\PwfPayServiceProvider" --tag=pwf-pay
```

### lumen 用戶

[](#lumen-用戶)

#### 配置文件

[](#配置文件-1)

請手動複製配置文件

#### service provider

[](#service-provider)

```
$app->register(Pwf\LaravelPay\PwfPayServiceProvider::class);
```

使用方法
----

[](#使用方法)

```
use PwfPay;

$params = [
    "trade_name" => "trade_name",
    "fiat_currency" => "EUR",
    "fiat_amount" => 0.01,
    "out_trade_no" => "order-001",
    "subject" => "order-test",
    "timestamp" => 1657895835,
    "return_url" => "https://www.return.com/return",
    "collection_model" => 1
];

$result = PwfPay::wallet()->payAddress($params);

print_r($result);
```

具體使用說明請傳送至

License
-------

[](#license)

MIT

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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

1383d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f9ecc5c2c40a58baa892a9798805e2e35315ab1c84043d90497916cf0cbeeb77?d=identicon)[phoenix-pwf](/maintainers/phoenix-pwf)

---

Top Contributors

[![phoenix-pwf](https://avatars.githubusercontent.com/u/109668346?v=4)](https://github.com/phoenix-pwf "phoenix-pwf (14 commits)")

### Embed Badge

![Health badge](/badges/pwf-laravel-pay/health.svg)

```
[![Health](https://phpackages.com/badges/pwf-laravel-pay/health.svg)](https://phpackages.com/packages/pwf-laravel-pay)
```

PHPackages © 2026

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