kheredia04/pet-diet-calculator

Un paquete de Laravel para calcular requerimientos calóricos y nutricionales de mascotas.

Maintainers

Package info

github.com/kheredia04/pet-diet-calculator

pkg:composer/kheredia04/pet-diet-calculator

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

v1.0.0 2026-06-21 19:37 UTC

This package is auto-updated.

Last update: 2026-06-21 20:03:45 UTC


README

Latest Stable Version License

A native Laravel package to calculate Resting Energy Requirements (RER), Maintenance Energy Requirements (MER), and daily recommended water intake for dogs and cats based on the official WSAVA (World Small Animal Veterinary Association) guidelines.

Features

  • RER Calculation: Computes basal caloric needs using standard metabolic formulas ($70 \times \text{weight}^{0.75}$).
  • MER Calculation: Adjusts caloric needs dynamically using custom multiplier factors based on life stages and conditions.
  • Water Intake Recommendation: Computes baseline daily fluid volume requirements.
  • Extensible Configuration: Publish and alter multiplier parameters anytime.
  • Strictly Typed: Leverages PHP 8.2+ Enums and modern architectural principles.

Installation

You can install the package via composer (once published):

composer require kheredia04/pet-diet-calculator