https://github.com/ahmard/geodata
A simple class that provides access to country & state list.
https://github.com/ahmard/geodata
Last synced: about 1 month ago
JSON representation
A simple class that provides access to country & state list.
- Host: GitHub
- URL: https://github.com/ahmard/geodata
- Owner: Ahmard
- License: mit
- Created: 2022-06-11T00:52:34.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-17T21:35:08.000Z (almost 3 years ago)
- Last Synced: 2024-11-21T08:12:58.337Z (5 months ago)
- Language: PHP
- Size: 60.5 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GeoData
A simple class that provides access to country & state list.## Installation
```
composer require ahmard/geodata
```## Usage
### Fetch country list
```php