Skip to content

Commit 5590dd3

Browse files
committed
Add initial PCLZip
1 parent dcb6278 commit 5590dd3

File tree

4 files changed

+6355
-0
lines changed

4 files changed

+6355
-0
lines changed

composer.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"name": "pclzip/pclzip",
3+
"type": "library",
4+
"description": "A PHP library that offers compression and extraction functions for Zip formatted archives",
5+
"keywords": ["php", "zip"],
6+
"homepage": "http://www.phpconcept.net/pclzip",
7+
"license": ["LGPL-2.1"],
8+
"authors": [
9+
{
10+
"name": "Vincent Blavet"
11+
}
12+
],
13+
"autoload": {
14+
"classmap": ["pclzip.lib.php"]
15+
}
16+
}

0 commit comments

Comments
 (0)