Skip to content

計算式を扱うPHPライブラリ

License

Notifications You must be signed in to change notification settings

shimoning/formula

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

formula

計算式をPHPで扱う(簡易版)

とりあえず簡単な四則計算を扱う。

Install

composer で追加する

利用するプロジェクトの composer.json に以下を追加する。

"repositories": {
    "formula": {
        "type": "vcs",
        "url": "https://github.com/shimoning/formula.git"
    }
},

その後以下でインストールする。

composer require shimoning/formula

Usage

記述予定...

validate

計算式が扱えるかチェックする

calculate

計算式を実行する