aliance / morton
Z-order curve implementation
1.0.0-alpha
2017-05-20 21:08 UTC
Requires
- php: >=7.0
Requires (Dev)
- phpunit/phpunit: ^6.1
This package is auto-updated.
Last update: 2024-10-27 19:15:27 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.