2017 © Pedro Peláez
 

library elibyy-zip

a simple and powerful zip manipulation library

image

ticketpark/elibyy-zip

a simple and powerful zip manipulation library

  • Monday, April 10, 2017
  • by ticketpark
  • Repository
  • 3 Watchers
  • 0 Stars
  • 5,000 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 20 % Grown

The README.md

Build Status Docs, (*1)

This is a fork of https://github.com/elibyy/Zip which was unexpectedly deleted and abandoned without any prior notice., (*2)

Elibyy Zip

A Object-Oriented PHP library to manipulate archives, (*3)

Adapters

this library currently supports, (*4)

  • zip
  • PHP zip
  • Phar
  • TAR
  • BZIP2
  • GZ

which is the following extensions - .zip - .phar - .tar - .bz2 - .gz, (*5)

## API Example, (*6)

 use Elibyy\Reader
 $reader = new Reader('/path/to/file.zip');
 $reader->getFiles(); #will return File[]
 $reader->addFile('/path/to/file.txt','my/inner/path/file.txt'); #will add a file to the archive with path my/inner/path
 $reader->removeFileByName('file.txt');

Documentation hosted at read the docs !, (*7)

The Versions

10/04 2017

dev-master

9999999-dev https://github.com/ticketpark/elibyy-zip

a simple and powerful zip manipulation library

  Sources   Download

The Requires

  • ext-zip *
  • php >=5.4.0

 

The Development Requires

zip archive unzip ziparchive

10/04 2017

1.0

1.0.0.0 https://github.com/ticketpark/elibyy-zip

a simple and powerful zip manipulation library

  Sources   Download

The Requires

  • ext-zip *
  • php >=5.4.0

 

The Development Requires

zip archive unzip ziparchive