PHPackages                             crea/php-graphene-node-client - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. crea/php-graphene-node-client

ActiveLibrary[HTTP &amp; Networking](/categories/http)

crea/php-graphene-node-client
=============================

PHP client for connection to Graphene node (crea)

v6.0.1(5y ago)169MITPHPPHP ^7.0CI failing

Since Mar 4Pushed 5y ago3 watchersCompare

[ Source](https://github.com/creativechain/php-graphene-node-client)[ Packagist](https://packagist.org/packages/crea/php-graphene-node-client)[ Docs](https://github.com/creativechain/php-graphene-node-client)[ RSS](/packages/crea-php-graphene-node-client/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (5)Versions (41)Used By (0)

php-graphene-node-client
========================

[](#php-graphene-node-client)

PHP client for connection to [CREA](https://gitlab.com/creativechain) node

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

[](#install-via-composer)

#### For readonly, without broadcast

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

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

```

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

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

(details are [here](https://golos.io/ru--otkrytyij-kod/@php-node-client/podklyuchenie-secp256k1-php-k-php-dockerfile)) and actual dockerfile and requests examples see in branch ["debug"](https://github.com/crea/php-graphene-node-client/tree/debug)

install components

- automake
- libtool
- libgmp-dev

install extensions

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

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

[](#basic-usage)

```
