PHPackages                             ebidtech/compress - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. ebidtech/compress

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

ebidtech/compress
=================

Compress library

v1.1.1(12y ago)310.5k2MITPHPPHP &gt;=5.4.0

Since Nov 25Pushed 12y ago15 watchersCompare

[ Source](https://github.com/ebidtech/compress)[ Packagist](https://packagist.org/packages/ebidtech/compress)[ Docs](http://github.com/ebidtech/compress)[ RSS](/packages/ebidtech-compress/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (10)Used By (2)

Compress
========

[](#compress)

Simple wrapper that provides a common interface for data compression. Making easy to change the compression algorithm and use a common interface.

[![Latest Stable Version](https://camo.githubusercontent.com/b2b43792fdde5d2ed3af7dc663067e5faab7735cde7ebbbb5d7fad98beb440c5/68747470733a2f2f706f7365722e707567782e6f72672f65626964746563682f636f6d70726573732f762f737461626c652e706e67)](https://packagist.org/packages/ebidtech/compress)[![Build Status](https://camo.githubusercontent.com/e933d06552fc5fbdd50093f2dc21880cf44cef41a507542b8406cdf3536b70e8/68747470733a2f2f7472617669732d63692e6f72672f65626964746563682f636f6d70726573732e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/ebidtech/compress) [![Coverage Status](https://camo.githubusercontent.com/3fc979de4560c00f8327d08424e38d1255521f50c08fede99d643ae602a42960/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f65626964746563682f636f6d70726573732f62616467652e706e673f6272616e63683d6d6173746572)](https://coveralls.io/r/ebidtech/compress?branch=master) [![Scrutinizer Quality Score](https://camo.githubusercontent.com/e1e8632a91649958650e3ba9bb4a838f6e3c7135fbb39fb53da9a1db5c8f15dd/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f65626964746563682f636f6d70726573732f6261646765732f7175616c6974792d73636f72652e706e673f733d63383031303565393435343336393333666232373761303539356430323339343439356636336230)](https://scrutinizer-ci.com/g/ebidtech/compress/) [![Dependency Status](https://camo.githubusercontent.com/703aac7d3475fe09757e35f1fc704ba7931c9e22cd491e9235bca265fce3839e/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f757365722f70726f6a656374732f3532393737616233363332626163613862343030303030322f62616467652e706e67)](https://www.versioneye.com/user/projects/52977ab3632baca8b4000002)

Requirements
------------

[](#requirements)

- PHP &gt;= 5.4

Installation
------------

[](#installation)

The recommended way to install is through composer.

Just create a `composer.json` file for your project:

```
{
    "require": {
        "ebidtech/compress": "@stable"
    }
}
```

**Tip:** browse [`ebidtech/compress`](https://packagist.org/packages/ebidtech/compress) page to choose a stable version to use, avoid the `@stable` meta constraint.

And run these two commands to install it:

```
$ curl -sS https://getcomposer.org/installer | php
$ composer install
```

Now you can add the autoloader, and you will have access to the library:

```
