aliance / morton
Z-order曲线实现
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-08-27 18:55:05 UTC
README
关于
Morton是Z-order曲线的PHP实现。
安装
使用composer安装最新版本
$ composer require aliance/morton
测试
要完全运行测试,只需从./vendor/bin目录调用phpunit
命令
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)
许可证
此软件根据MIT许可证分发。