santiagomarcos / api.novavida.ti
There is no license information available for the latest version (dev-master) of this package.
API
Package info
github.com/santiagomarcos/novavida-php-api
Type:api
pkg:composer/santiagomarcos/api.novavida.ti
dev-master
2017-08-10 04:35 UTC
Requires
- guzzlehttp/guzzle: 6.2.x-dev
- guzzlehttp/psr7: ^1.4@dev
- vlucas/phpdotenv: ^2.4
This package is not auto-updated.
Last update: 2026-03-15 11:52:34 UTC
README
Requirements:
- PHP 7.0 (or higher)
- Composer
Installation:
Follow the following steps:
composer install
How To Use:
Open your browser and use the url to perform the data search.
http://you_url/api/?type=cpf&document=11111111111 - For CPF http://you_url/api/?type=cnpj&document=11111111111111 - For CNPJ
Configuration:
All sensible data configuration is located at .env file or at machine ENV, the .env file must be something like:
usuario = USUARIO senha = "SENHA" cliente = CLIENTE