Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jbtcd/fitbit-sdk-php-symfony
- Owner: jbtcd
- License: mit
- Created: 2020-07-09T11:31:42.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-03T20:59:58.000Z (almost 3 years ago)
- Last Synced: 2024-11-15T21:59:45.283Z (2 months ago)
- Topics: fitbit, fitbit-sdk, sdk, sdk-php, symfony, symfony-bundle
- Language: PHP
- Homepage: https://jbtcd.me/
- Size: 255 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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.