PHPackages                             ride/lib-archive - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. ride/lib-archive

ActiveLibrary

ride/lib-archive
================

Abstraction library for (de)compression of archives.

1.0.0(9y ago)050MITPHP

Since May 1Pushed 9y ago8 watchersCompare

[ Source](https://github.com/all-ride/ride-lib-archive)[ Packagist](https://packagist.org/packages/ride/lib-archive)[ RSS](/packages/ride-lib-archive/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (7)Used By (0)

Ride: Archive Library
=====================

[](#ride-archive-library)

Ride library for abstraction of file archiving.

What's In This Library
----------------------

[](#whats-in-this-library)

### Archive

[](#archive)

The *Archive* interface is used to implement a compression algorithm. You can use it to compress files into an archive or to decompress an archive to your file system.

There are 2 implementations provided:

- PharArchive
- ZipArchive

Code Sample
-----------

[](#code-sample)

Check this code sample to see how to use this library:

```
