SimFrete 集成 API
github.com/BDTI/sim-frete
源代码
问题
安装: 442
依赖: 0
建议者: 0
安全: 0
星标: 0
关注者: 2
分支: 0
Requires
Requires (Dev)
Suggests
None
Provides
Conflicts
Replaces
MIT e7754e56d06cb3378b4e90d0a581dca40545ffc6
This package is auto-updated.
Last update: 2024-09-09 04:19:50 UTC
composer require bdti/sim-frete
<?php require "vendor/autoload.php"; $wsEmp = "YOUR_EMP"; $wsUsr = "YOUR_USER"; $wsPwd = "YOUR_PASS"; $api = new \BDTI\SimFrete\Api($wsEmp, $wsUsr, $wsPwd); $ocorrencias = $api->track('123'); var_dump($ocorrencias);