dev-master
9999999-devLibrary for e-sputnik.com REST api
MIT
The Requires
- php >=5.5
- ext-curl *
- guzzlehttp/guzzle 6.*
- jms/serializer ^1.3
The Development Requires
by Andrey Mazuryan
by Ladygin Sergey
api esputnik e-sputnik.com
Library for e-sputnik.com REST api
Uses Esputnik API., (*1)
composer require n10ty/php-esputnik-api
<?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)
KnpLabs/php-github-api, (*3)
MIT License, (*4)
Library for e-sputnik.com REST api
MIT
api esputnik e-sputnik.com