Skip to content

Commit

Permalink
Merge pull request #38 from dotkernel/issue-37
Browse files Browse the repository at this point in the history
Marked package as wrapper
  • Loading branch information
arhimede authored Jul 4, 2024
2 parents 9371638 + bee0da8 commit 13950ed
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# dot-geoip

DotKernel component based on Maxmind's [geoip2/geoip2](https://github.com/maxmind/GeoIP2-php) package, using [db-ip.com's free GeoLite2 databases](https://db-ip.com/db/) to provide geographical details about an IP address.
> [!IMPORTANT]
> dot-geoip is a wrapper on top of [dot-geoip](https://github.com/maxmind/GeoIP2-php)
>
> ![OSS Lifecycle](https://img.shields.io/osslifecycle/maxmind/GeoIP2-php)
![OSS Lifecycle](https://img.shields.io/osslifecycle/dotkernel/dot-geoip)
![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/dot-geoip/3.6.0)
Expand Down
5 changes: 5 additions & 0 deletions docs/book/v3/overview.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Overview

> dot-geoip is a wrapper on top of [dot-geoip](https://github.com/maxmind/GeoIP2-php)
>
> ![OSS Lifecycle](https://img.shields.io/osslifecycle/maxmind/GeoIP2-php)
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ extra:
nav:
- Home: index.md
- v3:
- Overview: v3/overview.md
- Configuration: v3/configuration.md
- Installation: v3/installation.md
- "Manage GeoLite2 database": v3/manage-geolite2-database.md
Expand Down

0 comments on commit 13950ed

Please sign in to comment.