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 today

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 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

1605d 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

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[spatie/crawler

Crawl all internal links found on a website

2.8k18.5M65](/packages/spatie-crawler)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[illuminate/http

The Illuminate Http package.

11937.9M6.8k](/packages/illuminate-http)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[guzzlehttp/guzzle-services

Provides an implementation of the Guzzle Command library that uses Guzzle service descriptions to describe web services, serialize requests, and parse responses into easy to use model structures.

25711.0M190](/packages/guzzlehttp-guzzle-services)

PHPackages © 2026

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