Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yaleksandr89/determining-user-location
[Composer package] Определяет местоположение пользователя по IP
https://github.com/yaleksandr89/determining-user-location
composer composer-library composer-plugin ip location php php8 php80 php81 php82
Last synced: 26 days ago
JSON representation
[Composer package] Определяет местоположение пользователя по IP
- Host: GitHub
- URL: https://github.com/yaleksandr89/determining-user-location
- Owner: yaleksandr89
- Created: 2023-07-23T16:13:31.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-07-23T19:27:42.000Z (over 1 year ago)
- Last Synced: 2024-09-29T20:03:39.639Z (about 1 month ago)
- Topics: composer, composer-library, composer-plugin, ip, location, php, php8, php80, php81, php82
- Language: PHP
- Homepage: https://packagist.org/packages/yaleksandr89/determining-user-location
- Size: 127 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Determining the user's location by IP
## Documentation
* [Russian](docs/ru.md)
* [English](docs/ru.md)### Request all information
`$determiningUserLocation->getAllInfoAboutUser();`
![all-info.png](docs%2Fall-info.png)
### Request for a specific field
`$userSpecificFieldInfo = $determiningUserLocation->getSpecificFieldInfoAboutUser('ip');`
![specific-field.png](docs%2Fspecific-field.png)
## Licence
MIT