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
- Host: GitHub
- URL: https://github.com/jigsawye/mypay-laravel-5
- Owner: jigsawye
- Created: 2015-08-06T06:54:02.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-28T02:54:15.000Z (almost 10 years ago)
- Last Synced: 2025-04-08T10:52:14.061Z (2 months ago)
- Language: PHP
- Homepage:
- Size: 152 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Mypay for Laravel 5
##Using
```
$result = Mypay::orderId($orderId)
->items($items)
->user($user)
->send();
```