nekoding/laravel-softbank

Softbank Payment API Client for Laravel

v1.3.2 2022-11-03 02:22 UTC

This package is auto-updated.

Last update: 2024-04-30 00:51:26 UTC


README

Latest Version on Packagist Total Downloads GitHub Actions

This is the Unofficial PHP wrapper/library for Softbank Payment API for Laravel. Visit https://sbpayment.jp for more information about the product and see documentation at https://developer.sbpayment.jp for more technical details.

Installation

You can install the package via composer:

composer require nekoding/laravel-softbank

Usage

Work in progress

Feature

  • CC create transaction
  • CC confirm transaction
  • CC sales transaction
  • CC refund transaction
  • CC partial refund transaction
  • CC save card using cust_code
  • CC get info
  • CC update
  • CC delete

Testing

composer test

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

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

Credits

License

The MIT License (MIT). Please see License File for more information.

Laravel Package Boilerplate

This package was generated using the Laravel Package Boilerplate.