{"id":20857257,"url":"https://github.com/shipsaas/laravel-inbox-process","last_synced_at":"2025-05-12T07:32:46.202Z","repository":{"id":184624021,"uuid":"666641169","full_name":"shipsaas/laravel-inbox-process","owner":"shipsaas","description":"The Inbox Pattern/Process for Laravel apps. Ensure the ordering, uniqueness, and reliable handling of webhook requests.","archived":false,"fork":false,"pushed_at":"2024-05-12T04:34:54.000Z","size":4821,"stargazers_count":12,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-23T09:42:34.181Z","etag":null,"topics":["design-patterns","exactly-once","inbox","inbox-pattern","laravel","library","microservice","ordering","sequential"],"latest_commit_sha":null,"homepage":"https://inbox.shipsaas.tech","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shipsaas.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-15T04:54:37.000Z","updated_at":"2024-07-25T15:12:09.000Z","dependencies_parsed_at":"2024-05-12T05:20:22.089Z","dependency_job_id":null,"html_url":"https://github.com/shipsaas/laravel-inbox-process","commit_stats":null,"previous_names":["shipsaas/laravel-inbox-process"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shipsaas%2Flaravel-inbox-process","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shipsaas%2Flaravel-inbox-process/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shipsaas%2Flaravel-inbox-process/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shipsaas%2Flaravel-inbox-process/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shipsaas","download_url":"https://codeload.github.com/shipsaas/laravel-inbox-process/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253695426,"owners_count":21948873,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["design-patterns","exactly-once","inbox","inbox-pattern","laravel","library","microservice","ordering","sequential"],"created_at":"2024-11-18T04:37:11.355Z","updated_at":"2025-05-12T07:32:44.946Z","avatar_url":"https://github.com/shipsaas.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ShipSaaS - Laravel Inbox Process\n\n[![Build \u0026 Test (MySQL \u0026 PgSQL)](https://github.com/shipsaas/laravel-inbox-process/actions/workflows/build.yml/badge.svg)](https://github.com/shipsaas/laravel-inbox-process/actions/workflows/build.yml)\n[![codecov](https://codecov.io/gh/shipsaas/laravel-inbox-process/graph/badge.svg?token=3Z1X9S69C4)](https://codecov.io/gh/shipsaas/laravel-inbox-process)\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\".github/logo.png\" width=\"200\"\u003e\n\u003c/p\u003e\n\nTalking about distributed computers \u0026 servers, it is quite normal nowadays to communicate between servers.\n\nUnlike 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.\n\nThus, we have **Inbox Pattern** to help us to achieve that.\n\n## What is the Inbox Pattern\n\n**The Inbox Pattern** is a popular design pattern in the microservice architecture that ensures:\n\n- High availability ✅\n- Guaranteed webhook deliverance, no msg lost ✅\n- Guaranteed **exactly-once/unique** webhook requests ✅\n- Execute webhook requests **in ORDER/sequence** ✅\n- (Optional) High visibility \u0026 debug all prev requests ✅\n\nAnd with that being said:\n\n**Laravel Inbox Process (powered by ShipSaaS)** ships everything out-of-the-box and \nhelps you to roll out the inbox process in no time 😎🚀.\n\n## Supports\n- Laravel 10 \u0026 11\n- PHP 8.2+\n- MySQL 8, MariaDB, Postgres 13+ and SQLite\n\n## Architecture Diagram\n\n![ShipSaaS - Laravel Inbox Process](./.github/arch.png)\n\n## Installation\n\nInstall the library:\n\n```bash\ncomposer require shipsaas/laravel-inbox-process\n```\n\nExport config \u0026 migration files and then run the migration:\n\n```bash\nphp artisan vendor:publish --tag=laravel-inbox-process\nphp artisan migrate\n```\n\n## Documentation \u0026 Usage\n\nVisit: [ShipSaaS Inbox Documentation](https://inbox.shipsaas.tech)\n\nBest practices, usage \u0026 notes are well documented too 😎!\n\n## Testing\n\nRun `composer test` 😆\n\nAvailable Tests:\n\n- Unit Testing 💪\n- Integration Testing against MySQL \u0026 PostgreSQL for the `inbox:work` command 😎\n- Human validation (lol) 🔥\n\nShipSaaS loves tests, we won't ship sh!tty libraries 🌹\n\n## Contributors\n- Seth Phat\n\n## Contributions \u0026 Support the Project\n\nFeel free to submit any PR, please follow PSR-1/PSR-12 coding conventions and testing is a must.\n\nIf this package is helpful, please give it a ⭐️⭐️⭐️. Thank you!\n\n## License\nMIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshipsaas%2Flaravel-inbox-process","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshipsaas%2Flaravel-inbox-process","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshipsaas%2Flaravel-inbox-process/lists"}