cataphract/rar
Composer 安装命令:
pie install cataphract/rar
包简介
PHP extension for reading RAR archives using bundled unRAR library
README 文档
README
PHP extension for reading RAR archives using the bundled UnRAR library.
This extension uses a modified version of the UnRAR library. The UnRAR library is an official open-source library by RARLabs, an auto generated subset of the RAR codebase. It is available from http://www.rarlab.com/rar_add.htm Please note that it has a more restrictive license than the PHP bindings, barring using it to re-create the RAR compression algorithm. See unrar/LICENSE.txt for details.
Some modifications have been applied to the UnRAR library, mainly to allow streaming extraction of files without using threads.
Installation
With PECL
pecl install rar
Then add extension=rar to your php.ini.
With PIE
PIE is the modern replacement for PECL, available from PHP 8.1+.
pie install rar
PIE automatically adds the extension to your php.ini.
统计信息
- 总下载量: 125
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 42
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: PHP-3.01
- 更新时间: 2026-03-09