All Projects → cataphract → php-rar

cataphract / php-rar

Licence: other
PECL rar extension

Programming Languages

C++
36643 projects - #6 most used programming language
PHP
23972 projects - #3 most used programming language
c
50402 projects - #5 most used programming language
Makefile
30231 projects
M4
1887 projects
shell
77523 projects

Projects that are alternatives of or similar to php-rar

xhprof
PHP7/PHP8 support
Stars: ✭ 877 (+2405.71%)
Mutual labels:  php-extension
AuroraCMS
The Australian Open Source Content Management System
Stars: ✭ 13 (-62.86%)
Mutual labels:  php8
RapidPM
High performance extension that implements parts of PocketMine-MP (PMMP) with Zephir
Stars: ✭ 31 (-11.43%)
Mutual labels:  php-extension
doclite
PHP NoSQL database and document store
Stars: ✭ 57 (+62.86%)
Mutual labels:  php8
CryptoManana
An Advanced PHP Cryptography Framework
Stars: ✭ 15 (-57.14%)
Mutual labels:  php8
php8-xdebug
PHP 8.0 for development and production usage. With nginx, brotli, xdebug, JIT and more...
Stars: ✭ 17 (-51.43%)
Mutual labels:  php8
learn-computer
PHP函数源码分析、计算机相关知识
Stars: ✭ 13 (-62.86%)
Mutual labels:  php-extension
pthreads
Fork of https://github.com/krakjoe/pthreads with various improvements, including PHP 7.4+ support
Stars: ✭ 45 (+28.57%)
Mutual labels:  php8
app
Aplus Framework App Project
Stars: ✭ 338 (+865.71%)
Mutual labels:  php8
SPL
[deprecated] Miscellaneous PHP library files required by PocketMine-MP and related projects
Stars: ✭ 13 (-62.86%)
Mutual labels:  php8
framework
Aplus Full-Stack Framework
Stars: ✭ 172 (+391.43%)
Mutual labels:  php8
tast-process
An extension providing multi process for PHP 7
Stars: ✭ 27 (-22.86%)
Mutual labels:  php-extension
PHP-CPP-documentation
The documentation in chinese of PHP-CPP.
Stars: ✭ 35 (+0%)
Mutual labels:  php-extension
php-builder
🐘 Build PHP 8.0 and newer
Stars: ✭ 57 (+62.86%)
Mutual labels:  php8
autoload
Aplus Framework Autoload Library
Stars: ✭ 18 (-48.57%)
Mutual labels:  php8
unarr
A decompression library for rar, tar, zip and 7z archives
Stars: ✭ 35 (+0%)
Mutual labels:  rar
php-currency-api
Standardized wrapper for popular currency rate APIs. Currently supports FixerIO, CurrencyLayer, Open Exchange Rates and Exchange Rates API.
Stars: ✭ 17 (-51.43%)
Mutual labels:  php8
comi
ComiGO:Simple, cross-platform manga reader。简单、跨平台的漫画阅读器。シンプルな漫画リーダー。
Stars: ✭ 34 (-2.86%)
Mutual labels:  rar
php-simple-benchmark-script
Очень простой скрипт тестирования быстродействия PHP | Very simple script for testing of PHP operations speed (rusoft repo mirror)
Stars: ✭ 50 (+42.86%)
Mutual labels:  php8
secp256k1-php
PHP bindings for bitcoin-core/secp256k1
Stars: ✭ 55 (+57.14%)
Mutual labels:  php-extension

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.

Build Status Appveyor Build Status Travis codecov

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].