PHP Package: creof/wkt-parser

WKT parser library for PHP that supports parsing Well-Known Text geometries efficiently and accurately.

Current Version: 2.2.0
Last Updated: 2016-05-03
PHP Requirement: >=5.3.3
Dependencies:
phpunit/phpunit
doctrine/annotations
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

The WKT Parser PHP library by Creof is a robust tool designed to parse Well-Known Text geometries with precision and speed. This library simplifies the process of handling complex geometries and spatial data formats. With its intuitive design and comprehensive support, it's an essential asset for developers working with geospatial data.

📦 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/wkt-parser/2.2.0/loader.php';
require_once 'libs/sebastianbergmann/phpunit/12.2.2/loader.php';
require_once 'libs/doctrine/annotations/2.0.2/loader.php';

use Creof\WktParser\WktParser;
use Creof\WktParser\Geometry\Point;

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