1. Go to this page and download the library: Download minchao/mitake-php library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
minchao / mitake-php example snippets
nt = new \Mitake\Client('USERNAME', 'PASSWORD');
$resp = $client->queryAccountPoint();
$message = (new \Mitake\Message\Message())
->setDstaddr('0987654321')
->setSmbody('Hello, 世界');
$resp = $client->send($message);