2017 © Pedro Peláez
 

library php-calculator

Parsing and evaluating mathematical formula entered as a string

image

skgroup/php-calculator

Parsing and evaluating mathematical formula entered as a string

  • Wednesday, July 1, 2015
  • by KorsaR-ZN
  • Repository
  • 1 Watchers
  • 1 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 33 % Grown

The README.md

SKGroup\MathExpression

Installing

Install composer in a common location or in your project:, (*1)

curl -s http://getcomposer.org/installer | php

Create the composer.json file as follows:, (*2)

{
    "require": {
        "skgroup/php-calculator": "dev-master"
    }
}

Run the composer installer:, (*3)

php composer.phar install

Add in your the code, (*4)

require_once('vendor/autoload.php');

The Versions

01/07 2015

dev-master

9999999-dev

Parsing and evaluating mathematical formula entered as a string

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by Stanislav Kiryukhin

math expression calculator php-calculator