Skip to content

Commit 2e92cde

Browse files
committed
List changes between this fork and original package
1 parent 50503d4 commit 2e92cde

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@ Determine the geographical location and currency of website visitors based on th
1111

1212
## About this fork
1313

14-
We have forked [Torann/laravel-geoip](https://github.com/Torann/laravel-geoip) as it’s almost not actively maintained anymore.
15-
This fork works with modern PHP versions only (8.0+).
16-
Also, as for any InteractionDesignFoundation project, we are going to improving code quality by using types, static analysers, tests and linters.
14+
We have forked [`torann/geoip`](https://github.com/Torann/laravel-geoip) as it’s almost not actively maintained anymore.
15+
This fork works with modern PHP versions only (8.0+), maintained and includes additional features:
16+
- Support modern Laravel and PHP versions
17+
- Better types (native and PHPDoc)
18+
- Safer file and network functionality
19+
- Ability to prefix cache keys (`cache_prefix` config option)
1720

1821
But don’t worry, we are following SemVer 2.0. The [package migration is straightforward](./docs/migration.md).
1922

0 commit comments

Comments
 (0)