dev-master
9999999-devAPI for PHP
MIT
The Development Requires
by Bazlur Rashid
api
Wallogit.com
2017 © Pedro Peláez
API for PHP
This is a language-specific API client for ReadMe Build. It's based on the api spec., (*1)
composer require bazlur36/api-php=dev-master
config('abdul_f9cfcade4264cba870585a','');
$rp = $build->run('math','multiply',array('numbers' => array(1,2,3)));
print_r($rp);
?>
Download the Build.php file from https://github.com/bazlur36/readme/blob/master/src/Build.php and use as following, (*2)
```php config('abdul_f9cfcade4264cba870585a',''); $rp = $build->run('math','multiply',array('numbers' => array(1,2,3))); print_r($rp); ?>, (*3)
API for PHP
MIT
api