ofi / mobilepulsa
Mobilepulsa.net PHP Package by teguhrijanandi02@gmail.com
v1.0
2020-12-07 07:19 UTC
Requires
- filp/whoops: ^2.9
- ofi/deteksinohpindonesia: ^1.4
This package is auto-updated.
Last update: 2024-10-10 13:22:07 UTC
README
Mobilepulsa.net PHP Package developed by myself for mobilepulsa.net This SDK are under Construction, for information you can contact me. Thank you
#mobilepulsa.com #mobilepulsa.net #mobilepulsa #teguh02 #pulsa
Instalation
- You can instal with composer by type
composer require ofi/mobilepulsa
- Or you can download this repository and don't forget to import autoload file from composer (autoload.php) https://github.com/teguh02/mobilePulsanet-Sdk/blob/master/vendor/autoload.php
- Enjoy it
How to Use
- This sdk refer to mobilepulsa docs https://developer.mobilepulsa.net/documentation
- Please see index.php file here https://github.com/teguh02/mobilePulsanet-Sdk/blob/master/index.php
- And you can see imported file like this
Lines 9 to 16 in 20c6684
/** * Import class class contoh (di dalam folder example) */ include __DIR__ . '/example/checkBalance.php'; include __DIR__ . '/example/prepaid.php'; include __DIR__ . '/example/callbackSample.php'; include __DIR__ . '/example/postpaid.php'; include __DIR__ . '/example/train.php'; - And you can open one by one all sample files (inside example folder), and you can see all comment foreach methods