n5s/brotli
最新稳定版本:3.0.0
Composer 安装命令:
composer require n5s/brotli
包简介
Add brotli compress/uncompress functions to PHP. Batteries included.
关键字:
README 文档
README
This library adds Brotli support to PHP. Batteries included.
function brotli_compress(string $data, int $quality = 11): string function brotli_uncompress(string $data): string
It is a fork of vdechenaux/brotli-php. Main differences:
- avoid usage of
ob_startin\Symfony\Component\Process\Processso you can use it inside anob_startcallback. - comes with prebuilt binaries from https://github.com/nlemoine/local-bin-brotli and automatic system guessing
Installation
composer require n5s/brotli
Binaries
brotli is not available on your system/server
Prebuilt binaries included for the following systems:
- Linux (x86_64/i386)
- Mac OS
- Windows
brotli is available on your system/server
If brotli is available on your server, you set its path using:
\n5s\Brotli\Brotli::setBinaryPath('brotli');
or
\n5s\Brotli\Brotli::setBinaryPath('/some/dir/brotli');
Tests
composer test
统计信息
- 总下载量: 6.4k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-07-05