Skip to content

PHP software to compress and archive files with CLI console.

License

Notifications You must be signed in to change notification settings

BaseMax/MiniPHPArchiveCompressor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

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