PHPackages                             lennan747/yop-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. lennan747/yop-sdk-php

ActiveLibrary

lennan747/yop-sdk-php
=====================

yee pay sdk

04PHP

Since Aug 24Pushed 3y ago1 watchersCompare

[ Source](https://github.com/lennan747/yop-sdk-php)[ Packagist](https://packagist.org/packages/lennan747/yop-sdk-php)[ RSS](/packages/lennan747-yop-sdk-php/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Yop-Sdk
=======

[](#yop-sdk)

```
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)

```

This PHP package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:

- API version: 1.0
    - Package version: 3.2.24
- Build package: com.yeepay.g3.core.yop.codegen.generator.langs.php.YopPhpClientCodegen

Requirements
------------

[](#requirements)

PHP 5.5 and later

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

[](#installation--usage)

### Composer

[](#composer)

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

```
{
"repositories": [
{
"type": "git",
"url": "https://github.com/yop-developer/yop-php-sdk.git"
}
],
"require": {
"yop-developer/yop-php-sdk": "*@dev"
}
}

```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
require_once('/path/to/Yop-Sdk/vendor/autoload.php');
```

Tests
-----

[](#tests)

To run the unit tests:

```
composer install
./vendor/bin/phpunit

```

Getting Started
---------------

[](#getting-started)

Please follow the [installation procedure](#installation--usage) and then run the following:

```
