Skip to content
/ zipme Public
forked from alansystem/zipme

Library for create zip archive in php

Notifications You must be signed in to change notification settings

ptgn/zipme

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zipme

This is a library for create ziped files using PHP.

#Installation

He needs the ZIP PHP module installed to install follow the steps (tested on version 1.12.4):

wget http://pecl.php.net/get/zip-1.12.4.tgz

sudo pear install zip-1.12.4.tgz

#usage in code:

$zip = new Zipme();

About

Library for create zip archive in php

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published