Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 708 Bytes

010_Installation.md

File metadata and controls

24 lines (14 loc) · 708 Bytes

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 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!