PHP Package: creof/wkb-parser
WKB Parser is a PHP library for handling Well-Known Binary geometries efficiently.
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.
Download Latest Version: 2.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.