hellonico/brotli 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

hellonico/brotli

最新稳定版本:3.0.0

Composer 安装命令:

composer require hellonico/brotli

包简介

Add brotli compress/uncompress functions to PHP. Batteries included.

关键字:

README 文档

README

Tests Packagist Downloads

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:

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

统计信息

  • 总下载量: 19k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 4
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 4
  • Watchers: 0
  • Forks: 6
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2021-03-23