Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jbtcd/fitbit-sdk-php-symfony

A Symfony bundle for JBTCDs Fitbit SDK for PHP.
https://github.com/jbtcd/fitbit-sdk-php-symfony

fitbit fitbit-sdk sdk sdk-php symfony symfony-bundle

Last synced: about 2 months ago
JSON representation

A Symfony bundle for JBTCDs Fitbit SDK for PHP.

Awesome Lists containing this project

README

        

[![Stand With Ukraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner2-direct.svg)](https://vshymanskyy.github.io/StandWithUkraine/)

# Fitbit Service Provider for Symfony

[![GitHub stars](https://img.shields.io/github/stars/jbtcd/fitbit-sdk-php-symfony.svg)](https://github.com/jbtcd/fitbit-sdk-php-symfony/stargazers)
[![GitHub issues](https://img.shields.io/github/issues/jbtcd/fitbit-sdk-php-symfony.svg)](https://github.com/jbtcd/fitbit-sdk-php-symfony/issues)
[![Build Status](https://travis-ci.com/jbtcd/fitbit-sdk-php-symfony.svg?branch=main)](https://travis-ci.com/jbtcd/fitbit-sdk-php-symfony)
[![license](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)
[![packagist](https://img.shields.io/packagist/v/jbtcd/fitbit-bundle.svg?style=flat-square)](https://packagist.org/packages/jbtcd/fitbit-bundle)
[![downloads](https://img.shields.io/packagist/dt/jbtcd/fitbit-bundle.svg?style=flat-square)](https://packagist.org/packages/jbtcd/fitbit-bundle)
[![php version](https://img.shields.io/packagist/php-v/jbtcd/fitbit-bundle?style=flat-square)](https://packagist.org/packages/jbtcd/fitbit-bundle)

A Symfony bundle for including the [Fitbit SDK for PHP](https://github.com/jbtcd/fitbit-sdk-php).

## Installation

To install, use composer:

```bash
$ composer require jbtcd/fitbit-bundle
```

Composer will aks you, if do you want to execute this recipe. You have to select `[y] Yes` at this point.

## Testing

``` bash
$ composer run tests
```

## Contributing

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

## License

The MIT License (MIT). Please see [License File](LICENSE) for more information.