PHPackages                             scicasoft/djanoa - 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. scicasoft/djanoa

ActiveLibrary

scicasoft/djanoa
================

Client PHP pour la plateforme Djanoa.

051PHP

Since Jun 3Pushed 12y ago1 watchersCompare

[ Source](https://github.com/scicasoft/djanoa_php)[ Packagist](https://packagist.org/packages/scicasoft/djanoa)[ RSS](/packages/scicasoft-djanoa/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Djanoa
======

[](#djanoa)

Client PHP pour la plateforme [Djanoa](http://www.djanoa.com).

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

[](#installation)

Pour l'installer il faut télécharger le projet et le décompresser dans votre projet.

Utilisation
-----------

[](#utilisation)

Il faut d'abord créer un compte sur [le site de djanoa](http://www.djanoa.com).

Ensuite vous faites les configurations

```
require 'djanoa_php/src/djanoa.class.php';

$client = new Djanoa(VOTRE_NUMERO_COURT, CODE_DE_VOTRE_COMPTE, MOT_DE_PASSE);
```

ensuite pour envoyer un SMS il suffit de faire :

```
$client->send_sms('221777777777', 'juste pour tester mon client PHP');
```

Gestion des erreurs
-------------------

[](#gestion-des-erreurs)

Si vous voulez allez plus loin vous pouvez récupérer la réponse et voir s'il n'y a pas d'erreur.

Le code suivant permet d'envoyer un SMS et, s'il y'a une erreur, affiche le code de l'erreur, le message d'erreur ainsi que l'adresse IP de l'envoyeur.

```
$reponse = $sms->send_sms('221777777777', 'juste pour tester mon client PHP');

if $reponse->sent() {
  echo "le sms est envoyé";
} else {
  echo $reponse->getError()->getCode();
  echo $reponse->getError()->getMessage();
  echo $reponse->getError()->getIp();
}
```

Copyright
---------

[](#copyright)

Copyright 2013 Cheikh Sidya CAMARA. Voir la [LICENSE](https://github.com/scicasoft/djanoa_php/blob/master/LICENSE.md) pour plus de détails.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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/429be92ef1c429cf2095848d16ac58d45a264e5ca068f5d91319a5357f6cbf1e?d=identicon)[scicasoft](/maintainers/scicasoft)

### Embed Badge

![Health badge](/badges/scicasoft-djanoa/health.svg)

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

PHPackages © 2026

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