PHPackages                             goloschain/golos-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. goloschain/golos-php

ActiveLibrary[API Development](/categories/api)

goloschain/golos-php
====================

PHP client for connection to Graphene node (steem/golos)

1441PHP

Since May 17Pushed 7y ago5 watchersCompare

[ Source](https://github.com/GolosChain/golos-php)[ Packagist](https://packagist.org/packages/goloschain/golos-php)[ RSS](/packages/goloschain-golos-php/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

golos-php
=========

[](#golos-php)

PHP client for connection to STEEM/GOLOS node

Install Via Composer
--------------------

[](#install-via-composer)

#### For readonly, without broadcast

[](#for-readonly-without-broadcast)

```
composer require t3ran13/php-graphene-node-client

```

#### with broadcast (sending transactions to blockchain)

[](#with-broadcast-sending-transactions-to-blockchain)

(details and dockerfile [here](https://golos.io/ru--otkrytyij-kod/@php-node-client/podklyuchenie-secp256k1-php-k-php-dockerfile))

install components

- automake
- libtool
- libgmp-dev

install extensions

- secp256k1 (how to install [secp256k1-php](https://github.com/Bit-Wasp/secp256k1-php))
- gmp

Basic Usage
-----------

[](#basic-usage)

```
