2017 © Pedro Peláez
 

library api-php

API for PHP

image

bazlur36/api-php

API for PHP

  • Wednesday, August 9, 2017
  • by bazlur36
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

This is a language-specific API client for ReadMe Build. It's based on the api spec., (*1)

Installation

Using with Composer

composer require bazlur36/api-php=dev-master

Usage

config('abdul_f9cfcade4264cba870585a','');
    $rp = $build->run('math','multiply',array('numbers' => array(1,2,3)));
    
    print_r($rp);

?>

Using without Composer

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)

The Versions

09/08 2017

dev-master

9999999-dev

API for PHP

  Sources   Download

MIT

The Development Requires

by Bazlur Rashid

api