PHP Package: geo-io/wkb-parser

Efficient PHP library for parsing Well-Known Binary (WKB) geometries with ease and accuracy.

Current Version: 1.0.2
Last Updated: Date not available
PHP Requirement: >=5.3.3
Dependencies:
phpunit/phpunit
symfony/console
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Discover the power of parsing Well-Known Binary (WKB) geometries effortlessly in PHP with the geo-io/wkb-parser library. This library offers fast and reliable methods to decode and work with WKB data efficiently. Save time and enhance your geospatial applications by seamlessly integrating WKB parsing capabilities into your projects.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 1.0.2

Download Download v1.0.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/geo-io/wkb-parser/1.0.2/loader.php';
require_once 'libs/sebastianbergmann/phpunit/12.4.1/loader.php';
require_once 'libs/symfony/console/7.3.4/loader.php';

use GeoIO\WKB\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.