PHPackages                             nycorp/shortext-php - 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. nycorp/shortext-php

ActiveLibrary

nycorp/shortext-php
===================

This is my package shortext-php

1.0.11(2mo ago)030[4 PRs](https://github.com/yann-yvan/shortext-sdk-php/pulls)MITPHPPHP ^8.0CI passing

Since Apr 3Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/yann-yvan/shortext-sdk-php)[ Packagist](https://packagist.org/packages/nycorp/shortext-php)[ Docs](https://github.com/nycorp/shortext-php)[ GitHub Sponsors](https://github.com/NyCorp)[ RSS](/packages/nycorp-shortext-php/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (28)Versions (17)Used By (0)

shortext-php
============

[](#shortext-php)

[![Latest Version on Packagist](https://camo.githubusercontent.com/df9183eeadca4d799fde2a724d9aa2e140598b79e5498d674a02387a62d783b1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e79636f72702f73686f72746578742d7068702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/nycorp/shortext-php)[![Total Downloads](https://camo.githubusercontent.com/a1791ea321ab9fda19817a28c2b761cd5a4e7d7ae7b5b582f75c4114f9d483d0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e79636f72702f73686f72746578742d7068702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/nycorp/shortext-php)

---

**Shortext – Automate your WhatsApp conversations easily 🚀**

Shortext is a smart solution that helps you automate and streamline your customer interactions through **WhatsApp Business**. Whether it's answering clients, managing support tickets, or sending automated notifications, Shortext puts the power of **AI** at the service of your customer experience.

With Shortext, you can:
✅ Build a **WhatsApp chatbot** in just a few clicks
✅ Send **automated messages via WhatsApp Business**
✅ Integrate the **WhatsApp API** seamlessly
✅ Improve customer satisfaction with fast, personalized responses

Discover how Shortext can transform your WhatsApp management:
👉

---

> Powered by [Shortext](https://shortext.ny-corp.io) – Smart automation for WhatsApp Business.

---

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

[](#installation)

You can install the package via composer:

```
composer require nycorp/shortext-php
```

Usage
-----

[](#usage)

Send message:

```
$sdk =  new ShortextClient(env('SHORTEXT_API_KEY'));
$builder = new MessageBuilder($phone, from: "", lastname: $lastname);
$sdk->sendMessage($builder);
```

You can send text message with:

```
$builder->text("hello this is text message");
```

You can send media message with:

```
$builder->media("", "document", "document.pdf", "Optional caption");
$builder->media("", "audio");
$builder->media("", "image", caption: "Optional caption");
$builder->media("", "video", caption: "Optional caption");
```

You can send cta\_url message with:

```
$builder->ctaUrl(
    bodyText: "Hello this is body text",
    url: 'https://shortext.ny-corp.io',
    urlCaption: 'Voire les détails'
);
```

You can send payment message with:

```
$builder->payment(
    desription: "The message to display with 200 characters max length",
    amount: 100,
    currency: "XAF",
    order_id: "",
    callback_url: ""
);
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

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

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

[](#security-vulnerabilities)

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

Credits
-------

[](#credits)

- [Yvan Ngalle](https://github.com/nycorp)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

41

—

FairBetter than 89% of packages

Maintenance89

Actively maintained with recent releases

Popularity8

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 62.5% 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 ~32 days

Recently: every ~37 days

Total

12

Last Release

60d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d46eefacf6eb9db2a88486e899e9b9310b593b660860d96bbf777cf1780ab7eb?d=identicon)[Yann-Yvan](/maintainers/Yann-Yvan)

---

Top Contributors

[![yann-yvan](https://avatars.githubusercontent.com/u/31866892?v=4)](https://github.com/yann-yvan "yann-yvan (10 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (3 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (3 commits)")

---

Tags

laravelNyCorpshortext-php

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/nycorp-shortext-php/health.svg)

```
[![Health](https://phpackages.com/badges/nycorp-shortext-php/health.svg)](https://phpackages.com/packages/nycorp-shortext-php)
```

###  Alternatives

[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)[spatie/laravel-prometheus

Export Laravel metrics to Prometheus

2651.3M6](/packages/spatie-laravel-prometheus)[hydrat/filament-table-layout-toggle

Filament plugin adding a toggle button to tables, allowing user to switch between Grid and Table layouts.

6292.3k1](/packages/hydrat-filament-table-layout-toggle)[scalar/laravel

Render your OpenAPI-based API reference

6183.9k2](/packages/scalar-laravel)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[musahmusah/laravel-multipayment-gateways

A Laravel Package that makes implementation of multiple payment Gateways endpoints and webhooks seamless

852.2k1](/packages/musahmusah-laravel-multipayment-gateways)

PHPackages © 2026

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