https://github.com/updevru/php-esputnik-api
Client for eSputnik Api (https://esputnik.com/api/index.html)
https://github.com/updevru/php-esputnik-api
Last synced: about 1 month ago
JSON representation
Client for eSputnik Api (https://esputnik.com/api/index.html)
- Host: GitHub
- URL: https://github.com/updevru/php-esputnik-api
- Owner: updevru
- Created: 2017-03-22T17:39:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-20T12:20:21.000Z (over 8 years ago)
- Last Synced: 2025-12-14T21:11:06.646Z (7 months ago)
- Language: PHP
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PHP Esputnik api client
Uses [Esputnik API](https://esputnik.com.ua/api/index.html).
## Requirements
* PHP >= 5.6
* [Guzzle 6.0+](https://github.com/guzzle/guzzle) library,
* (optional) PHPUnit to run tests.
## Installing
```
composer require n10ty/php-esputnik-api
```
## Basic usage
```php
authenticate('login', 'password');
$repositories = $client->api('balance')->show();
```
From `$client` object, you can access to all namespaces.
## Inspired by
[KnpLabs/php-github-api](https://github.com/KnpLabs/php-github-api)
## License
MIT License