krakenfx / kraken-api-client

Example client libraries for use with the kraken.com API.
MIT License
88 stars 94 forks source link

Added composer.json and a namespace #2

Closed Ddall closed 9 years ago

Ddall commented 9 years ago

Hi, I added a crude composer.json file and a namespace to allow the installation of your library through Composer. (Mainly so I can use your client with Symfony2).

intelliot commented 9 years ago

@pennyfx could you review this?

globalcitizen commented 9 years ago

Looks good to me. Many people these days request composer files (have seen it on other projects of mine) and the only substantive changes to the actual library source appear to be non-disruptive.

intelliot commented 9 years ago

thanks! :+1: