aliance / morton
Z-order curve implementation
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/aliance/morton
Requires
- php: >=7.0
Requires (Dev)
- phpunit/phpunit: ^6.1
This package is auto-updated.
Last update: 2025-09-27 21:21:00 UTC
README
About
Morton is a PHP implementation of Z-order curve.
Installation
Install the latest version with composer:
$ composer require aliance/morton
Tests
For completely tests running just call phpunit
command from ./vendor/bin
Aliance/Morton $ ./vendor/bin/phpunit
PHPUnit 6.1.3 by Sebastian Bergmann and contributors.
... 3 / 3 (100%)
Time: 115 ms, Memory: 4.00MB
OK (3 tests, 3 assertions)
License
This software is distributed under MIT license.