An open API service indexing awesome lists of open source software.

https://github.com/jigsawye/mypay-laravel-5

Mypay payment service for Laravel 5
https://github.com/jigsawye/mypay-laravel-5

Last synced: 2 months ago
JSON representation

Mypay payment service for Laravel 5

Awesome Lists containing this project

README

        

#Mypay for Laravel 5

##Using

```
$result = Mypay::orderId($orderId)
->items($items)
->user($user)
->send();
```