PHPackages                             postmix/laravel-bitaps - 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. postmix/laravel-bitaps

ActiveLibrary

postmix/laravel-bitaps
======================

A Bitaps API wrapper for Laravel Framework.

v0.7.13(6y ago)1682MITPHPPHP ^7.1

Since Dec 2Pushed 6y ago1 watchersCompare

[ Source](https://github.com/PavelSavushkinMix/laravel-bitaps)[ Packagist](https://packagist.org/packages/postmix/laravel-bitaps)[ RSS](/packages/postmix-laravel-bitaps/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (1)Versions (33)Used By (0)

Laravel Bitaps Wrapper
----------------------

[](#laravel-bitaps-wrapper)

[![Latest Version on Packagist](https://camo.githubusercontent.com/76bfd69e6caf6e66f8793ff5153414157e0209dbf3021bbe03de36422ec0a574/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f706f73746d69782f6c61726176656c2d6269746170732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/postmix/laravel-bitaps)[![Total Downloads](https://camo.githubusercontent.com/b8df96980a7263f5e5a5d0810b8ea3af1422179bd9ffaa6baac038befd851a84/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f706f73746d69782f6c61726176656c2d6269746170732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/postmix/laravel-bitaps)

- [Install](#install)
- [Usage](#usage)
- [License](#license)

### Install

[](#install)

Require this package with composer using the following command:

```
composer require postmix/laravel-bitaps
```

After updating composer, add the service provider to the `providers` array in `config/app.php`

```
PostMix\LaravelBitaps\LaravelBitapsServiceProvider::class,
```

**Laravel 5.5+** use Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.

You can also publish the config file to change implementations (ie. interface to specific class).

```
php artisan vendor:publish --provider="PostMix\LaravelBitaps\LaravelBitapsServiceProvider"
```

The wrapper uses several tables to save data into DB. So, before usage, you need to migrate that tables with default command.

### Usage

[](#usage)

If you would like to use testnet, you can add **BITAPS\_DEBUG=true** to your .env file.

You are able to make implementations using **app()-&gt;make()** method. You can check available methods of the implementation via interfaces. Available implementations:

```
// Default currency: btc. Supported: btc, tbtc, ltc, bch, eth.

app()->make(PostMix\LaravelBitaps\Contracts\IPaymentForwarding::class, ['currency' => 'btc']);
app()->make(PostMix\LaravelBitaps\Contracts\ICallbackLog::class);
app()->make(PostMix\LaravelBitaps\Contracts\IDomainAuthorization::class);
app()->make(PostMix\LaravelBitaps\Contracts\IWallet::class, ['currency' => 'btc']);

// WIP
app()->make(PostMix\LaravelBitaps\Contracts\IDomainStatistic::class);
```

### License

[](#license)

The Laravel Bitaps is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 92.3% 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.

###  Release Activity

Cadence

Every ~4 days

Total

31

Last Release

2231d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/249187237?v=4)[PostMix](/maintainers/PostMix)[@PostMIx](https://github.com/PostMIx)

---

Top Contributors

[![PavelSavushkinMix](https://avatars.githubusercontent.com/u/11707526?v=4)](https://github.com/PavelSavushkinMix "PavelSavushkinMix (108 commits)")[![ert-warol](https://avatars.githubusercontent.com/u/40384859?v=4)](https://github.com/ert-warol "ert-warol (7 commits)")[![alekseys-hyuna](https://avatars.githubusercontent.com/u/28633013?v=4)](https://github.com/alekseys-hyuna "alekseys-hyuna (2 commits)")

### Embed Badge

![Health badge](/badges/postmix-laravel-bitaps/health.svg)

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

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k21](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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