PHPackages                             sunaoka/laravel-paypayopa-sdk-php - 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. sunaoka/laravel-paypayopa-sdk-php

ActiveLibrary[Payment Processing](/categories/payments)

sunaoka/laravel-paypayopa-sdk-php
=================================

PayPay's Open Payment API Service Provider for Laravel

v1.3.0(4mo ago)1107↓100%Apache-2.0PHPPHP ^8.1CI passing

Since Jul 3Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/sunaoka/laravel-paypayopa-sdk-php)[ Packagist](https://packagist.org/packages/sunaoka/laravel-paypayopa-sdk-php)[ RSS](/packages/sunaoka-laravel-paypayopa-sdk-php/feed)WikiDiscussions develop Synced 1mo ago

READMEChangelogDependencies (5)Versions (8)Used By (0)

PayPay's Open Payment API Service Provider for Laravel
======================================================

[](#paypays-open-payment-api-service-provider-for-laravel)

[![Latest Stable Version](https://camo.githubusercontent.com/770784987560698aea431f781f7567f03be66830522f143bc17cf04852bdf227/68747470733a2f2f706f7365722e707567782e6f72672f73756e616f6b612f6c61726176656c2d7061797061796f70612d73646b2d7068702f762f737461626c65)](https://packagist.org/packages/sunaoka/laravel-paypayopa-sdk-php)[![License](https://camo.githubusercontent.com/49bbd828b96d209e490132fb55d4b181cfe3964cf2fd2eaf4c2843903c8cf891/68747470733a2f2f706f7365722e707567782e6f72672f73756e616f6b612f6c61726176656c2d7061797061796f70612d73646b2d7068702f6c6963656e7365)](https://packagist.org/packages/sunaoka/laravel-paypayopa-sdk-php)[![PHP from Packagist](https://camo.githubusercontent.com/eec484a860f80c50b0c3fa1707199ad36365464b304ee36d99581a8a54edc3cd/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f73756e616f6b612f6c61726176656c2d7061797061796f70612d73646b2d706870)](composer.json)[![Laravel](https://camo.githubusercontent.com/aa5ad7bdead0096a6c1ce1c228a837c91553bbb53e19258d736af0de855ad611/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c61726176656c2d2533453d25323031302e782d726564)](https://laravel.com/)[![Test](https://github.com/sunaoka/laravel-paypayopa-sdk-php/actions/workflows/test.yml/badge.svg)](https://github.com/sunaoka/laravel-paypayopa-sdk-php/actions/workflows/test.yml)[![codecov](https://camo.githubusercontent.com/302c275ff214e98cf4ffa5fe4940d534ed4e68ec50619a18d5e05b72b45ad4a2/68747470733a2f2f636f6465636f762e696f2f67682f73756e616f6b612f6c61726176656c2d7061797061796f70612d73646b2d7068702f6272616e63682f6d61696e2f67726170682f62616467652e7376673f746f6b656e3d7377696f4e6f37483253)](https://codecov.io/gh/sunaoka/laravel-paypayopa-sdk-php)

---

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

[](#installation)

```
composer require sunaoka/laravel-paypayopa-sdk-php
```

Configurations
--------------

[](#configurations)

```
php artisan vendor:publish --tag=paypay-config
```

The settings can be found in the generated `config/paypay.php` configuration file.

```
