PHP Package: creof/geo-parser

Geo-Parser is a PHP library for geolocation data parsing and analysis, providing accurate location details for enhanced user experiences.

Current Version: 2.2.0
Last Updated: 2019-08-06
PHP Requirement: >=7.1
Dependencies: None

Package Description

Geo-Parser is a robust PHP library designed to parse and extract geolocation data, empowering developers to integrate precise location information into their applications. With its comprehensive set of features, including detailed address parsing and geocoding capabilities, Geo-Parser simplifies the process of working with geographical data, ensuring seamless integration and improved user engagement.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 2.2.0

Download Download v2.2.0

Code Integration Example

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

<?php
// Example from PHPlibraries.com
require_once 'libs/creof/geo-parser/2.2.0/loader.php';

use Creof\GeoParser\Parser;

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