xotelia / streak-php-client
Streak PHP client
This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.
1.0.4
2016-04-04 08:29 UTC
Requires
- guzzlehttp/guzzle: ~6.0
Requires (Dev)
- phpspec/phpspec: ~2.0
This package is not auto-updated.
Last update: 2019-10-26 19:57:23 UTC
README
Simple PHP client for Streak API
Installation
$ composer require xotelia/streak-php-client
Usage
<?php require __DIR__.'/vendor/autoload.php'; use Streak\Streak; $apiKey = 'your api key'; $streak = new Streak($apiKey); $me = $streak->users()->me();