cachesistemas / gov
There is no license information available for the latest version (v1.0) of this package.
Consultar CPF ou CNPJ que tenha valor a Receber GOV
Package info
github.com/raphaelvserafim/API-Simples-Consulta-Valores-a-Recber-GOV
Type:project
pkg:composer/cachesistemas/gov
v1.0
2022-02-23 04:54 UTC
Requires
README
Um sistema simples para consultar se uma PF ou PJ tem valor a receber do GOV
Instalando via composer
composer require cachesistemas/gov
Exemplos de uso
index.php
<?php include_once 'vendor/autoload.php'; use Cachesistemas\Gov\Gov; $gov = new Gov(); $gov->cpf_cnpj = ''; // CPF ou CNPJ $gov->data = ''; // DATA DE NASCIMENTO ou DATA DE ABERTURA EMPRESA YYYY-MM-DD $consulta = $gov->consultar(); echo json_encode($consulta);
Exemplo retorno TRUE JSON
{
"status":true,
"dataRegate":"08\/03\/2022",
"dataRepescagem":"12\/03\/2022"
}
☕ PIX
23.711.695/0001-15