xp-framework / core

The XP Framework is an all-purpose, object oriented PHP framework.
Other
19 stars 6 forks source link

Add brotli compressing / decompressing streams #307

Closed thekid closed 2 years ago

thekid commented 2 years ago

Based on https://github.com/kjdev/php-ext-brotli. https://github.com/kjdev/php-ext-brotli/pull/38 makes the extension available for PHP 8.1

thekid commented 2 years ago

The question is whether we would not want to extract compression into its own package really.

thekid commented 2 years ago

The question is whether we would not want to extract compression into its own package really.

https://github.com/xp-forge/compression

thekid commented 2 years ago

Decided against this, the I/O compression and decompression streams will find a new home in https://github.com/xp-forge/compression

thekid commented 2 years ago

See https://github.com/xp-framework/rfc/issues/342