Download the PHP package labomatik/lob without Composer
On this page you can find all versions of the php package labomatik/lob. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download labomatik/lob
More information about labomatik/lob
Files in labomatik/lob
Package lob
Short Description Lob.com notifications channel for Laravel 5.3
License MIT
Homepage https://github.com/labomatik/lob
Informations about the package lob
Lob.com notifications channel for Laravel
Forked from laravel-notification-channels, adding back and Merge Variable for new Lob API
This package makes it easy to send notifications using Lob.com with Laravel 5.5, 6.x and 7.x
Contents
- Installation
- Setting up the lob.com
- Usage
- Available Message methods
- Changelog
- Testing
- Security
- Contributing
- Credits
- License
Installation
You can install the package via composer:
You must install the service provider:
Setting up lob
- Register a new account on Lob.com
- Check for you API keys
- Finally add your API key to your
config/services.php
Usage
Now you can use the channel in your via()
method inside the notification:
Available Postcard methods
fromAddress()
Address of the sender.toAddress()
Address of the receiver.country()
Set the country.US
is default.city()
required if country isUS
.state()
required if country isUS
.zip()
required if country isUS
.front()
A 4.25"x6.25" or 6.25"x11.25" image to use as the front of the postcard.message()
The message at the back of the card.
Changelog
Please see CHANGELOG for more information what has changed recently.
Testing
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Contributing
Please see CONTRIBUTING for details.
Credits
- Mohamed Said
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of lob with dependencies
illuminate/notifications Version ~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0 || ^10.0 || ^11.0
illuminate/support Version ~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0 || ^10.0 || ^11.0
illuminate/queue Version ~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0 || ^10.0 || ^11.0
lob/lob-php Version ^3.0