PHPackages                             atiksoftware/php-class-sms-vatansms - 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. atiksoftware/php-class-sms-vatansms

ActiveLibrary

atiksoftware/php-class-sms-vatansms
===================================

VatanSMS PHP library. Its only XML for now

1.0.1(7y ago)122MITPHP

Since Apr 30Pushed 7y ago1 watchersCompare

[ Source](https://github.com/atiksoftware/php-class-sms-vatansms)[ Packagist](https://packagist.org/packages/atiksoftware/php-class-sms-vatansms)[ RSS](/packages/atiksoftware-php-class-sms-vatansms/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

VatanSMS PHP library
====================

[](#vatansms-php-library)

Its work with xml api for now
-----------------------------

[](#its-work-with-xml-api-for-now)

### Installation

[](#installation)

```
composer require atiksoftware/php-class-sms-vatansms
```

### Usage example

[](#usage-example)

```
include "../vendor/autoload.php";
use Atiksoftware\SMS\VatanSMS;

$vatanSMS = new VatanSMS(
    "123456", // CustomerNo | Müşteri Numarası
    "atiksofware", // Username | Kullanıcı Adı
    "123456789" // Password | Şifre
);

// OR | yada

$vatanSMS = new VatanSMS();
$vatanSMS
    ->setCustomerNo("18018") // CustomerNo | Müşteri Numarası
    ->setUsername("atiksoftware") // Username | Kullanıcı Adı
    ->setPassword("123456789") // Password | Şifre
    ->setSmsType("Turkce") // Normal | Turkce
    ->setTitle("Minas Tirith"); // Title | Başlık

/** Clear list of created sms
 * Oluşturulmuş sms listesini temizle
 */
$vatanSMS->clear();

/** create a new sms and add to wait list for will send
 * thats will wait until use $vatanSMS->send(). because call oncle Api Service for all sms
 *
 * yeni bir sms oluştur ve gönderilmek üzere listeye ekle
 * $vatanSMS->send() fonksiyonunu çağırana dek listede bekleyecektir. Tüm oluşturulmuş smsler için Api Servisi tek sefer çalıştırmak için.
 */
$vatanSMS->sms(
    "Merhab Mansur\nVatanSMS e hoş geldin.", // SMS Text | SMS Metni
    "05556667788"  // Number(s) | Numara(lar)
);

# SMS creating examples | SMS oluşturma yöntemleri

$vatanSMS->clear();
$vatanSMS->sms(
    "Merhab Mansur\nVatanSMS e hoş geldin.",
    "05556667788"
);

$vatanSMS->clear();
$vatanSMS->sms(
    "Merhab Mansur\nVatanSMS e hoş geldin.",
    "05556667788,05445556622"
);

$vatanSMS->clear();
$vatanSMS->sms(
    "Merhab Mansur\nVatanSMS e hoş geldin.",
    ["05556667788","05445556622","05446852201,0385620000"]
);

/** send for all created sms
 * oluşturulmuş tüm smsleri gönder
 */
$vatanSMS->send();
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

2575d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/bfb520877dbe5b7ea0c032c12ef6160441900c94ee1bccad3bec1b74188a3737?d=identicon)[atiksoftware](/maintainers/atiksoftware)

---

Top Contributors

[![atiksoftware](https://avatars.githubusercontent.com/u/14994715?v=4)](https://github.com/atiksoftware "atiksoftware (5 commits)")

### Embed Badge

![Health badge](/badges/atiksoftware-php-class-sms-vatansms/health.svg)

```
[![Health](https://phpackages.com/badges/atiksoftware-php-class-sms-vatansms/health.svg)](https://phpackages.com/packages/atiksoftware-php-class-sms-vatansms)
```

PHPackages © 2026

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