Download the PHP package brightnucleus/country-codes without Composer
On this page you can find all versions of the php package brightnucleus/country-codes. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download brightnucleus/country-codes
More information about brightnucleus/country-codes
Files in brightnucleus/country-codes
Package country-codes
Short Description Automatically updated country data containing ISO codes and English country names, powered by free MaxMind data.
License MIT
Informations about the package country-codes
Bright Nucleus Country Codes Database
This is a Composer plugin that provides an automated version of the free MaxMind GeoLite CSV Country Codes database.
The main advantage is that the downloaded database will be checked for updates on each composer install
and composer update
.
Table Of Contents
- Attribution
- Installation
- Basic Usage
- Contributing
- License
Attribution
This product includes GeoLite Legacy data created by MaxMind, available from http://www.maxmind.com.
Installation
The only thing you need to do to make this work is adding this package as a dependency to your project:
Basic Usage
On each composer install
or composer update
, a check will be made to see whether there's a new version of the database available. If there is, that new version is downloaded.
Usage is pretty straight-forward. Just use one of the two provided static methods:
Contributing
All feedback / bug reports / pull requests are welcome.
License
This code is released under the MIT license.
For the full copyright and license information, please view the LICENSE
file distributed with this source code.
All versions of country-codes with dependencies
composer-plugin-api Version ^1
brightnucleus/config Version >=0.2
brightnucleus/exceptions Version >=0.3.0