Download the PHP package amitshrestha/calculator without Composer
On this page you can find all versions of the php package amitshrestha/calculator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download amitshrestha/calculator
More information about amitshrestha/calculator
Files in amitshrestha/calculator
Download amitshrestha/calculator
More information about amitshrestha/calculator
Files in amitshrestha/calculator
Vendor amitshrestha
Package calculator
Short Description This package will initialize a basic calculator instance for your laravel application.
License MIT
Package calculator
Short Description This package will initialize a basic calculator instance for your laravel application.
License MIT
Please rate this library. Is it a good library?
Informations about the package calculator
calculator
This repository contains my first package using Laravel 5.5. This repository contains basic calculator package.
Installation:
composer require amitshrestha/calculator:1.02
For Laravel 5.5 : Package is auto discovered.
For Laravel 5.4 or lower version :
Add this in $providers array of config/app.php
"Amitshrestha\\Calculator\\CalculatorServiceProvider"
Uses:
Add two variables:
@param variable1, variable 2
project.dev/add/variable1/variable2
Subtract two variables:
@param variable1, variable 2
project.dev/subtract/variable1/variable2
Multiply two variables:
@param variable1, variable 2
project.dev/multiply/variable1/variable2
Divide two variables:
@param variable1, variable 2
project.dev/divide/variable1/variable2
Nth Root of variable:
@param variable1
project.dev/root/variable1
Factorial of a variable:
@param variable1
project.dev/factorial/variable1
All versions of calculator with dependencies
PHP Build Version
Package Version
No informations.
The package amitshrestha/calculator contains the following files
Loading the files please wait ....