An open API service indexing awesome lists of open source software.

https://github.com/al-one/hexonet-api

Hexonet APIs For PHP
https://github.com/al-one/hexonet-api

1api hexonet ispapi

Last synced: 3 months ago
JSON representation

Hexonet APIs For PHP

Awesome Lists containing this project

README

        

# Hexonet APIs For PHP

## Installing

```sh
$ composer require al-one/hexonet-api -vvv
```

or

```sh
$ composer require al-one/hexonet-api:dev-master -vvv
```

## Usage

```php
call('command',[
'parameter1' => 'value1',
'parameter2' => 'value2',
]);

$hash1 = $ret->getHash();
$hash2 = $ret->getHashLower();
```

## Documentation

- [Domain API](https://www.hexonet.net/sites/default/files/downloads/DOMAIN_API_Reference.pdf)

## Link

- [Official SDK - hexonet/php-sdk](https://github.com/hexonet/php-sdk)