Initial checkin

This commit is contained in:
2019-07-08 01:13:30 +02:00
commit 6e662f0263
19 changed files with 795 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# 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.