PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Carlos Artur Curvelo da Matos   PHP IBGE Cidades   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP IBGE Cidades
Find cities from Brazil using IBGE codes
Author: By
Last change:
Date: 3 years ago
Size: 554 bytes
 

Contents

Class file image Download
{ "name": "carloswph/ibgecode-php", "description": "Simple library to retrieve Brazilian city and respective state from the IBGE code.", "type": "library", "license": "GPL-3.0-or-later", "keywords": ["ibge", "brasil", "brazil", "brazilian"], "authors": [ { "name": "carlos", "email": "carlos@wp-helpers.com", "homepage": "https://wp-helpers.com" } ], "require": { "php": ">=7.0.1" }, "autoload": { "psr-4": { "WPH\\IBGE\\": "src/" } } }