Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 362 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 362 Bytes

Postmon-php Build Status

PHP wrapper for Postmon API

Utilização

Instalação:

composer install

Uso:

<?php

$client = new \Postmon\Client;
$endereco = $client->buscarCEP("36037000");

var_dump($endereco);