2017 © Pedro Peláez
 

library zippr

Class to handle zip files

image

barry127/zippr

Class to handle zip files

  • Friday, September 12, 2014
  • by Barry127
  • Repository
  • 1 Watchers
  • 1 Stars
  • 17 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

zippr

A PHP class for handeling zip files. The class abstracts the ZipArchive class., (*1)

Current support: - Add file to archive - Add directory to archive - Add comment to archive - Extract an archive, (*2)

Complete documentation can be found at zippr.barrydekleijn.nl, (*3)

UPDATED

Zip is now called Zippr and carries version number 1.0., (*4)

This major update has the following updates, (*5)

  • PSR-0 standard for namespacing
  • Error handling using PHP Exception class
  • Bug fixes on addDir method
  • extractArchive has become a static function
  • Dependencies are checked in a seperate method

INSTALL

Add the next line to the require section in your composer.json file, (*6)

"barry127/zippr": "1.*"

The Versions

12/09 2014

dev-master

9999999-dev https://github.com/Barry127/Zippr

Class to handle zip files

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Barry de Kleijn

extract zip archive

11/09 2014

1.0.1

1.0.1.0 https://github.com/Barry127/Zippr

Class to handle zip files

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Barry de Kleijn

extract zip archive

11/05 2014

v1.0.0

1.0.0.0 https://github.com/Barry127/Zippr

Class to handle zip files

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Barry de Kleijn

extract zip archive