jaxon-php / jaxon-demo-calc
A simple calculator implemented as a Jaxon package
Installs: 18
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/jaxon-php/jaxon-demo-calc
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()