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 yesterday

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 30% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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

1764d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1936564?v=4)[Walter Cruz](/maintainers/waltersilvacruz)[@waltersilvacruz](https://github.com/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

[statamic/cms

The Statamic CMS Core Package

4.9k3.8M1.2k](/packages/statamic-cms)[openai-php/laravel

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

3.7k10.2M97](/packages/openai-php-laravel)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.3M49](/packages/tencentcloud-tencentcloud-sdk-php)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

353.6k](/packages/eslazarev-wildberries-sdk)[resend/resend-php

Resend PHP library.

608.3M53](/packages/resend-resend-php)[flat3/lodata

OData v4.01 Producer for Laravel

100357.6k](/packages/flat3-lodata)

PHPackages © 2026

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