Skip to content

koszik/php-tar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Simple tar implementation for PHP

Design goals

I needed a simple (no external dependencies, no specific php.ini settings) tool that is able to create a verbatim tar archive of a directory, including empty directories, broken symlinks, device files.

This implementation supports the following:

  • empty directories
  • symbolic links (broken/valid)
  • character/block devices
  • arbitrary file name lengths (GNU longlink)

It does not support:

  • FIFOs
  • link targets with a length of 100 or more

About

Simple, but full featured tar implementation for PHP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages