PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Bruno Vaula Werneck   Busca CEP   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Busca CEP
Get the address of a given CEP zip code in Brazil
Author: By
Last change:
Date: 8 years ago
Size: 633 bytes
 

Contents

Class file image Download
{ "name" : "brunowerneck/buscacep", "description" : "BuscaCEP - Pesquisa de endereços baseada em CEP", "keywords" : ["correios", "cep"], "homepage" : "https://github.com/brunowerneck/BuscaCEP", "type" : "project", "authors" : [ { "name" : "Bruno Vaula Werneck", "email" : "brunovaulawerneck@gmail.com", "role" : "Developer" } ], "license" : "MIT", "require": { "php" : ">=5.4.0", "electrolinux/phpquery": "0.9.6" }, "autoload": { "psr-4": { "BVW\\": "src/BVW/" } } }