File "readme.md"
Full Path: /home/attunedd/public_html/wp-content/plugins/wpide/vendor/league/flysystem-ziparchive/readme.md
File size: 1.39 KB
MIME-type: text/plain
Charset: utf-8
# Flysystem Adapter for ZipArchive
[](https://twitter.com/frankdejonge)
[](https://travis-ci.org/thephpleague/flysystem-ziparchive)
[](https://scrutinizer-ci.com/g/thephpleague/flysystem-ziparchive/code-structure)
[](https://scrutinizer-ci.com/g/thephpleague/flysystem-ziparchive)
[](LICENSE)
[](https://packagist.org/packages/league/flysystem-ziparchive)
[](https://packagist.org/packages/league/flysystem-ziparchive)
## Installation
```bash
composer require league/flysystem-ziparchive
```
## Usage
```php
use League\Flysystem\Filesystem;
use League\Flysystem\ZipArchive\ZipArchiveAdapter as Adapter;
$filesystem = new Filesystem(new Adapter(__DIR__.'/path/to/archive.zip'));
```