Package Data | |
---|---|
Maintainer Username: | jemoker |
Maintainer Contact: | i@jemoker.me (Jemoker) |
Package Create Date: | 2016-06-20 |
Package Last Update: | 2017-03-21 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-21 03:02:16 |
Package Statistics | |
---|---|
Total Downloads: | 52 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 2 |
Total Forks: | 1 |
Total Open Issues: | 1 |
自用 Iapppay Payment
###Install
"jemoker/iapppay": "dev-master"
"require": {
"jemoker/iapppay": "dev-master"
}
'providers' => array(
'Jemoker\Iapppay\IapppayServiceProvider'
)
'aliases' => array(
'Iapppay' => 'Jemoker\Iapppay\Facades\IapppayFacade'
)
composer update
命令