PHPackages                             michalwolinski/wbiztool-laravel - 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. michalwolinski/wbiztool-laravel

ActiveLibrary[API Development](/categories/api)

michalwolinski/wbiztool-laravel
===============================

A WbizTool API Client Laravel integration

v1.0.1(6y ago)27[5 PRs](https://github.com/michalwolinski/wbiztool-laravel/pulls)MITPHPPHP ^7.4

Since Dec 11Pushed 3y ago2 watchersCompare

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

READMEChangelog (3)Dependencies (2)Versions (8)Used By (0)

WbizTool Client Laravel Library
===============================

[](#wbiztool-client-laravel-library)

A WbizTool API Client Laravel integration

---

Installation by Composer
------------------------

[](#installation-by-composer)

1. Run

    ```
    composer require michalwolinski/wbiztool-laravel
    ```

    in console to install this library.
2. Run

    ```
    php artisan vendor:publish --provider="Haxmedia\WbizToolLaravel\Providers\WbizToolServiceProvider"

    ```

    in your console to publish default configuration files
3. Open .env and add your configuration:

    `WBIZTOOL_CLIENT_ID` - Your Client Id (Given on Dashboard in API Setting Section)

    `WBIZTOOL_API_KEY` - Your Api Key (Given on Dashboard in API Setting Section)

    `WBIZTOOL_WHATSAPP_CLIENT_ID` - Your WhatsApp Client Id (Given on Whatsapp Setting Page) (Given on Dashboard in API Setting Section)

---

Usage
-----

[](#usage)

I propose to use Dependency Injection to inject `Client` class.

Example implementation in service class:

```

use Haxmedia\WbizTool\Client;
use Haxmedia\WbizTool\Dto\Receiver;
use Haxmedia\WbizTool\MessageType\Text;
use Haxmedia\WbizTool\Method\SendMessage;

class Service {

    private Client $wbizToolClient;

    public function __construct(Client $wbizToolClient)
    {
        $this->wbizToolClient = $client;
    }

    public sendMessage(int $phoneNumber, string $message): void
    {
        $receiver = new Receiver($phoneNumber);
        $type = new Text('message content');
        $this->wbizToolClient->push(
            new SendMessage(),
            $receiver,
            $type
        );
    }
}

```

Usage examples are at library repository - [WbizTool PHP](https://github.com/michalwolinski/wbiztool-php)

Authors
-------

[](#authors)

- **Michal Wolinski** - [Haxmedia](https://haxmedia.pl)

License
-------

[](#license)

This project is licensed under the MIT License.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity62

Established project with proven stability

 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

Every ~0 days

Total

2

Last Release

2345d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

laravelwbiztool

### Embed Badge

![Health badge](/badges/michalwolinski-wbiztool-laravel/health.svg)

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

###  Alternatives

[darkaonline/l5-swagger

OpenApi or Swagger integration to Laravel

2.9k34.0M112](/packages/darkaonline-l5-swagger)[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)[statamic/cms

The Statamic CMS Core Package

4.8k3.2M720](/packages/statamic-cms)[knuckleswtf/scribe

Generate API documentation for humans from your Laravel codebase.✍

2.3k12.2M45](/packages/knuckleswtf-scribe)[vemcogroup/laravel-weather

Weather package for Laravel to use different providers to get weather info

5525.0k](/packages/vemcogroup-laravel-weather)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

762.6k](/packages/scriptdevelop-whatsapp-manager)

PHPackages © 2026

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