PHPackages                             waltersilvacruz/laravel-b2bwave - 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. waltersilvacruz/laravel-b2bwave

ActiveLibrary[API Development](/categories/api)

waltersilvacruz/laravel-b2bwave
===============================

PHP client wrapping the B2BWave API.

1.0.1(4y ago)010MITPHPPHP &gt;=8.0

Since Oct 19Pushed 4y ago1 watchersCompare

[ Source](https://github.com/waltersilvacruz/laravel-b2bwave)[ Packagist](https://packagist.org/packages/waltersilvacruz/laravel-b2bwave)[ RSS](/packages/waltersilvacruz-laravel-b2bwave/feed)WikiDiscussions main Synced 3d ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Laravel B2BWave API Client
==========================

[](#laravel-b2bwave-api-client)

PHP client wrapping the [B2BWave API](https://docs.b2bwave.com/category/97-api).

This package was designed to work with [Laravel](https://www.laravel.com), so this package is written with Laravel in mind.

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

[](#installation)

Install Laravel B2BWave API Cliente:

```
$ composer require waltersilvacruz/laravel-b2bwave
```

The package uses the [auto registration feature](https://laravel.com/docs/packages#package-discovery) of Laravel.

Configuration
-------------

[](#configuration)

1. Add the appropriate values to your `.env`

    ```
    B2BWAVE_APP_CODE=
    B2BWAVE_TOKEN=
    ```
2. Publish configuration file

    #### Config

    [](#config)

    A configuration file named `b2bwave.php` can be published to `config/` by running...

    ```
    php artisan vendor:publish --tag=b2bwave-config
    ```

Usage
-----

[](#usage)

Here is an example of getting the customer's information from B2bWave:

```
$b2bwave = app('B2BWaveClient');
$options = [
    'name' => 'John Doe'
];
$response = $b2bwave->customers()->search($array);
dd($response);
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1666d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/bff226d629697b9cf437a47750985c5be36c2c457ea46aa7537d6a00114ed20d?d=identicon)[waltersilvacruz](/maintainers/waltersilvacruz)

---

Top Contributors

[![waltersilvacruz](https://avatars.githubusercontent.com/u/1936564?v=4)](https://github.com/waltersilvacruz "waltersilvacruz (7 commits)")

---

Tags

clientlaravelb2bsaleswebdevb2bwave

### Embed Badge

![Health badge](/badges/waltersilvacruz-laravel-b2bwave/health.svg)

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

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[mozex/anthropic-laravel

Anthropic PHP for Laravel is a supercharged PHP API client that allows you to interact with the Anthropic API

71226.4k1](/packages/mozex-anthropic-laravel)[jubaer/zoom-laravel

A comprehensive Zoom integration package for Laravel, providing easy-to-use API functionality to interact with the Zoom platform using PHP.

58107.8k](/packages/jubaer-zoom-laravel)[spinen/laravel-clickup

SPINEN's Laravel Package for ClickUp.

282.2k](/packages/spinen-laravel-clickup)

PHPackages © 2026

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