Skip to content

digitonic/laravel-infobip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Infobip

This a minimal infobip API package for laravel.

Installation

composer require digitonic/laravel-infobip

Usage

Before you start you should have in your env file the following ENVS.


INFOBIP_DOMAIN=https://yourdomain.api.infobip.com
INFOBIP_KEY=secret

optionally if you want to tweak the default timeout you can add the following env

INFOBIP_TIMEOUT=30

This package supports 2 endpoint so far with a basic request validation.

SendMessages

Infobip::sendMessages($request)

This method accepts a collection with messages to be sent example can be found in Sms More details can be found here on the infobip API page

Numbers Lookup

Infobip::numbersLookup($request)

This method accepts a collection with messages to be looked up example can be found in Sms More details can be found here on the infobip API page

Numbers Lookup Query

Infobip::numbersLookupQuery($request)

This method accepts a collection with messages to be looked up example can be found in Sms More details can be found here on the infobip API page

Changelog

Please see CHANGELOG for more information what has changed recently.

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

License

The MIT License (MIT). Please see License File for more information.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages