PHPackages                             denpaw/laravel-playcoinrpc - 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. denpaw/laravel-playcoinrpc

ActiveLibrary[API Development](/categories/api)

denpaw/laravel-playcoinrpc
==========================

Playcoin JSON-RPC Service Provider for Laravel

00PHP

Since Nov 21Pushed 5y ago1 watchersCompare

[ Source](https://github.com/admecoin/denpa)[ Packagist](https://packagist.org/packages/denpaw/laravel-playcoinrpc)[ RSS](/packages/denpaw-laravel-playcoinrpc/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Playcoin JSON-RPC Service Provider for Laravel
==============================================

[](#playcoin-json-rpc-service-provider-for-laravel)

[![Latest Stable Version](https://camo.githubusercontent.com/1b181048b2c50a188a1a747b8d4c86be4487fbc663c3b5af2afc51dbbcae6840/68747470733a2f2f706f7365722e707567782e6f72672f64656e7061772f6c61726176656c2d706c6179636f696e7270632f762f737461626c65)](https://packagist.org/packages/denpaw/laravel-playcoinrpc)[![License](https://camo.githubusercontent.com/2465ea41d0a4f6011865c722c6c77e3be91efd47934fd961fe9e6c77ebed77ec/68747470733a2f2f706f7365722e707567782e6f72672f64656e7061772f6c61726176656c2d706c6179636f696e7270632f6c6963656e7365)](https://packagist.org/packages/denpaw/laravel-playcoinrpc)[![Build Status](https://camo.githubusercontent.com/01503ba00dd69da1e1a55b6fc0b07b64fb1496b7ee1cb8ba7aa30cf4c446aced/68747470733a2f2f7472617669732d63692e6f72672f64656e7061776d757369632f6c61726176656c2d706c6179636f696e7270632e737667)](https://travis-ci.org/denpawmusic/laravel-playcoinrpc)[![Code Climate](https://camo.githubusercontent.com/3ae8ed857d9f1a3aa2b3a8f0388b16bfa1695b57271a1cdd0694643e9b3d0d1d/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f64656e7061776d757369632f6c61726176656c2d706c6179636f696e7270632f6261646765732f6770612e737667)](https://codeclimate.com/github/denpawmusic/laravel-playcoinrpc)[![Code Coverage](https://camo.githubusercontent.com/7da113cd4436faa578ad0f4093dbab0fb05367862cf3fbb2a6e62da99ed3b805/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f64656e7061776d757369632f6c61726176656c2d706c6179636f696e7270632f6261646765732f636f7665726167652e737667)](https://codeclimate.com/github/denpawmusic/laravel-playcoinrpc/coverage)[![Join the chat at https://gitter.im/laravel-playcoinrpc/Lobby](https://camo.githubusercontent.com/e26a81d7d5f1240c85521f599c1ad3c80deb1ada0aff25b04d6eb4e17b7cb4c1/68747470733a2f2f6261646765732e6769747465722e696d2f6c61726176656c2d706c6179636f696e7270632f4c6f6262792e737667)](https://gitter.im/laravel-playcoinrpc/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

About
-----

[](#about)

This package allows you to make JSON-RPC calls to Playcoin Core JSON-RPC server from your laravel project. It's based on [denpaw/php-playcoinrpc](https://github.com/denpawmusic/php-playcoinrpc) project - fully unit-tested Playcoin JSON-RPC client powered by GuzzleHttp.

Quick Installation
------------------

[](#quick-installation)

1. Install package:

```
composer require denpaw/laravel-playcoinrpc "^1.2"
```

2. *(skip if using Laravel 5.5 or newer)* Add service provider and facade to `./config/app.php`

```
...
'providers' => [
    ...
    Denpaw\Playcoin\Providers\ServiceProvider::class,
];
...
'aliases' => [
    ...
    'Playcoind' => Denpaw\Playcoin\Facades\Playcoind::class,
];
```

3. Publish config file

```
php artisan vendor:publish --provider="Denpaw\Playcoin\Providers\ServiceProvider"
```

*Visit [Installation](https://laravel-playcoinrpc.denpaw.pro/docs/install/) for detailed installation guide.*

Usage
-----

[](#usage)

This package provides simple and intuitive API to make RPC calls to Playcoin Core (and some altcoins)

```
$hash = '000000000001caba23d5a17d5941f0c451c4ac221cbaa6c60f27502f53f87f68';
$block = playcoind()->getBlock($hash);
dd($block->get());
```

Check [Usage](https://laravel-playcoinrpc.denpaw.pro/docs/request/standard/) for more information and examples.

Documentation
-------------

[](#documentation)

Documentation is available [here](https://laravel-playcoinrpc.denpaw.pro/).

Requirements
------------

[](#requirements)

- PHP 7.1 or higher
- Laravel 5.2 or higher

*For PHP 5.6 and 7.0 use [laravel-playcoinrpc v1.2.8](https://github.com/denpawmusic/laravel-playcoinrpc/releases/tag/v1.2.8).*

License
-------

[](#license)

This product is distributed under the [MIT license](https://github.com/denpawmusic/laravel-playcoinrpc/blob/master/LICENSE).

Donations
---------

[](#donations)

If you like this project, please consider donating:
**BTC**: 3L6dqSBNgdpZan78KJtzoXEk9DN3sgEQJu
**Bech32**: bc1qyj8v6l70c4mjgq7hujywlg6le09kx09nq8d350

❤Thanks for your support!❤

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity31

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/7d270cacbd02fa5ff8a7ae0b4909618df68a2338b45cecfb57f5c97acd201007?d=identicon)[residentevox](/maintainers/residentevox)

---

Top Contributors

[![residentevo](https://avatars.githubusercontent.com/u/32551885?v=4)](https://github.com/residentevo "residentevo (1 commits)")

### Embed Badge

![Health badge](/badges/denpaw-laravel-playcoinrpc/health.svg)

```
[![Health](https://phpackages.com/badges/denpaw-laravel-playcoinrpc/health.svg)](https://phpackages.com/packages/denpaw-laravel-playcoinrpc)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
