jaxon-php / jaxon-demo-calc
A simple calculator implemented as a Jaxon package
v1.0.1
2025-07-22 13:30 UTC
Requires
- jaxon-php/jaxon-core: ^5.0
- jaxon-php/jaxon-dialogs: ^5.0
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()