PHPackages                             raydelpq/whatsapp-api - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. raydelpq/whatsapp-api

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

raydelpq/whatsapp-api
=====================

Gestionas grupos y usuarios de whatsapp conjunto con la libreria whatsapp-web.js

1.0.0(5mo ago)047MITPHPPHP ^8.0

Since May 20Pushed 5mo ago1 watchersCompare

[ Source](https://github.com/Raydelpq/whatsapp-api)[ Packagist](https://packagist.org/packages/raydelpq/whatsapp-api)[ RSS](/packages/raydelpq-whatsapp-api/feed)WikiDiscussions main Synced 1w ago

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

whatsapp-api
============

[](#whatsapp-api)

Gestionar agencias de taxis desde whatsapp

Install
=======

[](#install)

```
  composer require raydelpq/whatsapp-api
```

Public Vendor
=============

[](#public-vendor)

```
  php artisan vendor:publish --tag=whatsappapi
```

Ejecutar Migracion
==================

[](#ejecutar-migracion)

```
  php artisan migrate
```

Agragar al Model Taxista
========================

[](#agragar-al-model-taxista)

```
   public function whatsapps(){
       return $this->belongsToMany(\Raydelpq\WhatsappApi\Models\Whatsapp::class);
   }
```

Dentro del Modelo agregar los jobs en las funciones
---------------------------------------------------

[](#dentro-del-modelo-agregar-los-jobs-en-las-funciones)

### addSaldo

[](#addsaldo)

```
 \Raydelpq\WhatsappApi\Jobs\ApiWhastappAdd::dispatch($this);
```

### delSaldo

[](#delsaldo)

```
   \Raydelpq\WhatsappApi\Jobs\ApiWhastappDel::dispatch($this);
```

Dentro de App\\Http\\Livewire\\Taxista\\AgregarFonfo
====================================================

[](#dentro-de-apphttplivewiretaxistaagregarfonfo)

El el metodo procesar antes de los eventos
------------------------------------------

[](#el-el-metodo-procesar-antes-de-los-eventos)

```
   \Raydelpq\WhatsappApi\Jobs\ApiWhatsappFondo::dispatch($this->taxista);
```

Provider
========

[](#provider)

```
   Raydelpq\WhatsappApi\WhatsappApiServiceProvider::class
```

Jobs
====

[](#jobs)

```
   Raydelpq\WhatsappApi\Jobs\ApiWhastappAdd
   Raydelpq\WhatsappApi\Jobs\ApiWhastappDel
   Raydelpq\WhatsappApi\Jobs\ApiWhastappFondo
```

Componente de Livewire
======================

[](#componente-de-livewire)

```
   @if( Auth::user()->hasRole('Administrador') && config("whatsappapi.API_WA") == true )
       Whatsapp
   @endif
```

```
@if( Auth::user()->hasRole('Administrador') && config("whatsappapi.API_WA") == true )

@endif
```

```
@if( Auth::user()->hasRole('Administrador') && config("whatsappapi.API_WA") == true )

@endif
```

Mostrar QR
==========

[](#mostrar-qr)

Limpiar cache de Rutas

```
  php artisan route:cache
```

Ruta

```
  https://mi.domain.com/getqr
```

Expulsar a todos los taxistas
=============================

[](#expulsar-a-todos-los-taxistas)

```
   php artisan out:taxista
```

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance72

Regular maintenance activity

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

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

158d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/raydelpq-whatsapp-api/health.svg)

```
[![Health](https://phpackages.com/badges/raydelpq-whatsapp-api/health.svg)](https://phpackages.com/packages/raydelpq-whatsapp-api)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.4M353](/packages/psalm-plugin-laravel)[illuminate/pagination

The Illuminate Pagination package.

12234.6M1.1k](/packages/illuminate-pagination)[illuminate/pipeline

The Illuminate Pipeline package.

9350.2M303](/packages/illuminate-pipeline)[illuminate/broadcasting

The Illuminate Broadcasting package.

7127.4M231](/packages/illuminate-broadcasting)[illuminate/redis

The Illuminate Redis package.

8314.8M398](/packages/illuminate-redis)[illuminate/cookie

The Illuminate Cookie package.

224.7M141](/packages/illuminate-cookie)

PHPackages © 2026

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