Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

README.md

Mini PHP Archive Compressor

PHP software to compress and archive files with CLI console.

Using

max@base:~/compress$ ./compressor.php c i.txt o.txt
Mode: c, Level: 9
Input File: "i.txt"
Output File: "o.txt"
Input file size: 4275
Total input bytes: 5
Total output bytes: 2107
Done.
max@base:~/compress$ ./compressor.php d o.txt oi.txt
Mode: d, Level: 9
Input File: "o.txt"
Output File: "oi.txt"
Input file size: 2107
Total input bytes: 5
Total output bytes: 4275
Done.

Dependency

Only PHP interpreter (https://github.com/php/php-src/blob/master/ext/zlib/zlib.c#L741)

Similar Projects


Max Base

My nickname is Max, Programming language developer, Full-stack programmer. I love computer scientists, researchers, and compilers. (Max Base)

Asrez Team

A team includes some programmer, developer, designer, researcher(s) especially Max Base.

Asrez Team

You can’t perform that action at this time.