PHPackages                             shoutboxnet/shoutbox - 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. shoutboxnet/shoutbox

ActiveLibrary

shoutboxnet/shoutbox
====================

Shoutbox.net is a Developer API designed to send transactional emails at scale.

v1.0.3(10mo ago)011MITPHPPHP &gt;=7.4.0

Since May 18Pushed 10mo ago2 watchersCompare

[ Source](https://github.com/ShoutboxNET/PHP)[ Packagist](https://packagist.org/packages/shoutboxnet/shoutbox)[ RSS](/packages/shoutboxnet-shoutbox/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (5)Versions (4)Used By (0)

[![Header](https://private-user-images.githubusercontent.com/623448/459285874-52d6ff91-3425-4e31-bff3-426bbb6eb113.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NzU3NjUwNzQsIm5iZiI6MTc3NTc2NDc3NCwicGF0aCI6Ii82MjM0NDgvNDU5Mjg1ODc0LTUyZDZmZjkxLTM0MjUtNGUzMS1iZmYzLTQyNmJiYjZlYjExMy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjYwNDA5JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI2MDQwOVQxOTU5MzRaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT00M2VkYTNhYzZhOThkMWI5OTk3OTE4MTY4YTkzN2Q4M2Y0NTJjNzE4YWFhNWJjZmJiOTEwYTE3MDNlMzM5N2ViJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.9WrYMvzcsDK6eq-dHIaTV7_GIO5gKTcogFL6xDN2XK4)](https://private-user-images.githubusercontent.com/623448/459285874-52d6ff91-3425-4e31-bff3-426bbb6eb113.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NzU3NjUwNzQsIm5iZiI6MTc3NTc2NDc3NCwicGF0aCI6Ii82MjM0NDgvNDU5Mjg1ODc0LTUyZDZmZjkxLTM0MjUtNGUzMS1iZmYzLTQyNmJiYjZlYjExMy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjYwNDA5JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI2MDQwOVQxOTU5MzRaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT00M2VkYTNhYzZhOThkMWI5OTk3OTE4MTY4YTkzN2Q4M2Y0NTJjNzE4YWFhNWJjZmJiOTEwYTE3MDNlMzM5N2ViJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.9WrYMvzcsDK6eq-dHIaTV7_GIO5gKTcogFL6xDN2XK4)

 [Quickstart Docs](https://docs.shoutbox.net/quickstart)

 **Language &amp; Framework guides**

 [Next.js](https://docs.shoutbox.net/examples/nextjs-lib) - [Typescript](https://docs.shoutbox.net/examples/typescript) - [Javascript](https://docs.shoutbox.net/examples/javascript-lib) - [Python](https://docs.shoutbox.net/examples/python-lib) - [PHP](https://docs.shoutbox.net/examples/php-lib) - [Laravel](https://docs.shoutbox.net/examples/php-laravel-lib) - [Go](https://docs.shoutbox.net/examples/go)

Shoutbox.net Developer API
==========================

[](#shoutboxnet-developer-api)

Shoutbox.net is a Developer API designed to send transactional emails at scale. This documentation covers all integration methods, from direct API calls to full framework integration.

Setup
-----

[](#setup)

For these integrations to work, you will need an [account](https://hub.shoutbox.net) on [Shoutbox.net](https://shoutbox.net). You can create and copy the required API key on the [Shoutbox.net dashboard](https://hub.shoutbox.net/app/dashboard)!

The API key is required for any call to the [Shoutbox.net](https://shoutbox.net) backend; for SMTP, the API key is your password and 'shoutbox' the user to send emails.

Integration Methods
-------------------

[](#integration-methods)

There are three main ways to integrate with Shoutbox:

1. Direct API calls (no dependencies)
2. Using our PHP library with Composer
3. Laravel framework integration

1. Direct API Integration (No Dependencies)
-------------------------------------------

[](#1-direct-api-integration-no-dependencies)

If you want to avoid dependencies, you can make direct API calls:

```
