Library to assist with various vape juice mixing activities
Go to file
Chris efe875bd05 Added normalizer to help with concentrates and stones 2019-07-11 12:21:14 +02:00
examples Added examples, improved recipe implementation 2019-07-09 17:59:45 +02:00
src Added normalizer to help with concentrates and stones 2019-07-11 12:21:14 +02:00
tests Added normalizer to help with concentrates and stones 2019-07-11 12:21:14 +02:00
.gitignore Multiple changes and improvements 2019-07-09 02:19:47 +02:00
README.md Initial checkin 2019-07-08 01:13:30 +02:00
composer.json Mixer now returns a MixedRecipe instead of array 2019-07-10 23:50:51 +02:00
phpunit.xml Multiple changes and improvements 2019-07-09 02:19:47 +02:00

README.md

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.