You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
716 B
716 B
Getting phpgeo
Requirements
phpgeo requires at least PHP 7.3. phpgeo fully supports PHP 8.
The 3.x releases require PHP >= 7.2 but don't get feature updates any longer. Bugfixes will be backported.
The 2.x releases require PHP >= 7.0 but don't get feature updates any longer. Bugfixes won't be backported.
The 1.x release line has support for PHP >= 5.4. Bugfixes won't be backported.
Installation
phpgeo is best be installed using Composer. Please visit the Composer website website for more information.
To install phpgeo, simply “require” it using Composer:
composer require mjaschen/phpgeo
phpgeo is now ready to be used in your project!