jigsawye / mypay-laravel-5 by jigsawye

5
1
2
Package Data
Maintainer Username: jigsawye
Maintainer Contact: jigsaw.ye@gmail.com (jigsawye)
Package Create Date: 2015-08-06
Package Last Update: 2015-08-28
Home Page:
Language: PHP
License: MIT
Last Refreshed: 2024-11-19 03:13:25
Package Statistics
Total Downloads: 5
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 1
Total Watchers: 2
Total Forks: 1
Total Open Issues: 0

#Mypay for Laravel 5

##Using

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