Skip to content

Commit

Permalink
change README
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-artemkin committed Jan 11, 2024
1 parent 3165bd8 commit a14e58c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,9 @@ var_dump(Topvisor\Geolite2\Geolite2::city($ip));
# Базовые методы

* city(string $ip) - получить объект GeoIp2\Model\City, содержащий информацию о городе, по ip, который в нем расположен

# Лицензия
geolite2 - это open-source проект, и он распространяется под лицензией [MIT](http://choosealicense.com/licenses/mit/)

Проект включает в себя данные GeoLite, созданные MaxMind.
<a href="http://www.maxmind.com">http://www.maxmind.com</a>.

0 comments on commit a14e58c

Please sign in to comment.