2017 © Pedro Peláez
 

library php-esputnik-api

Library for e-sputnik.com REST api

image

updevru/php-esputnik-api

Library for e-sputnik.com REST api

  • Wednesday, March 22, 2017
  • by updev
  • Repository
  • 1 Watchers
  • 0 Stars
  • 32 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 2 Open issues
  • 1 Versions
  • 19 % Grown

The README.md

PHP Esputnik api client

Uses Esputnik API., (*1)

Requirements

  • PHP >= 5.6
  • Guzzle 6.0+ library,
  • (optional) PHPUnit to run tests.

Installing

composer require n10ty/php-esputnik-api

Basic usage

<?php

// This file is generated by Composer
require_once 'vendor/autoload.php';

$client = new \Esputnik\Client();
$client->authenticate('login', 'password');

$repositories = $client->api('balance')->show();

From $client object, you can access to all namespaces., (*2)

Inspired by

KnpLabs/php-github-api, (*3)

License

MIT License, (*4)

The Versions

22/03 2017

dev-master

9999999-dev

Library for e-sputnik.com REST api

  Sources   Download

MIT

The Requires

 

The Development Requires

by Andrey Mazuryan
by Ladygin Sergey

api esputnik e-sputnik.com