PHP code example of 96qbhy / express
1. Go to this page and download the library: Download 96qbhy/express 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/ */
96qbhy / express example snippets
$express = new \Qbhy\Express\Express('key');
print_r($express->query('快递单号'));
$result = Express::queryType('885744925321174309');
print_r($result);