PHPackages                             elestyle/elepay-php-sdk - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. elestyle/elepay-php-sdk

ActiveLibrary[HTTP &amp; Networking](/categories/http)

elestyle/elepay-php-sdk
=======================

elepay APIはRESTをベースに構成された決済APIです。支払い処理、返金処理など、決済に関わる運用における様々なことができます。

1.2.3(2y ago)23.0k↓50%unlicensePHPPHP ^7.4 || ^8.0

Since Dec 23Pushed 2y ago3 watchersCompare

[ Source](https://github.com/elestyle/elepay-php-sdk)[ Packagist](https://packagist.org/packages/elestyle/elepay-php-sdk)[ Docs](https://openapi-generator.tech)[ RSS](/packages/elestyle-elepay-php-sdk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (16)Used By (0)

OpenAPIClient-php
=================

[](#openapiclient-php)

elepay APIはRESTをベースに構成された決済APIです。支払い処理、返金処理など、決済に関わる運用における様々なことができます。

For more information, please visit .

Installation &amp; Usage
------------------------

[](#installation--usage)

### Requirements

[](#requirements)

PHP 7.4 and later. Should also work with PHP 8.0.

### Composer

[](#composer)

To install the bindings via [Composer](https://getcomposer.org/), add the following to `composer.json`:

```
{
  "require": {
    "elestyle/elepay-php-sdk": ">=1.2.3"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
