Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 933 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 933 Bytes

dynamikaweb/php-brazil-info

Latest Stable Version Total Downloads License

Installation

The preferred way to install this extension is through composer.

Either run

$ composer require dynamikaweb/php-brazil-info "*"

or add

"dynamikaweb/php-brazil-info": "*"

to the require section of your composer.json file.

How to Use

use dynamikaweb\brazilinfo\State as BrazilStates;

print_r (BrazilStates::list())