https://github.com/php/pecl-file_formats-rar
rar extension
https://github.com/php/pecl-file_formats-rar
Last synced: about 1 year ago
JSON representation
rar extension
- Host: GitHub
- URL: https://github.com/php/pecl-file_formats-rar
- Owner: php
- Created: 2013-05-17T23:30:11.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2016-05-03T09:38:06.000Z (about 10 years ago)
- Last Synced: 2025-01-29T21:27:05.786Z (over 1 year ago)
- Language: C++
- Homepage: http://pecl.php.net/package/rar
- Size: 730 KB
- Stars: 5
- Watchers: 6
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
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.