An open API service indexing awesome lists of open source software.

https://github.com/jaxon-php/jaxon-demo-calc

A simple calculator implemented as a Jaxon package
https://github.com/jaxon-php/jaxon-demo-calc

Last synced: 6 months ago
JSON representation

A simple calculator implemented as a Jaxon package

Awesome Lists containing this project

README

          

A simple calculator implemented as a Jaxon package
==================================================

This repo demonstrates a Jaxon package implementation.

Installation
------------

In a project that already have the Jaxon packages installed.

```bash
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.

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