2017 © Pedro Peláez
 

library api

CadmusApi hub client library

image

cadmus/api

CadmusApi hub client library

  • Wednesday, November 8, 2017
  • by wrewolf
  • Repository
  • 1 Watchers
  • 0 Stars
  • 426 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 7 % Grown

The README.md

CadmusAPI

CadmusApi hub client library, (*1)

Install

composer require cadmus/api @dev, (*2)

Example

```php <?php, (*3)

use Cadmus\API\Client;, (*4)

include_once("vendor/autoload.php");, (*5)

$api = new Client("01904164d2e2db20400612e9d70d24b3dc2db17567ec92cb93c51b87697793c1"); // Ключ к api, (*6)

$response = $api->call("pg/demo", [ "assoc" => "array", "of" => "parameters", ]);, (*7)

if ($response !== false) { echo "Post Result: " . print_r($response, true) . "\n"; } else { echo "Post Error: " . $api->getError() . "\n"; } ```, (*8)

The Versions

08/11 2017

dev-master

9999999-dev

CadmusApi hub client library

  Sources   Download

The Requires

 

by Avatar wrewolf

08/11 2017

v0.2.x-dev

0.2.9999999.9999999-dev

CadmusApi hub client library

  Sources   Download

The Requires

 

by Avatar wrewolf

08/11 2017

v1.0

1.0.0.0

CadmusApi hub client library

  Sources   Download

The Requires

 

by Avatar wrewolf