Download the PHP package isfonzar/tdee-calculator without Composer
On this page you can find all versions of the php package isfonzar/tdee-calculator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download isfonzar/tdee-calculator
More information about isfonzar/tdee-calculator
Files in isfonzar/tdee-calculator
Download isfonzar/tdee-calculator
More information about isfonzar/tdee-calculator
Files in isfonzar/tdee-calculator
Vendor isfonzar
Package tdee-calculator
Short Description Total Daily Energy Expenditure (TDEE) Calculator
License MIT
Package tdee-calculator
Short Description Total Daily Energy Expenditure (TDEE) Calculator
License MIT
Please rate this library. Is it a good library?
Informations about the package tdee-calculator
About TDEE Calculator
TDEE Calculator is a composer library that calculates how much energy (calories) are burned daily given the weight, height and age or Lean Body Mass.
Features
- 4 different selectable formulas for calculation
- Possibility to input either weight, height and age or lean body mass
- Parametrizable input in metric or imperial system.
- EASY to incorporate on your projects
- STUPIDLY EASY TO USE
Installation
Composer
Usage
Basic usage
Formulas
Based on weight, height and age
- Original Harris Benedict (_'formula' => 'original_harrisbenedict')
- Revised Harris Benedict (_'formula' => 'revised_harrisbenedict')
- Mifflin St Jeor (_'formula' => 'mifflin_stjeor')
Based on Lean Body Mass (LBM)
- Kath McArdle (_'formula' => 'kathmcardle')
Units
- Metric ('unit' => 'metric')
- Imperial ('unit' => 'imperial')
Contributing
Bug Reports & Feature Requests
Please use the issue tracker to report any bugs or feature requests.
Social Coding
- Create an issue to discuss about your idea
- [Fork it] (https://github.com/isfonzar/tdee-calculator/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
- Profit! :white_check_mark:
All versions of tdee-calculator with dependencies
PHP Build Version
Package Version
No informations.
The package isfonzar/tdee-calculator contains the following files
Loading the files please wait ....