定制 vdechenaux/brotli 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

vdechenaux/brotli

最新稳定版本:1.3.0

Composer 安装命令:

composer require vdechenaux/brotli

包简介

Add brotli compress/uncompress functions to PHP

关键字:

README 文档

README

CircleCI

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

GitHub 信息

  • Stars: 24
  • Watchers: 3
  • Forks: 6
  • 开发语言: PHP

其他信息

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