Download the PHP package pullrequestinc/sendwithus without Composer
On this page you can find all versions of the php package pullrequestinc/sendwithus. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download pullrequestinc/sendwithus
More information about pullrequestinc/sendwithus
Files in pullrequestinc/sendwithus
Package sendwithus
Short Description Laravel 5+ bindings for Sendwithus transactional email API
License MIT
Homepage https://github.com/PullRequest/sendwithus
Informations about the package sendwithus
sendwithus
Laravel5+ bindings for the excellent email service sendwithus. Wraps https://github.com/sendwithus/sendwithus_php with a facade and client manager.
Structure
Install
Via Composer
Now add PullRequestInc\sendwithus\SendwithusServiceProvider::class to your config/app.php's providers and 'Sendwithus' => PullRequestInc\sendwithus\Facades\Sendwithus::class to the aliases.
Next, update your .env files with your sendwithus API keys.
SENDWITHUS_API_KEY_PRODUCTION=..................
SENDWITHUS_API_KEY_TESTING=....................
Other environment variables you can set:
SENDWITHUS_API_DEFAULT_KEY (production|testing) Default: production
SENDWITHUS_DEBUG (true|false) Default: false;
Usage
Change log
Please see CHANGELOG for more information on what has changed recently.
Testing
Contributing
Please see CONDUCT for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
All versions of sendwithus with dependencies
sendwithus/api Version ^6.3
php Version ~8.0|~7.0