Download the PHP package buexplain/bitmap without Composer
On this page you can find all versions of the php package buexplain/bitmap. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download buexplain/bitmap
More information about buexplain/bitmap
Files in buexplain/bitmap
Download buexplain/bitmap
More information about buexplain/bitmap
Files in buexplain/bitmap
Vendor buexplain
Package bitmap
Short Description 基于“github.com/spiral/goridge/v2”给php提供完善的bitmap操作能力
License Apache-2.0
Package bitmap
Short Description 基于“github.com/spiral/goridge/v2”给php提供完善的bitmap操作能力
License Apache-2.0
Please rate this library. Is it a good library?
Informations about the package bitmap
php的bitmap操作类
基于 github.com/RoaringBitmap/roaring 与 github.com/spiral/goridge 给php
提供完善的bitmap
操作能力。
整个软件包分为go
服务端与php
客户端,php
与go
之间通过socket_create(AF_INET, SOCK_STREAM, SOL_TCP)
或者是socket_create(AF_UNIX, SOCK_STREAM, 0)
或者是stream_socket_client
进行通信。
安装
- 引入php包
composer require buexplain/bitmap
- 根据系统环境执行go服务
vendor\bin\bitmap-win-amd64.exe.bat
或者是./vendor/bin/bitmap-linux-amd64.bin
程序启动help:
参数gcTick
、reconnectWait
的作用,请阅读 源码 体会。
示例
License
All versions of bitmap with dependencies
PHP Build Version
Package Version
The package buexplain/bitmap contains the following files
Loading the files please wait ....