1. Go to this page and download the library: Download chriskonnertz/string-calc library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
chriskonnertz / string-calc example snippets
$stringCalc = new ChrisKonnertz\StringCalc\StringCalc();
$term = '1+2';
$result = $stringCalc->calculate($term); // $result will contain 3