test_lgq/niucloud/vendor/mjaschen/phpgeo/docs/010_Installation.md
2024-01-24 17:36:08 +08:00

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!