Download the PHP package webklex/php-geoip without Composer
On this page you can find all versions of the php package webklex/php-geoip. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package php-geoip
GeoIP Library for PHP
Description
PHP-GeoIP provides you with the ability to gather open source ip intelligence by using the open api provided by GoGeoIP.
Table of Contents
- Installation
- Usage
- Basic usage example
- Support
- Security
- Credits
- License
Installation
1.) Just install the PHP-GeoIP package by running the following command:
Usage
Basic usage example
This is a basic example, which will dump the geoip information for the current user ip as well as for the ip "205.13.135.36".
If you want to use your own instance of GoGeoIP, just provide your endpoint instead:
Response:
Support
If you encounter any problems or if you find a bug, please don't hesitate to create a new issue. However please be aware that it might take some time to get an answer. Off topic, rude or abusive issues will be deleted without any notice.
If you need immediate or commercial support, feel free to send me a mail at [email protected].
A little notice
If you write source code in your issue, please consider to format it correctly. This makes it so much nicer to read and people are more likely to comment and help :)
``` php
echo 'your php code...';
```
will turn into:
Features & pull requests
Everyone can contribute to this project. Every pull request will be considered but it can also happen to be declined. To prevent unnecessary work, please consider to create a feature issue first, if you're planning to do bigger changes. Of course you can also create a new feature issue if you're just wishing a feature ;)
Change log
Please see CHANGELOG for more information what has changed recently.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
All versions of php-geoip with dependencies
ext-curl Version *
ext-json Version *