2017 © Pedro Peláez
 

library phparchive

image

d9magai/phparchive

  • Tuesday, August 19, 2014
  • by d9magai
  • Repository
  • 0 Watchers
  • 0 Stars
  • 198 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 1 % Grown

The README.md

PHPArchive

Wrapper of ZipArchive class., (*1)

API Example

use D9magai\Zip\TmpArchive;

// create TmpArchive
$tmpArchive = TmpArchive(new \ZipArchive(), __DIR__ . '/tmp');
// add file to tmpArchive
$tmpArchive->addFile($filePath);
// saving tmpArchive
$tmpArchive->save();
// get tmpArchive path
$zipPath = $tmpArchive->getPath();

License

This project is licensed under the MIT license., (*2)

The Versions

19/08 2014

dev-master

9999999-dev

  Sources   Download

MIT

zip tar bzip

19/08 2014

0.0.2

0.0.2.0

  Sources   Download

MIT

zip tar bzip

14/08 2014

0.0.1

0.0.1.0

  Sources   Download

MIT

zip tar bzip