PHPackages                             serefercelik/postaguvercini - 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. serefercelik/postaguvercini

ActiveProject

serefercelik/postaguvercini
===========================

v1(4y ago)0251MITPHP

Since Mar 31Pushed 4y ago1 watchersCompare

[ Source](https://github.com/arsinexsoftware/postaguvercini)[ Packagist](https://packagist.org/packages/serefercelik/postaguvercini)[ RSS](/packages/serefercelik-postaguvercini/feed)WikiDiscussions main Synced 5d ago

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

[![](https://camo.githubusercontent.com/9f9a509be68bda63f8c3d6c0cf3210566ece481fd1f885b150a0f3f2fdfa0f11/68747470733a2f2f617273696e65782e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f6173736574732f696d616765732f686561646c6f676f2d77682e737667)](https://arsinex.com)

[![Total Downloads](https://camo.githubusercontent.com/ac3bef8c969d7dbf5b717a4c37a85d826f05b50e311797a3c7450d51e0ae1e86/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7365726566657263656c696b2f706f737461677576657263696e69)](https://packagist.org/packages/serefercelik/postaguvercini)[![Latest Stable Version](https://camo.githubusercontent.com/a7acda63091795819632f5eb0143f5c7dccadcc3fc808e9321d431e4cd1ccef4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7365726566657263656c696b2f706f737461677576657263696e69)](https://packagist.org/packages/serefercelik/postaguvercini)[![License](https://camo.githubusercontent.com/b381075c3aea5bf54e7fa6ca822860125f061899590dd1f0e65dc5fcd66413b4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f7365726566657263656c696b2f706f737461677576657263696e69)](https://packagist.org/packages/serefercelik/postaguvercini)

Kullanım Şekli
--------------

[](#kullanım-şekli)

- `composer create-project serefercelik/postaguvercini` Komutu ile paketi yükleyiniz.
- `php artisan vendor:publish --provider="SerefErcelik\PostaGuvercini\PostaGuverciniServiceProvider" --tag="config"` komutu ile config dosyasını oluşturunuz.
- `/config/postaguvercini.php` dosyasının içerisindeki `user` , `password` ve `country_code` kısmını doldurunuz.

```
    PostaGuvercini::sendMessage('Numaranızı başında 90 olmadan yazınız', 'Bu bir deneme mesajıdır.');
```

şeklinde kullanabilirsiniz.

### Notification Olarak Kullanım Şekli

[](#notification-olarak-kullanım-şekli)

```
namespace App\Notifications;

use SerefErcelik\PostaGuvercini\Notifications\PostaGuverciniChannel;
use SerefErcelik\PostaGuvercini\Notifications\PostaGuverciniMessage;
use Illuminate\Notifications\Notification;

class ExampleNotification extends Notification
{
    public function via($notifiable)
    {
        return [PostaGuverciniChannel::class];
    }

    public function toSmsApi($notifiable)
    {
        return (new PostaGuverciniMessage)
            ->content("Bu bir deneme Mesajıdır.");
    }
}
```

#### Not:

[](#not)

Notification özelliği eklenecek Model dosyasına aşağıdaki kodu eklemeyi unutmayınız.

```
    public function routeNotificationForPostaGuvercini() {
        return $this->phone; //Model içerisindeki telefon numarasının fieldi olacak.
    }
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity48

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

1506d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/424ad2974c32337e197acb70f17b61d09308ea022aee401591507e48e21a1602?d=identicon)[serefercelik](/maintainers/serefercelik)

---

Top Contributors

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

---

Tags

laravel-smslaravel-sms-notificationspostaguvercinisms

### Embed Badge

![Health badge](/badges/serefercelik-postaguvercini/health.svg)

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

PHPackages © 2026

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