Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/baachi/compressor


https://github.com/baachi/compressor

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Compressor

You want to compress your files or strings? Then use this library!

__Which methods are supported?__

* gzip
* bzip
* lzf
* zlib

## Usage ##

```php
compress('foorbar', 9);
```