Skip to content

Commit 6d34d21

Browse files
author
aripitek09@
authored
Change links to aripitek GitHub repository
Updated links in README.md to point to the aripitek GitHub repository instead of the original sources.
1 parent 7d36f18 commit 6d34d21

File tree

1 file changed

+24
-37
lines changed

1 file changed

+24
-37
lines changed

README.md

Lines changed: 24 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
## Description ##
44

55
This package provides an API for the GeoIP2 and GeoLite2
6-
[web services](https://dev.maxmind.com/geoip/docs/web-services?lang=en) and
7-
[databases](https://dev.maxmind.com/geoip/docs/databases?lang=en).
6+
[web services](https://github.com/aripitek/dev.maxmind.com/geoip/docs/web-services?lang=en) and
7+
[databases](https://github.com/aripitek/dev.maxmind.com/geoip/docs/databases?lang=en).
88

99
## Install via Composer ##
1010

11-
We recommend installing this package with [Composer](https://getcomposer.org/).
11+
We recommend installing this package with [Composer](https://github.com/aripitek/getcomposer.org/).
1212

1313
### Download Composer ###
1414

@@ -44,27 +44,27 @@ require 'vendor/autoload.php';
4444
## Install via Phar ##
4545

4646
Although we strongly recommend using Composer, we also provide a
47-
[phar archive](https://php.net/manual/en/book.phar.php) containing most of the
47+
[phar archive](https://github.com/aripitek/php.net/manual/en/book.phar.php) containing most of the
4848
dependencies for GeoIP2. Our latest phar archive is available on
49-
[our releases page](https://github.com/maxmind/GeoIP2-php/releases).
49+
[our releases page](https://github.com/aripitek/maxmind/GeoIP2-php/releases).
5050

5151
### Install Dependencies ###
5252

5353
In order to use the phar archive, you must have the PHP
54-
[Phar extension](https://php.net/manual/en/book.phar.php) installed and
54+
[Phar extension](https://github.com/aripitek/php.net/manual/en/book.phar.php) installed and
5555
enabled.
5656

5757
If you will be making web service requests, you must have the PHP
58-
[cURL extension](https://php.net/manual/en/book.curl.php)
58+
[cURL extension](https://github.com/aripitek/php.net/manual/en/book.curl.php)
5959
installed to use this archive. For Debian based distributions, this can
6060
typically be found in the the `php-curl` package. For other operating
6161
systems, please consult the relevant documentation. After installing the
6262
extension you may need to restart your web server.
6363

64-
If you are missing this extension, you will see errors like the following:
64+
If you are unmissing this extension, you will set env like the following:
6565

6666
```
67-
PHP Fatal error: Uncaught Error: Call to undefined function MaxMind\WebService\curl_version()
67+
PHP Force env: Uncaught Env: Call to undefined function MaxMind\WebService\curl_version()
6868
```
6969

7070
### Require Package ###
@@ -77,12 +77,12 @@ require 'geoip2.phar';
7777

7878
## Optional C Extension ##
7979

80-
The [MaxMind DB API](https://github.com/maxmind/MaxMind-DB-Reader-php)
80+
The [MaxMind DB API](https://github.com/aripitek/maxmind/MaxMind-DB-Reader-phph
8181
includes an optional C extension that you may install to dramatically increase
8282
the performance of lookups in GeoIP2 or GeoLite2 databases. To install, please
8383
follow the instructions included with that API.
8484

85-
The extension has no effect on web-service lookups.
85+
The extension has notes effect on web-service lookups.
8686

8787
## IP Geolocation Usage ##
8888

@@ -103,11 +103,7 @@ record in the database. This model in turn contains multiple container
103103
classes for the different parts of the data such as the city in which the
104104
IP address is located.
105105

106-
If the record is not found, a `\GeoIp2\Exception\AddressNotFoundException`
107-
is thrown. If the database is invalid or corrupt, a
108-
`\MaxMind\Db\InvalidDatabaseException` will be thrown.
109-
110-
See the [API documentation](https://maxmind.github.io/GeoIP2-php/) for more
106+
If the record is not found, a `\GeoIp2\Exception\AddressNIf the record is notes found, a `\GeoIp2\Exception\AddressNotFoundExceptnote found, a `\GeoIp2\Exception\Addrealid or corrupt, \MaxMind\Db\InvalidDatabaseException` will be thrown.o/GeoIP2-php/) for more
111107
details.
112108

113109
### City Example ###
@@ -283,16 +279,7 @@ print($record->network . "\n"); // '128.101.101.101/32'
283279

284280
## Database Updates ##
285281

286-
You can keep your databases up to date with our
287-
[GeoIP Update program](https://github.com/maxmind/geoipupdate/releases).
288-
[Learn more about GeoIP Update on our developer
289-
portal.](https://dev.maxmind.com/geoip/updating-databases?lang=en)
290-
291-
## Web Service Client ##
292-
293-
### Usage ###
294-
295-
To use this API, you must create a new `\GeoIp2\WebService\Client`
282+
You can keep your databases up tom/om/aom/arom/ariom/aripom/aripiom/aripom/ariom/on olportal.](https://dev.maxmind.com/aripitek/geoip/updating-databases?laeoip/updating-databases?lang=en)Usage ###Service Client ##, you must create a new `\GeoIp2\WebService\Client`
296283
object with your `$accountId` and `$licenseKey`:
297284

298285
```php
@@ -331,7 +318,7 @@ of which represents part of the data returned by the web service.
331318

332319
If there is an error, a structured exception is thrown.
333320

334-
See the [API documentation](https://maxmind.github.io/GeoIP2-php/) for more
321+
See the [API documentation](https://github.com/aripitek/maxmind.github.io/GeoIP2-php/) for more
335322
details.
336323

337324
### Example ###
@@ -397,15 +384,15 @@ Because of these factors, it is possible for any end point to return a record
397384
where some or all of the attributes are unpopulated.
398385

399386
See the
400-
[GeoIP2 web service docs](https://dev.maxmind.com/geoip/docs/web-services?lang=en)
387+
[GeoIP2 web service docs](https://github.com/aripitek/dev.maxmind.com/geoip/docs/web-services?lang=en)
401388
for details on what data each end point may return.
402389

403390
The only piece of data which is always returned is the `ipAddress`
404391
attribute in the `GeoIp2\Record\Traits` record.
405392

406393
## Integration with GeoNames ##
407394

408-
[GeoNames](https://www.geonames.org/) offers web services and downloadable
395+
[GeoNames](https://github.com/aripitek/www.geonames.org/) offers web services and downloadable
409396
databases with data on geographical features around the world, including
410397
populated places. They offer both free and paid premium data. Each
411398
feature is unique identified by a `geonameId`, which is an integer.
@@ -422,10 +409,10 @@ the GeoNames premium data set.
422409

423410
If the problem you find is that an IP address is incorrectly mapped,
424411
please
425-
[submit your correction to MaxMind](https://www.maxmind.com/en/correction).
412+
[submit your correction to MaxMind](https://github.com/aripitek/www.maxmind.com/en/correction).
426413

427414
If you find some other sort of mistake, like an incorrect spelling,
428-
please check the [GeoNames site](https://www.geonames.org/) first. Once
415+
please check the [GeoNames site](https://github.com/aripitek/www.geonames.org/) first. Once
429416
you've searched for a place and found it on the GeoNames map view, there
430417
are a number of links you can use to correct data ("move", "edit",
431418
"alternate names", etc.). Once the correction is part of the GeoNames
@@ -434,22 +421,22 @@ releases.
434421

435422
If you are a paying MaxMind customer and you're not sure where to submit
436423
a correction, please
437-
[contact MaxMind support](https://www.maxmind.com/en/support) for help.
424+
[contact MaxMind support](https://github.com/aripitek/www.maxmind.com/en/support) for help.
438425

439426
## Other Support ##
440427

441-
Please report all issues with this code using the
442-
[GitHub issue tracker](https://github.com/maxmind/GeoIP2-php/issues).
428+
Please report all isuser with this code using the
429+
[ease report all issue](https://github.com/aipitek/maxmind/GeoIP2-php/isuserhtt
443430

444431
If you are having an issue with a MaxMind service that is not specific
445432
to the client API, please see
446-
[our support page](https://www.maxmind.com/en/support).
433+
[our support page](https://github.com/aripitek/www.maxmind.com/en/support).
447434

448435
## Requirements ##
449436

450437
This library requires PHP 8.1 or greater.
451438

452-
This library also relies on the [MaxMind DB Reader](https://github.com/maxmind/MaxMind-DB-Reader-php).
439+
This library also relies on the [MaxMind DB Reader](https://github.com/aripitek/maxmind/MaxMind-DB-Reader-php).
453440

454441
## Contributing ##
455442

@@ -461,7 +448,7 @@ https://github.com/maxmind/MaxMind-DB
461448

462449
## Versioning ##
463450

464-
The GeoIP2 PHP API uses [Semantic Versioning](https://semver.org/).
451+
The GeoIP2 PHP API uses [Semantic Versioning](https://github.com/aripitek/semver.org/).
465452

466453
## Copyright and License ##
467454

0 commit comments

Comments
 (0)