PHP Package: phayes/geophp

Geophp is a PHP library for geospatial data processing and analysis, providing essential tools for location-based applications.

Current Version: 1.2
Last Updated: Date not available
PHP Requirement: >=7.4
Dependencies: None

Package Description

Geophp is a versatile PHP library designed for geospatial operations, such as distance calculations, polygon manipulation, and spatial indexing. With Geophp, developers can easily handle geographic data, integrate mapping features, and optimize location-based services for web applications and databases.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 1.2

Download Download v1.2

Code Integration Example

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

<?php
// Example from PHPlibraries.com

require_once 'libs/phayes/geophp/1.2/loader.php';
use Phayes\GeoPHP\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.