alfa-dev-team / abstractapi-geo
A description for abstractapi-geo.
Installs: 27
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:package
Requires
- php: ^8.0
Requires (Dev)
- orchestra/testbench: ^6.0
This package is auto-updated.
Last update: 2025-03-19 22:32:16 UTC
README
Install
composer require alfa-dev-team/abstractapi-geo
php artisan vendor:publish --provider="AlfaDevTeam\AbstractapiGeo\AbstractapiGeoServiceProvider" --tag="migrations"
Usage
Add parameter ABSTRACTAPI_IP_GEOLOCATION_API_KEY=
to the .env file.
You can then use Location::getGeoByIp({ip})
to retrieve the location object.
After you can call follow method:
getCountry();
getCity();
getŠ”oordinates();
Testing
Run the tests with:
vendor/bin/phpunit