2017 © Pedro Peláez
 

library unzip

Unzip library - a ZipArchive wrapper

image

vipsoft/unzip

Unzip library - a ZipArchive wrapper

  • Tuesday, February 16, 2016
  • by vipsoft
  • Repository
  • 5 Watchers
  • 22 Stars
  • 67,868 Installations
  • PHP
  • 5 Dependents
  • 0 Suggesters
  • 12 Forks
  • 0 Open issues
  • 5 Versions
  • 2 % Grown

The README.md

VIPSoft\Unzip

A wrapper around ZipArchive to extract .zip files., (*1)

This is a refactoring of my Piwik_Unzip_ZipArchive class. It now requires php 5.3.6+, uses namespaces, adheres to object calisthenics, and is re-licensed as MIT., (*2)

Features

  • Simple to use!, (*3)

    use VIPSoft\Unzip\Unzip;
    
    $unzipper  = new Unzip();
    $filenames = $unzipper->extract($zipFilePath, $extractToThisDir);
    
  • Guards against malicious filenames in the archive, (*4)

Copyright (c) 2010-2012 Anthon Pang. See LICENSE for details., (*5)

Contributors

The Versions

16/02 2016

dev-master

9999999-dev http://github.com/vipsoft/

Unzip library - a ZipArchive wrapper

  Sources   Download

MIT

The Requires

  • php >=5.3.6
  • ext-zip *

 

by Anthon Pang

zip unzip pclzip ziparchive

16/02 2016

1.2.1

1.2.1.0 http://github.com/vipsoft/

Unzip library - a ZipArchive wrapper

  Sources   Download

MIT

The Requires

  • php >=5.3.6
  • ext-zip *

 

by Anthon Pang

zip unzip pclzip ziparchive

13/02 2016

1.2

1.2.0.0 http://github.com/vipsoft/

Unzip library - a ZipArchive wrapper

  Sources   Download

MIT

The Requires

  • php >=5.3.6
  • ext-zip *

 

by Anthon Pang

zip unzip pclzip ziparchive

30/04 2014

1.1

1.1.0.0 http://github.com/vipsoft/

Unzip library - a ZipArchive wrapper

  Sources   Download

MIT

The Requires

  • php >=5.3.6
  • ext-zip *

 

by Anthon Pang

zip unzip pclzip ziparchive

29/07 2012

v1.0

1.0.0.0 http://github.com/vipsoft/

Unzip library

  Sources   Download

MIT

The Requires

  • php >=5.3.6

 

by Anthon Pang

zip unzip pclzip ziparchive