vdechenaux/brotli
最新稳定版本:1.3.0
Composer 安装命令:
composer require vdechenaux/brotli
包简介
Add brotli compress/uncompress functions to PHP
关键字:
README 文档
README
Features
This library adds Brotli support to PHP (>= 8.1)
function brotli_compress(string $data, int $quality = 11): string function brotli_uncompress(string $data): string
Installation
Library
$ composer require vdechenaux/brotli
You are almost done ! Read the next section to complete the setup.
Binary
This command will only install the PHP code, but a binary file is also needed. This binary is provided by 2 packages, depending of your environment:
- Linux AMD64
$ composer require vdechenaux/brotli-bin-amd64
- Linux i386
$ composer require vdechenaux/brotli-bin-i386
The binary will be automatically used by this library. You don't need to configure something after binary installation.
Using apt
You can use Brotli binary from apt if you are using:
- Ubuntu >= xenial (16.04)
- Debian >= stretch (9)
$ apt install brotli
Using Homebrew
$ brew install brotli
统计信息
- 总下载量: 64.06k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 24
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 2
其他信息
- 授权协议: MIT
- 更新时间: 2019-03-03