PHPackages                             eto-pesets/liqueur-js - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. eto-pesets/liqueur-js

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

eto-pesets/liqueur-js
=====================

Library for composition/calculation of ethanol-sucrose-water solutions

1.0.20(2mo ago)016↓50%Apache-2.0JavaScript

Since Mar 2Pushed 2mo agoCompare

[ Source](https://github.com/eto-pesets/liqueur-js)[ Packagist](https://packagist.org/packages/eto-pesets/liqueur-js)[ Docs](https://github.com/eto-pesets/liqueur-js)[ RSS](/packages/eto-pesets-liqueur-js/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (8)Used By (0)

liqueur-js
==========

[](#liqueur-js)

- [liqueur-js](#liqueur-js)
    - [Installation](#installation)
        - [Composer](#composer)
        - [Laravel](#laravel)
    - [Quick start](#quick-start)
    - [Documentation](#documentation)
    - [Examples](#examples)
    - [Demo applications](#demo-applications)
        - [Contributing](#contributing)
    - [License](#license)

Installation
------------

[](#installation)

### Composer

[](#composer)

Use `composer` to install the library

```
composer require eto-pesets/liqueur-js

```

### Laravel

[](#laravel)

To use with Laravel you should publish library files to assets. For example: *(change paths to fit your project's structure)*

1. Add this code to `AppServiceProvider::boot()`

```
$this->publishes([
    // modules
    __DIR__.'/../../vendor/eto-pesets/liqueur-js/src' => public_path('assets/js/liqueur-js/src'),
    // browser bundle
    __DIR__.'/../../vendor/eto-pesets/liqueur-js/dist' => public_path('assets/js/liqueur-js/dist'),
], 'liqueur-js');
```

2. Publish the files

```
php artisan vendor:publish --tag=liqueur-js
```

Or add this script to `composer.json` so it will run automatically after `composer update`

```
"post-update-cmd": [
    ...,
    "@php artisan vendor:publish --tag=liqueur-js"
],

```

Quick start
-----------

[](#quick-start)

Import the main file:

Module:

```
import { Liqueur, Syrup, Alcohol /*, ... */ } from '/path/to/src/index.js';
```

Browser bundle:

```

	const { Liqueur, Syrup, Alcohol /*, ... */ } = LiqueurJS;

```

Documentation
-------------

[](#documentation)

Conceptual and technical documentation is available in the following sections:

- **API**
    - [API overview](docs/api.md)
    - [local](docs/jsdoc/index.html) or [hosted](https://pesets.tech/liqueur-js/jsdoc) JSDoc reference
- **Model description**
    - [Physical model](docs/physical-model.md)

Examples
--------

[](#examples)

See [Examples](docs/examples/index.md)

Demo applications
-----------------

[](#demo-applications)

See [Composition demo](https://pesets.tech/liqueur-js/composition), [Conversion demo](https://pesets.tech/liqueur-js/conversion) and [Liqueur calculator](https://pesets.tech/liqueur-js/calculator)

### Contributing

[](#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
-------

[](#license)

Apache-2.0

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance86

Actively maintained with recent releases

Popularity8

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~2 days

Total

6

Last Release

71d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/da6ac64440eb23ad11223c6c559245c6f0ad1f31bd3e348ad26df4cba75ff53c?d=identicon)[eto-pesets](/maintainers/eto-pesets)

---

Tags

javascriptsugarsyrupethanolsucroseliqueur

### Embed Badge

![Health badge](/badges/eto-pesets-liqueur-js/health.svg)

```
[![Health](https://phpackages.com/badges/eto-pesets-liqueur-js/health.svg)](https://phpackages.com/packages/eto-pesets-liqueur-js)
```

###  Alternatives

[tightenco/ziggy

Use your Laravel named routes in JavaScript.

4.3k41.6M267](/packages/tightenco-ziggy)[matthiasmullie/minify

CSS &amp; JavaScript minifier, in PHP. Removes whitespace, strips comments, combines files (incl. @import statements and small assets in CSS files), and optimizes/shortens a few common programming patterns.

2.0k30.5M336](/packages/matthiasmullie-minify)[laracasts/utilities

Transform your PHP to JavaScript

2.2k10.0M39](/packages/laracasts-utilities)[tedivm/jshrink

Javascript Minifier built in PHP

76037.7M139](/packages/tedivm-jshrink)[symfony/ux-turbo

Hotwire Turbo integration for Symfony

3906.8M47](/packages/symfony-ux-turbo)[tinymce/tinymce

Web based JavaScript HTML WYSIWYG editor control.

1697.5M106](/packages/tinymce-tinymce)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
