PHPackages                             kopigreenx/whatspie-pkg - 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. kopigreenx/whatspie-pkg

ActiveLibrary

kopigreenx/whatspie-pkg
=======================

Whatspie laravel tools

010PHP

Since Dec 7Pushed 3y ago1 watchersCompare

[ Source](https://github.com/kopigreenx/whatspie-pkg)[ Packagist](https://packagist.org/packages/kopigreenx/whatspie-pkg)[ RSS](/packages/kopigreenx-whatspie-pkg/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Sociomile Digital API Connector
===============================

[](#sociomile-digital-api-connector)

3rd party package for creating Ticket &amp; Check Status Ticket3rd party package for creating Ticket &amp; Check Status Ticket

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

[](#installation)

```
composer require kopigreenx/whatspie-pkg
```

### Registering Provider Class

[](#registering-provider-class)

```
directory  config/app.php

```

```
'providers' => [
    Kopigreenx\Whatspie\WhatspieServiceProvider::class
]
```

Features
--------

[](#features)

- send Text Message
- send Image Message
- send File Message

Function Reference
------------------

[](#function-reference)

#### Init

[](#init)

```
    new Whatspie($device,$secret_key,$uri)
```

ParameterTypeDescription$device`string`**Required**. Device Number$secret\_key`string`**Required**. Secret Key$uri`string`**Required**. API URL#### Create Ticket As Agent

[](#create-ticket-as-agent)

```
  Whatspie::sendTextMessage($receiver,$message)
```

ParameterTypeDescription`$receiver``string`**Required**. Contact Number`$message``string`**Required**. Message Will be sent#### Create Ticket As Customer

[](#create-ticket-as-customer)

```
  Whatspie::sendImageMessage($receiver,$message,$file_url)
```

ParameterTypeDescription`$receiver``string`**Required**. Contact Number`$message``string`**Required**. Message Will be sent`$file_url``string`**Required**. Image Url#### Check Status Ticket

[](#check-status-ticket)

```
  Whatspie::sendFileMessage($receiver,$message,$file_url)
```

ParameterTypeDescription`$receiver``string`**Required**. Contact Number`$message``string`**Required**. Message Will be sent`$file_url``string`**Required**. File Url

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity24

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/1e563241e9f4cbe30a62b0b7bb4366c4595c2afa57b31e620f8c39c5db16f49c?d=identicon)[kopigreenx](/maintainers/kopigreenx)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/kopigreenx-whatspie-pkg/health.svg)

```
[![Health](https://phpackages.com/badges/kopigreenx-whatspie-pkg/health.svg)](https://phpackages.com/packages/kopigreenx-whatspie-pkg)
```

PHPackages © 2026

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