Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1c37dcac03 | ||
|
|
f4898f7f90 | ||
|
|
6f85654820 | ||
|
|
fc74279d11 | ||
|
|
b8aa4bc429 | ||
|
|
d9a87dd5bd |
@@ -1,6 +1,12 @@
|
|||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.2.1 (2013-06-10)
|
||||||
|
------------------
|
||||||
|
|
||||||
|
* First official beta release.
|
||||||
|
* Documentation updates and corrections.
|
||||||
|
|
||||||
0.2.0 (2013-05-29)
|
0.2.0 (2013-05-29)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|||||||
15
README.md
15
README.md
@@ -1,8 +1,15 @@
|
|||||||
# GeoIP2 PHP API #
|
# GeoIP2 PHP API #
|
||||||
|
|
||||||
**NOTE**: This is an alpha release. The API may change before the final
|
## Beta Note ##
|
||||||
production release. The first production release will have the version
|
|
||||||
number 2.0.0.
|
This is a beta release. The API may change before the first production
|
||||||
|
release, which will be numbered 2.0.0.
|
||||||
|
|
||||||
|
You may find information on the GeoIP2 beta release process on [our
|
||||||
|
website](http://www.maxmind.com/en/geoip2_beta).
|
||||||
|
|
||||||
|
To provide feedback or get support during the beta, please see the
|
||||||
|
[MaxMind Customer Community](https://getsatisfaction.com/maxmind).
|
||||||
|
|
||||||
## Description ##
|
## Description ##
|
||||||
|
|
||||||
@@ -26,7 +33,7 @@ To do this, add ```geoip2/geoip2``` to your ```composer.json``` file.
|
|||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"require": {
|
"require": {
|
||||||
"geoip2/geoip2": "0.1.*"
|
"geoip2/geoip2": "0.2.*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ namespace GeoIP2\Model;
|
|||||||
*
|
*
|
||||||
* @property \GeoIP2\Record\Country $registeredCountry Registered country
|
* @property \GeoIP2\Record\Country $registeredCountry Registered country
|
||||||
* data for the requested IP address. This record represents the country
|
* data for the requested IP address. This record represents the country
|
||||||
* where the ISP has registered a given IP block in and may differ from the
|
* where the ISP has registered a given IP block and may differ from the
|
||||||
* user's country.
|
* user's country.
|
||||||
*
|
*
|
||||||
* @property \GeoIP2\Record\RepresentedCountry $representedCountry
|
* @property \GeoIP2\Record\RepresentedCountry $representedCountry
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ namespace GeoIP2\Model;
|
|||||||
*
|
*
|
||||||
* @property \GeoIP2\Record\Country $registeredCountry Registered country
|
* @property \GeoIP2\Record\Country $registeredCountry Registered country
|
||||||
* data for the requested IP address. This record represents the country
|
* data for the requested IP address. This record represents the country
|
||||||
* where the ISP has registered a given IP block in and may differ from the
|
* where the ISP has registered a given IP block and may differ from the
|
||||||
* user's country.
|
* user's country.
|
||||||
*
|
*
|
||||||
* @property \GeoIP2\Record\RepresentedCountry $representedCountry
|
* @property \GeoIP2\Record\RepresentedCountry $representedCountry
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ namespace GeoIP2\Model;
|
|||||||
*
|
*
|
||||||
* @property \GeoIP2\Record\Country $registeredCountry Registered country
|
* @property \GeoIP2\Record\Country $registeredCountry Registered country
|
||||||
* data for the requested IP address. This record represents the country
|
* data for the requested IP address. This record represents the country
|
||||||
* where the ISP has registered a given IP block in and may differ from the
|
* where the ISP has registered a given IP block and may differ from the
|
||||||
* user's country.
|
* user's country.
|
||||||
*
|
*
|
||||||
* @property \GeoIP2\Record\RepresentedCountry $representedCountry
|
* @property \GeoIP2\Record\RepresentedCountry $representedCountry
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ namespace GeoIP2\Model;
|
|||||||
*
|
*
|
||||||
* @property \GeoIP2\Record\Country $registeredCountry Registered country
|
* @property \GeoIP2\Record\Country $registeredCountry Registered country
|
||||||
* data for the requested IP address. This record represents the country
|
* data for the requested IP address. This record represents the country
|
||||||
* where the ISP has registered a given IP block in and may differ from the
|
* where the ISP has registered a given IP block and may differ from the
|
||||||
* user's country.
|
* user's country.
|
||||||
*
|
*
|
||||||
* @property \GeoIP2\Record\RepresentedCountry $representedCountry
|
* @property \GeoIP2\Record\RepresentedCountry $representedCountry
|
||||||
|
|||||||
@@ -39,12 +39,12 @@ namespace GeoIP2\Record;
|
|||||||
* to a satellite Internet provider. This attribute is returned by all
|
* to a satellite Internet provider. This attribute is returned by all
|
||||||
* end points.
|
* end points.
|
||||||
*
|
*
|
||||||
* @property string $isp The name of the ISP associated the IP address.
|
* @property string $isp The name of the ISP associated with the IP address.
|
||||||
* This attribute is only available from the City/ISP/Org and Omni end
|
* This attribute is only available from the City/ISP/Org and Omni end
|
||||||
* points.
|
* points.
|
||||||
*
|
*
|
||||||
* @property string $organization The name of the organization associated
|
* @property string $organization The name of the organization associated
|
||||||
* the IP address. This attribute is only available from the City/ISP/Org
|
* with the IP address. This attribute is only available from the City/ISP/Org
|
||||||
* and Omni end points.
|
* and Omni end points.
|
||||||
*
|
*
|
||||||
* @property string $userType <p>The user type associated with the IP
|
* @property string $userType <p>The user type associated with the IP
|
||||||
|
|||||||
Reference in New Issue
Block a user