dynamikaweb / php-brazil-info
helper with basic information about brazil
Installs: 792
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Type:yii2-extension
Requires
- php: >=5.5.0
This package is auto-updated.
Last update: 2024-11-08 18:58:12 UTC
README
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())