PHPackages                             oteroweb/laravelcoinpayment - 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. oteroweb/laravelcoinpayment

ActiveLibrary[API Development](/categories/api)

oteroweb/laravelcoinpayment
===========================

For use Coinpayment in laravel Framework

3621PHP

Since Dec 25Pushed 9y ago1 watchersCompare

[ Source](https://github.com/oteroweb/laravelcoinpayments)[ Packagist](https://packagist.org/packages/oteroweb/laravelcoinpayment)[ RSS](/packages/oteroweb-laravelcoinpayment/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel CoinPayment
===================

[](#laravel-coinpayment)

A Library For Checkout with bitcoin in laravel Framework

[![Latest Version on Packagist](https://camo.githubusercontent.com/74438f5d8bda4079e83a14ffd266d22f7e0cbaaf61f73b7b948b491288675fa3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6f7465726f7765622f6c61726176656c636f696e7061796d656e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/oteroweb/laravelcoinpayment)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Total Downloads](https://camo.githubusercontent.com/c8597b8353d7d639d9c51400af24c3dc6cb080bb2c7493cb5593c4f6dd4315e8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6f7465726f7765622f6c61726176656c636f696e7061796d656e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/oteroweb/laravelcoinpayment)

Install
-------

[](#install)

Via Composer

```
$  composer require oteroweb/laravelcoinpayment "dev-master"
```

or add to your composer json´in require array

```
        "oteroweb/laravelcoinpayment": "dev-master"
```

Add Provider

```
oteroweb\LaravelCoinpayment\LaravelCoinPaymentServiceProvider::class,
```

Add Aliases

```
'Coinpayment' => oteroweb\LaravelCoinPayment\CoinPaymentsAPI::class,
```

\##Configuration

Publish Configuration file

```
php artisan vendor:publish --provider="oteroweb\LaravelCoinPayment\LaravelCoinPaymentServiceProvider" --tag="config"

```

Edit .env

Add these lines at .env file, follow config/coinpayment.php for configuration descriptions.

```
BTC_PUBLICKEY=your_public_key
BTC_PRIVATEKEY=your_private_key
```

\##Customizing views (Optional)

If you want to customize form, follow these steps.

### 1.Publish view

[](#1publish-view)

```
php artisan vendor:publish

--provider="oteroweb\LaravelCoinpayment\LaravelCoinpaymentServiceProvider" --tag="views"

```

### 2.Edit your view at /resources/views/vendor/coinpayment/coinpayment.php

[](#2edit-your-view-at-resourcesviewsvendorcoinpaymentcoinpaymentphp)

Usage
-----

[](#usage)

\###Render Shopping Cart Form

```
// Soon
```

API MODULES
-----------

[](#api-modules)

### Get Balance

[](#get-balance)

```
//soon
```

### Send Money

[](#send-money)

```
{
	// Some code here soon
}
```

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [oteroweb](https://github.com/oteroweb)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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/e335c726af4e766da227913b857c9c80d495d8f8015171143ea844cfeda666f1?d=identicon)[oteroweb](/maintainers/oteroweb)

---

Top Contributors

[![oteroweb](https://avatars.githubusercontent.com/u/10228852?v=4)](https://github.com/oteroweb "oteroweb (20 commits)")

### Embed Badge

![Health badge](/badges/oteroweb-laravelcoinpayment/health.svg)

```
[![Health](https://phpackages.com/badges/oteroweb-laravelcoinpayment/health.svg)](https://phpackages.com/packages/oteroweb-laravelcoinpayment)
```

###  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)
