https://github.com/jbtcd/fitbit-sdk-php
Fitbit provider for authentication and data collection.
https://github.com/jbtcd/fitbit-sdk-php
fitbit fitbit-sdk sdk sdk-php
Last synced: about 1 month ago
JSON representation
Fitbit provider for authentication and data collection.
- Host: GitHub
- URL: https://github.com/jbtcd/fitbit-sdk-php
- Owner: jbtcd
- License: mit
- Created: 2020-07-09T11:31:28.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-04-03T20:59:21.000Z (about 3 years ago)
- Last Synced: 2025-01-21T03:43:03.813Z (3 months ago)
- Topics: fitbit, fitbit-sdk, sdk, sdk-php
- Language: PHP
- Homepage: https://jbtcd.me/
- Size: 121 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://vshymanskyy.github.io/StandWithUkraine/)
# Fitbit SDK for PHP 🏃
[](https://github.com/jbtcd/fitbit-sdk-php/stargazers)
[](https://github.com/jbtcd/fitbit-sdk-php/issues)
[](https://travis-ci.com/jbtcd/fitbit-sdk-php)
[](LICENSE)
[](https://packagist.org/packages/jbtcd/fitbit)
[](https://packagist.org/packages/jbtcd/fitbit)
[](https://packagist.org/packages/jbtcd/fitbit)Fitbit provider for authentication and data collection.
## Installation
To install, use composer:
```bash
$ composer require jbtcd/fitbit
```## Usage
1. You must first register a Web Application on
[dev.fitbit.com](https://dev.fitbit.com/apps/new) to get an OAuth ID and
secret. Configure the application as:- OAuth 2.0 Application Type: **Server**
- Callback URL: **https://app-settings.fitbitdevelopercontent.com/simple-redirect.html**2. Put your **OAuth 2.0 Client ID** and **Client Secret** into
the `Entity\ClientEntity.php` instance.## 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.