Download the PHP package eto-pesets/liqueur-js without Composer
On this page you can find all versions of the php package eto-pesets/liqueur-js. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download eto-pesets/liqueur-js
More information about eto-pesets/liqueur-js
Files in eto-pesets/liqueur-js
Package liqueur-js
Short Description Library for composition/calculation of ethanol-sucrose-water solutions
License Apache-2.0
Homepage https://github.com/eto-pesets/liqueur-js
Informations about the package liqueur-js
liqueur-js
- liqueur-js
- Installation
- Composer
- Laravel
- Quick start
- Documentation
- Examples
- Demo applications
- Contributing
- License
Installation
Composer
Use composer to install the library
Laravel
To use with Laravel you should publish library files to assets. For example: (change paths to fit your project's structure)
-
Add this code to
AppServiceProvider::boot() - Publish the files
Or add this script to composer.json so it will run automatically after composer update
Quick start
Import the main file:
Module:
Browser bundle:
Documentation
Conceptual and technical documentation is available in the following sections:
- API
- API overview
- hosted JSDoc reference
- Model description
- Physical model
Examples
See Examples
Demo applications
See Composition demo, Conversion demo and Liqueur calculator
Contributing
Contributions are welcome.
If you would like to help improve the project, the most valuable contributions at the moment are:
-
Language files (
i18n/{code}.js)
Expanding and improving translations. - Documentation improvements (
*.md,JSDoc)
Enhancements to Markdown documentation and JSDoc reference:- clarifications
- examples
- corrections
- structural improvements
License
Apache-2.0