PHP code example of mohuishou / auto-sign
1. Go to this page and download the library: Download mohuishou/auto-sign 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/ */
mohuishou / auto-sign example snippets
try{
$yxzw_sign=new \Mohuishou\Lib\YxzwSign();
$auto_sign=$yxzw_sign->index("优选在沃手机号","优选在沃密码");
}catch (Exception $e){
echo $e->getMessage();
}