PHP Package: stevebauman/location

SteveBauman's location PHP library provides powerful tools for handling location-based functionalities efficiently.

Current Version: 7.5.1
Last Updated: 2025-08-04
PHP Requirement: >=8.1
Dependencies:
stevebauman/locationhelper
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

The location PHP library by SteveBauman is a robust solution designed to facilitate location-based services. With a wide array of features for geocoding, reverse geocoding, distance calculations, and more, this library empowers developers to streamline their location-related operations effectively.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 7.5.1

Download Download v7.5.1

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/stevebauman/location/7.5.1/loader.php';
require_once 'libs/stevebauman/locationhelper/{lib_version}/loader.php';

use SteveBauman\Location\Location;

$obj = new Location();
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.