Skip to content

Commit

Permalink
Merge pull request #18 from open-source-contributions/add_bzip
Browse files Browse the repository at this point in the history
Add Bzip feature and description
  • Loading branch information
tsteur authored Jan 11, 2020
2 parents 73b5eb3 + 78e97f8 commit 44dcf77
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ It supports the following compression formats:

- Zip
- Gzip
- Bzip
- Tar (gzip or bzip)

With the following adapters:

- `PclZip`, based on the [PclZip library](http://www.phpconcept.net/pclzip/)
- `ZipArchive`, based on PHP's [Zip extension](http://fr.php.net/manual/en/book.zip.php)
- `Gzip`, based on PHP's native Gzip functions
- `Bzip`, based on PHP's native Bzip functions
- `Tar`, based on the [Archive_Tar library](https://github.com/pear/Archive_Tar) from PEAR

## Installation
Expand Down

0 comments on commit 44dcf77

Please sign in to comment.