Libraries tagged by compressed
phpzip/phpzip
763521 Downloads
Package to create and stream archives of compressed files in ZIP format with PHP 5.3+
experius/module-wysiwygdownloads
727874 Downloads
This module makes it possible to upload different filetypes inside the WYSIWYG-editor (Media Gallery). Extra filetypes are Word (doc, docm, docx, odt), Excel (csv, xml, xls, xlsx, ods), PDF (pdf), Compressed Folder (zip, tar)
grandt/phpzipmerge
777670 Downloads
Merge and stream multiple Zip files on the fly.
t3/min
859805 Downloads
Extends TYPO3's compressor for JS and CSS with minifier. This may save you up to 60% of default compressed file size. Also compresses HTML output of TYPO3. Full composer support.
raulfraile/distill
180378 Downloads
Smart compressed files extractor
rozklad/heremaps-flexible-polyline
272264 Downloads
PHP implementation of Flexible Polyline encoding: a lossy compressed representation of a list of coordinate pairs or triples
franksierra/osm-pbf
2223 Downloads
Works with Open Street Map .osm.pbf compressed files.
sgalinski/scriptmerger
53255 Downloads
CSS/Javascript Minificator, Compressor And Concatenator - This extension minimizes the http requests by concatenating your css and javascript. Furthermore the result can be minified and compressed. This whole process is highly configurable and is partly based on the "minify", "jsminplus" and "jsmin" projects.
raulfraile/distill-cli
18 Downloads
Command line tool to extract files from compressed archives
hejunjie/wechat-bill-parser
22 Downloads
一个高性能、自动化的微信账单解析器,支持压缩包密码自动破解与账单数据智能提取,适用于账单分析、账单自动化入账、个人理财工具开发等场景 | A fast, automated Wechat bill parser that cracks compressed file passwords and extracts bill data. Perfect for bill analysis, automatic bookkeeping, and personal finance tools
hejunjie/alipay-bill-parser
21 Downloads
一个高性能、自动化的支付宝账单解析器,支持压缩包密码自动破解与账单数据智能提取,适用于账单分析、账单自动化入账、个人理财工具开发等场景 | A fast, automated Alipay bill parser that cracks compressed file passwords and extracts bill data. Perfect for bill analysis, automatic bookkeeping, and personal finance tools
dcro/secure-client-side-session-handler
286 Downloads
Securely store PHP session information on the client side using cookies (session data is encrypted & compressed)
souravmsh/compressed-output
1 Downloads
Compressed/Optimize output of the laravel application source code
php-tool-bucket/compressed-int-set
623 Downloads
orware/compressed-string
735 Downloads
Based on the wonderful work by Tom Westcott (https://packagist.org/packages/cyberdummy/gzstream) which provided most of the functionality I required. Allows for gzip compressed string streams to be used for holding data. This project was created because I wanted a way to store large database result sets more easily in memory (especially ones that were just going to be output as JSON in an API response), since using a regular PHP array resulted in large memory usage.