Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/php/pecl-file_formats-rar
rar extension
https://github.com/php/pecl-file_formats-rar
Last synced: about 1 month 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 (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-05-03T09:38:06.000Z (over 8 years ago)
- Last Synced: 2024-04-13T21:53:28.686Z (7 months 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.