PHP code example of jbcisne / integras-sei
1. Go to this page and download the library: Download jbcisne/integras-sei 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/ */
jbcisne / integras-sei example snippets
use Jb\Integras\Sei\IntegrasSEI;
use Jb\Integras\Sei\IntegrasConfigParamenterSEI;
$config = (object)g);
$result = $sei->consultarProcedimento('50603.002985/2017-43');
or
$result = $sei->consultarProcedimento('50603002985201743');
...