jbcisne/integras-sei

0.2.1 2020-10-01 13:03 UTC

This package is auto-updated.

Last update: 2024-09-29 05:21:27 UTC


README

版本 0.2.0 - 在使用SEI 3.0.0版本时,通过CURL忽略SSL检查的配置

安装

composer require jbcisne/integras-sei

使用方法

use Jb\Integras\Sei\IntegrasSEI;
use Jb\Integras\Sei\IntegrasConfigParamenterSEI;

$config = (object)require_once './client/config.php';

...
$seiCfg = new IntegrasConfigParamenterSEI($config, '3.0.0');
$sei = IntegrasSEI::factory($seiCfg);

$result = $sei->consultarProcedimento('50603.002985/2017-43');
or 
$result = $sei->consultarProcedimento('50603002985201743');
...

可用方法列表

查看src/Jb/Integras/Sei/Version/Services/[version]/Webservice中的类