PHPackages                             justinjunkes/laravel-gateway-api - 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. [API Development](/categories/api)
4. /
5. justinjunkes/laravel-gateway-api

ActiveLibrary[API Development](/categories/api)

justinjunkes/laravel-gateway-api
================================

Unofficial laravel package for GatewayApi

05PHP

Since Sep 2Pushed 3y agoCompare

[ Source](https://github.com/justinjunkes/GatewayApiPackage)[ Packagist](https://packagist.org/packages/justinjunkes/laravel-gateway-api)[ RSS](/packages/justinjunkes-laravel-gateway-api/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Package for Gateway API
===============================

[](#laravel-package-for-gateway-api)

Unofficial package for [Gateway Api](https://gatewayapi.com)
------------------------------------------------------------

[](#unofficial-package-for-gateway-api)

### Installation

[](#installation)

```
composer require loafer/laravel-gateway-api

```

Publish config file

```
php artisan vendor:publish --provider=Loafer\GatewayApi\GatewayApiServiceProvider

```

Specify api key and secret in .env

```
GATEWAY_API_KEY=key
GATEWAY_API_SECRET=secret

```

### Sender Name

[](#sender-name)

You can easily specify the sender's name:

In .env

```
GATEWAY_SENDER="Milky Way"

```

On the fly

```
GatewayApi::setSenderName('Elon Musk')
    ->sendSimpleSMS('test message', [+380987654321])

```

By default, the sender's name is the name of the app

Up to 11 alphanumeric characters or 15 digits

### Callback Url

[](#callback-url)

[Official Docs](https://gatewayapi.com/docs/apis/rest/#http-callback)

You can easily specify the callback url:

On the fly

```
GatewayApi::setCallbackUrl('https://test-dev.com/callbacks/sms')
    ->sendSimpleSMS('test message', [+380987654321])

```

By default, the callback url is null

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity25

Early-stage or recently created project

 Bus Factor1

Top contributor holds 63.6% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/2fca6585ac3617fe4a8631ca391556a719ae05cd9bc866b83dcaaba37b6b1791?d=identicon)[junkes.it](/maintainers/junkes.it)

---

Top Contributors

[![Loafer19](https://avatars.githubusercontent.com/u/45109375?v=4)](https://github.com/Loafer19 "Loafer19 (7 commits)")[![justinjunkes](https://avatars.githubusercontent.com/u/100438114?v=4)](https://github.com/justinjunkes "justinjunkes (4 commits)")

### Embed Badge

![Health badge](/badges/justinjunkes-laravel-gateway-api/health.svg)

```
[![Health](https://phpackages.com/badges/justinjunkes-laravel-gateway-api/health.svg)](https://phpackages.com/packages/justinjunkes-laravel-gateway-api)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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