Skip to content

Experiment in custom deflate compressor for Box

License

Notifications You must be signed in to change notification settings

s9e/box-deflate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an experiment in using a custom deflate compressor in PHARs created with box.

The idea is to override PHP's default zlib.deflate filter with a custom implementation. The zlib.deflate filter is used when creating PHAR with GZ compression. Replacing the default implementation with a more performant compressor such as zopfli should in theory result in smaller PHARs.

About

Experiment in custom deflate compressor for Box

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published