Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

The Inbox Pattern/Process for Laravel apps. Ensure the ordering, uniqueness, and reliable handling of webhook requests.

License

NotificationsYou must be signed in to change notification settings

shipsaas/laravel-inbox-process

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build & Test (MySQL & PgSQL)codecov

Talking about distributed computers & servers, it is quite normal nowadays to communicate between servers.

Unlike a regular conversation though, there's no guarantee the message gets delivered only once, arrives in the right order, or even gets a "got it!" reply.

Thus, we haveInbox Pattern to help us to achieve that.

What is the Inbox Pattern

The Inbox Pattern is a popular design pattern in the microservice architecture that ensures:

  • High availability ✅
  • Guaranteed webhook deliverance, no msg lost ✅
  • Guaranteedexactly-once/unique webhook requests ✅
  • Execute webhook requestsin ORDER/sequence
  • (Optional) High visibility & debug all prev requests ✅

And with that being said:

Laravel Inbox Process (powered by ShipSaaS) ships everything out-of-the-box andhelps you to roll out the inbox process in no time 😎🚀.

Supports

  • Laravel 10 & 11
  • PHP 8.2+
  • MySQL 8, MariaDB, Postgres 13+ and SQLite

Architecture Diagram

ShipSaaS - Laravel Inbox Process

Installation

Install the library:

composer require shipsaas/laravel-inbox-process

Export config & migration files and then run the migration:

php artisan vendor:publish --tag=laravel-inbox-processphp artisan migrate

Documentation & Usage

Visit:ShipSaaS Inbox Documentation

Best practices, usage & notes are well documented too 😎!

Testing

Runcomposer test 😆

Available Tests:

  • Unit Testing 💪
  • Integration Testing against MySQL & PostgreSQL for theinbox:work command 😎
  • Human validation (lol) 🔥

ShipSaaS loves tests, we won't ship sh!tty libraries 🌹

Contributors

  • Seth Phat

Contributions & Support the Project

Feel free to submit any PR, please follow PSR-1/PSR-12 coding conventions and testing is a must.

If this package is helpful, please give it a ⭐️⭐️⭐️. Thank you!

License

MIT License

About

The Inbox Pattern/Process for Laravel apps. Ensure the ordering, uniqueness, and reliable handling of webhook requests.

Topics

Resources

License

Stars

Watchers

Forks

Languages


[8]ページ先頭

©2009-2025 Movatter.jp