php-juicer/README.md

13 lines
338 B
Markdown
Raw Permalink Normal View History

2019-07-07 23:13:30 +00:00
# NoccyLabs Juicer
This is a library to help write juice-mixing stuff in PHP.
## Features
* Mix by weight or by volume.
* Calculate weights for mixing based on the VG/PG ratio or a specific values.
* Calculate weights for nicotine based on the nicotine strength and base.
* Interfaces allow for custom entity-backed implementations.
2021-12-01 00:19:35 +00:00