Create tar archives with PHP
24
November
2011
My own tar implementation has recently been completed, written in PHP and basically defining a simple interface for adding files and folders. My implementation provides classes to pack a bunch of files or even complete folders into an archive which then is printed to stdout, i.e., in the context of a web application downloaded by the user.
The code can be obtained from my projects page.