n5s/local-bin-brotli

brotli pre-compiled binaries for seamless local usage on any platform.

Installs: 4 107

Dependents: 2

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

pkg:composer/n5s/local-bin-brotli

1.1.3 2024-06-27 22:21 UTC

This package is auto-updated.

Last update: 2025-09-28 15:11:54 UTC


README

This package provides pre-compiled brotli binaries for seamless local usage on any platform.

Installation

composer require n5s/local-bin-brotli

Usage

To get the brotli binary path for the current platform:

use n5s\LocalBin\Brotli;

$brotli = Brotli::getPath();