jaxon-php/jaxon-demo-calc

A simple calculator implemented as a Jaxon package

v1.0.0 2025-06-29 02:57 UTC

This package is auto-updated.

Last update: 2025-06-29 02:59:49 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()