PHP Package: creof/wkb-parser

WKB Parser is a PHP library for handling Well-Known Binary geometries efficiently.

Current Version: 2.4
Last Updated: 2022-03-24
PHP Requirement: >=5.3.3
Dependencies:
phpunit/phpunit
php-fig/log
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

WKB Parser is a versatile PHP library designed to parse, create, and manipulate Well-Known Binary (WKB) geometries. It offers powerful functions for decoding spatial data and converting it to various formats, making it an essential tool for GIS applications and mapping projects.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 2.4

Download Download v2.4

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/wkb-parser/2.4/loader.php';
require_once 'libs/sebastianbergmann/phpunit/12.2.2/loader.php';
require_once 'libs/php-fig/log/3.0.2/loader.php';

use Creof\WkbParser\WkbParser;
use Creof\WkbParser\Geometry\Point;

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