Download the PHP package mmoreram/extractor without Composer
On this page you can find all versions of the php package mmoreram/extractor. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package extractor
Extractor library for php
This library extracts your files from compressed packages and returns a Symfony Finder instance, ready to be managed
Installing/Configuring
Tags
- Use last unstable version ( alias of
dev-master
) to stay in last commit - Use last stable version tag to stay in a stable release.
Installing Extractor
You have to add require line into you composer.json file
Then you have to use composer to update your project dependencies
Usage
Get a finder instance given a compressed file
Adapters
This library currently manages these extensions. All of these adapters only works if the php extension is installed.
- Zip - http://php.net/manual/en/book.zip.php
- Rar - http://php.net/manual/en/book.rar.php
- Phar - http://php.net/manual/en/book.phar.php
- Tar
- GZ
- BZ2
Directories
This library provide the way of working with temporary and specific directories.
Temporary directory
Specific directory
All versions of extractor with dependencies
PHP Build Version
Package Version
The package mmoreram/extractor contains the following files
Loading the files please wait ....