PHPackages                             tugmaks/php-coin-core - 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. tugmaks/php-coin-core

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

tugmaks/php-coin-core
=====================

Simple php library for interacting with Litecoin/Bitcoin Core wallet via json rpc

0.1(7y ago)3712PHPPHP &gt;=7.1

Since Jun 26Pushed 7y agoCompare

[ Source](https://github.com/tugmaks/php-coin-core)[ Packagist](https://packagist.org/packages/tugmaks/php-coin-core)[ RSS](/packages/tugmaks-php-coin-core/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (7)Versions (2)Used By (0)

PHP Litecoin Core and Bitcoin Core rpc client
=============================================

[](#php-litecoin-core-and-bitcoin-core-rpc-client)

This package provides an easy to use rpc client for litecoin and bitcoin wallets

Installation
------------

[](#installation)

The recommended way to install client is using [Composer](http://getcomposer.org/):

[Download and install](http://getcomposer.org/doc/00-intro.md) Composer.

Add `tugmaks/php-coin-core` as a dependency of your project:

```
$ composer require tugmaks/php-coin-core php-http/guzzle6-adapter

```

Note: This client relies on [HTTPlug](http://httplug.io/) to perform HTTP requests. So you will need to install a [client implementation](https://packagist.org/providers/php-http/client-implementation)to use the this client. The command above uses the Guzzle 6 adapter, but you can use any implementation.

Usage
-----

[](#usage)

```
