Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/baachi/compressor
https://github.com/baachi/compressor
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/baachi/compressor
- Owner: Baachi
- License: mit
- Created: 2013-03-12T20:45:46.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-12T22:40:52.000Z (almost 12 years ago)
- Last Synced: 2024-10-12T04:35:06.616Z (3 months ago)
- Language: PHP
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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);
```