During my master's degree, I implemented The simplex method as a class using PHP to better understand it and to easily check my manual solutions. I only had to write the given data and constraints in a text file and let the script to show me the solution.
Clone
$ git clone git@github.com:abachi/Simplex.git
Run tests:
$ php phpunit-5.7.27.phar tests\