bdti/sim-frete

SimFrete 集成 API

1.3.0 2024-07-09 03:54 UTC

This package is auto-updated.

Last update: 2024-09-09 04:19:50 UTC


README

SimFrete 集成 API

安装

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);