PHPackages                             talhahavadar/iletimerkezi-sms - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. talhahavadar/iletimerkezi-sms

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

talhahavadar/iletimerkezi-sms
=============================

İletimerkezi.com sms hizmetini kullanmak için hazırlanmış bir kütüphane.

v0.1(9y ago)4991MITPHPPHP &gt;=5.3.0

Since Dec 11Pushed 9y ago2 watchersCompare

[ Source](https://github.com/talhaHavadar/iletimerkezi-sms)[ Packagist](https://packagist.org/packages/talhahavadar/iletimerkezi-sms)[ RSS](/packages/talhahavadar-iletimerkezi-sms/feed)WikiDiscussions master Synced yesterday

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

İletiMerkezi-SMS Library for PHP
================================

[](#i̇letimerkezi-sms-library-for-php)

### Install

[](#install)

```
composer require talhahavadar/iletimerkezi-sms

```

### For Laravel

[](#for-laravel)

First you need to install via composer after that you need to add `IletimerkeziSmsServiceProvider` to `app/Providers/AppServiceProvider.php` file of your project.

```
/**
 * Register any application services.
 *
 * @return void
 */
public function register()
{
    $this->app->register('IletimerkeziSms\IletimerkeziSmsServiceProvider');
}

```

then you can run the command below:

```
php artisan vendor:publish --tag=config

```

Then you need to enter your credentials to `config/iletimerkezi.php`file.

You can find example usage of library in `tests/test.php` file.

Important
---------

[](#important)

If it is not working correctly please run the command below.

```
php artisan config:cache

```

Sometimes `config()` function returns null. To prevent this case, we need to run the command above.

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity49

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

3488d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6908462?v=4)[Talha Can Havadar](/maintainers/talhaHavadar)[@talhaHavadar](https://github.com/talhaHavadar)

---

Top Contributors

[![talhaHavadar](https://avatars.githubusercontent.com/u/6908462?v=4)](https://github.com/talhaHavadar "talhaHavadar (9 commits)")

---

Tags

laravelsmsiletimerkezi

### Embed Badge

![Health badge](/badges/talhahavadar-iletimerkezi-sms/health.svg)

```
[![Health](https://phpackages.com/badges/talhahavadar-iletimerkezi-sms/health.svg)](https://phpackages.com/packages/talhahavadar-iletimerkezi-sms)
```

###  Alternatives

[tzsk/sms

A robust and unified SMS gateway integration package for Laravel, supporting multiple providers.

318263.8k6](/packages/tzsk-sms)[matthewbdaly/laravel-sms

A Laravel and Lumen integration for matthewbdaly/sms-client to enable sending SMS messages

3529.8k](/packages/matthewbdaly-laravel-sms)[ipecompany/smsirlaravel

Official Sms.ir Laravel Package

1810.3k1](/packages/ipecompany-smsirlaravel)

PHPackages © 2026

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