jaxon-php/jaxon-demo-calc

A simple calculator implemented as a Jaxon package

dev-main 2025-06-27 22:44 UTC

This package is auto-updated.

Last update: 2025-06-27 22:44:47 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()