PHP Package: itamair/geophp

GeoPHP is a PHP library for handling common geospatial operations and data types efficiently.

Current Version: 1.6
Last Updated: Date not available
PHP Requirement: >=7.4
Dependencies:
doctrine/lexer
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

GeoPHP is a powerful library for PHP developers that provides a wide range of geospatial functions and data types to work with. It simplifies the handling of geographical data, allowing developers to perform complex geo-related tasks easily and efficiently. With GeoPHP, you can perform spatial calculations, manage geographic information, and interact with various types of maps and spatial databases in your PHP applications.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 1.7

Download Download v1.7

Previous Versions

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/itamair/geophp/1.7/loader.php';
require_once 'libs/doctrine/lexer/3.0.1/loader.php';

use GeoPHP\Geometry\Point;

$obj = new Point();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.