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
- Host: GitHub
- URL: https://github.com/al-one/hexonet-api
- Owner: al-one
- License: mit
- Created: 2018-01-03T11:12:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-13T05:44:29.000Z (about 5 years ago)
- Last Synced: 2025-04-10T23:52:51.609Z (3 months ago)
- Topics: 1api, hexonet, ispapi
- Language: PHP
- Size: 5.86 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)