2017 © Pedro Peláez
 

library happymath

Do math operation in spreadsheets formula style

image

gigac/happymath

Do math operation in spreadsheets formula style

  • Thursday, June 21, 2018
  • by gigac
  • Repository
  • 1 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

HappyMath

Latest Version on Packagist ![Software License][ico-license] ![Total Downloads][ico-downloads], (*1)

Calculate expressions formula style like spreadsheets, (*2)

Install

Via Composer, (*3)

``` bash $ composer require gigac/happymath, (*4)


## Usage ``` php $expression = 'AVG(5,3,SUM(1,2,MAX(1,2),3,12))'; $result = new Gigac\HappyMath\HappyMath($expression);

Testing

bash $ ./vendor/bin/phpunit, (*5)

ToDo

  • Fix subtraction
  • Refactor structure
  • Finish tests
  • Check valid expression
  • ...

Credits

License

The MIT License (MIT). Please see License File for more information., (*6)

The Versions

21/06 2018

dev-master

9999999-dev https://github.com/gigac/happymath

Do math operation in spreadsheets formula style

  Sources   Download

MIT

The Requires

  • php >=5.6

 

The Development Requires

math happy

21/06 2018

v1.0.1

1.0.1.0 https://github.com/gigac/happymath

Do math operation in spreadsheets formula style

  Sources   Download

MIT

The Requires

  • php >=5.6

 

The Development Requires

math happy

20/06 2018

v1.0.0

1.0.0.0 https://github.com/gigac/happymath

Do math operation in spreadsheets formula style

  Sources   Download

MIT

The Requires

  • php >=5.6

 

The Development Requires

math happy