PHPackages                             cryptocompress/cryptocompress - 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. cryptocompress/cryptocompress

ActiveLibrary

cryptocompress/cryptocompress
=============================

PHP components library

121PHP

Since Apr 12Pushed 12y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

CryptoCompress Library
======================

[](#cryptocompress-library)

[![Build Status](https://camo.githubusercontent.com/15e153e59515e016c629a3078942a3530ebb8aa4b48d6ec04475edce68e0da7d/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f63727970746f636f6d70726573732f43727970746f436f6d70726573732e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/cryptocompress/CryptoCompress)

### Install

[](#install)

```
mkdir my-test-project
cd my-test-project
curl -s http://getcomposer.org/installer | php
php composer.phar init -n && php composer.phar require cryptocompress/cryptocompress:dev-master

```

### Update

[](#update)

```
php composer.phar update

```

### Try out and play around

[](#try-out-and-play-around)

#### Get current weather in munich

[](#get-current-weather-in-munich)

`vi weather.php && php weather.php`

```
