PHPackages                             tiagofv/zapi - 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. tiagofv/zapi

ActiveLibrary[API Development](/categories/api)

tiagofv/zapi
============

Integration with whatapp api z-api

1.0.4(4y ago)0151MITPHPPHP ^7.4

Since May 23Pushed 4y ago1 watchersCompare

[ Source](https://github.com/Tiagofv/z-api)[ Packagist](https://packagist.org/packages/tiagofv/zapi)[ Docs](https://github.com/tiagofv/zapi)[ GitHub Sponsors](https://github.com/Tiagofv)[ RSS](/packages/tiagofv-zapi/feed)WikiDiscussions main Synced 5d ago

READMEChangelog (5)Dependencies (9)Versions (6)Used By (0)

Integration with whatapp api z-api
==================================

[](#integration-with-whatapp-api-z-api)

[![Latest Version on Packagist](https://camo.githubusercontent.com/2a47d941306974e2f43e5632ed7170d79dc88cf7bf771f6515e85e3e0f90e928/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f746961676f66762f7a6170692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/tiagofv/zapi)[![GitHub Tests Action Status](https://camo.githubusercontent.com/037328444892677bd2cdd7e8f70c2992ba3815b61a526a8ae5ca30584ea7976f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f746961676f66762f7a6170692f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/tiagofv/zapi/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/927a24858abcb9acb80791e52c236a121f0b3373c81ee6066263e281e44f5ab7/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f746961676f66762f7a6170692f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/tiagofv/zapi/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/d63837bb79dcf786e996a0515f56a289abb88917aa2e804d7d2f2af9acefe3b6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f746961676f66762f7a6170692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/tiagofv/zapi)

---

This repo can be used as to scaffold a Laravel package. Follow these steps to get started:

1. Press the "Use template" button at the top of this repo to create a new repo with the contents of this zapi
2. Run "./configure-zapi.sh" to run a script that will replace all placeholders throughout all the files
3. Remove this block of text.
4. Have fun creating your package.
5. If you need help creating a package, consider picking up our [Laravel Package Training](https://laravelpackage.training) video course.

---

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Support us
----------

[](#support-us)

[![](https://camo.githubusercontent.com/f88eb97fac3ae0ec392084e5a1c1116a06ac205ef585e8f138c9dbaa2a31c4ce/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f5a4170692e6a70673f743d31)](https://spatie.be/github-ad-click/ZApi)

We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).

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

[](#installation)

You can install the package via composer:

```
composer require tiagofv/zapi
```

You can publish and run the migrations with:

```
php artisan vendor:publish --provider="Tiagofv\ZApi\ZApiServiceProvider" --tag="zapi-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --provider="Tiagofv\ZApi\ZApiServiceProvider" --tag="zapi-config"
```

This is the contents of the published config file:

```
return [
];
```

Usage
-----

[](#usage)

```
$zapi = new Tiagofv\ZApi();
echo $zapi->echoPhrase('Hello, Spatie!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [tiagofvx](https://github.com/Tiagofv)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

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

Every ~4 days

Total

5

Last Release

1804d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/39660849?v=4)[Tiago Braga](/maintainers/tiagofv)[@Tiagofv](https://github.com/Tiagofv)

---

Top Contributors

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

---

Tags

laraveltiagofvzapi

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Type Coverage Yes

### Embed Badge

![Health badge](/badges/tiagofv-zapi/health.svg)

```
[![Health](https://phpackages.com/badges/tiagofv-zapi/health.svg)](https://phpackages.com/packages/tiagofv-zapi)
```

###  Alternatives

[simplestats-io/laravel-client

Client for SimpleStats!

4515.5k](/packages/simplestats-io-laravel-client)[scalar/laravel

Render your OpenAPI-based API reference

6183.9k2](/packages/scalar-laravel)[njoguamos/laravel-plausible

A laravel package for interacting with plausible analytics api.

208.8k](/packages/njoguamos-laravel-plausible)[ryangjchandler/bearer

Minimalistic token-based authentication for Laravel API endpoints.

8129.8k](/packages/ryangjchandler-bearer)[codebar-ag/laravel-docuware

DocuWare integration with Laravel

1221.1k](/packages/codebar-ag-laravel-docuware)[combindma/laravel-facebook-pixel

Meta pixel integration for Laravel

4956.9k](/packages/combindma-laravel-facebook-pixel)

PHPackages © 2026

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