jaxon-php/jaxon-demo-calc

A simple calculator implemented as a Jaxon package

v1.0.1 2025-07-22 13:30 UTC

This package is auto-updated.

Last update: 2025-07-22 13:32:48 UTC


README

This repo demonstrates a Jaxon package implementation.

Installation

In a project that already have the Jaxon packages installed.

composer require jaxon-php/jaxon-demo-calc

Insert the calculator in a page

The HTML code of the calculator is returned by this call. It uses the Bootstrap 5 CSS framework.

    jaxon()->package(Jaxon\Demo\Calc\Package::class)->getHtml()