PHP Package: itamair/geophp
GeoPHP is a PHP library for handling common geospatial operations and data types efficiently.
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.
Download Latest Version: 1.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.