PHPackages                             goxens/goxens-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. [HTTP &amp; Networking](/categories/http)
4. /
5. goxens/goxens-php

ActiveLibrary[HTTP &amp; Networking](/categories/http)

goxens/goxens-php
=================

Php sdk for Goxens sms gateway

v1.0(4y ago)0153MITPHP

Since Feb 8Pushed 3y ago1 watchersCompare

[ Source](https://github.com/goxenspro/goxens-php)[ Packagist](https://packagist.org/packages/goxens/goxens-php)[ RSS](/packages/goxens-goxens-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (3)Used By (0)

Goxens PHP-SDK
==============

[](#goxens-php-sdk)

Raw Files
---------

[](#raw-files)

```
    git clone https://github.com/goxenspro/goxens-php.git
```

Installing
----------

[](#installing)

Using composer:

```
    composer require goxens/goxens-php
```

Initialization
--------------

[](#initialization)

```
    $apiKey = 'YOUR_API_KEY';
    $userUid = 'YOUR_USER_ID';

    $goxens =  new \Goxens\Goxens($apiKey, $userUid);
```

Request to send SMS
-------------------

[](#request-to-send-sms)

```
    $send = $goxens->sendSms($apiKey,$userUid,$number,$sender,$message);
```

#### EXAMPLE

[](#example)

```

    $sender = 'Goxens'; // Valid sender name
    $number = '+229XXXXXXXX';
    $message = 'Bienvenue sur Goxens';

    $send = $goxens->sendSms($apiKey,$userUid,$number,$sender,$message);

    var_dump($send);

```

Request to get user balance
---------------------------

[](#request-to-get-user-balance)

```
    $solde = $goxens->verifySolde($apiKey);
```

#### EXAMPLE

[](#example-1)

```
    $solde = $goxens->verifySolde($apiKey);

    var_dump($solde);

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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

1550d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/136ed3438409b2a46a26f7fee5ff4024c9f4609a60261510f959469144385b97?d=identicon)[goxens](/maintainers/goxens)

---

Top Contributors

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

---

Tags

phpsdk

### Embed Badge

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

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

###  Alternatives

[spatie/crawler

Crawl all internal links found on a website

2.8k16.3M52](/packages/spatie-crawler)[omniphx/forrest

A Laravel library for Salesforce

2724.4M8](/packages/omniphx-forrest)[akamai-open/edgegrid-client

Implements the Akamai {OPEN} EdgeGrid Authentication specified by https://developer.akamai.com/introduction/Client\_Auth.html

482.5M6](/packages/akamai-open-edgegrid-client)[sunchayn/nimbus

A Laravel package providing an in-browser API client with automatic schema generation, live validation, and built-in authentication with a touch of Laravel-tailored magic for effortless API testing.

29428.0k](/packages/sunchayn-nimbus)[muhammadhuzaifa/telescope-guzzle-watcher

Telescope Guzzle Watcher provide a custom watcher for intercepting http requests made via guzzlehttp/guzzle php library. The package uses the on\_stats request option for extracting the request/response data. The watcher intercept and log the request into the Laravel Telescope HTTP Client Watcher.

98239.8k1](/packages/muhammadhuzaifa-telescope-guzzle-watcher)[onesignal/onesignal-php-api

A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com

34170.2k2](/packages/onesignal-onesignal-php-api)

PHPackages © 2026

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