Market/Salla Orders Sync for Laravel
API IntegrationsVersion 1.6.1

Salla Orders Sync for Laravel

Two-way Salla ↔ Laravel order synchronization with webhook reliability built in.

A production-grade Laravel package that keeps Salla store orders in sync with your local database: webhook ingestion with signature verification, automatic retries, queue-based processing and an artisan console for full resyncs. Includes an admin audit view so you always know exactly what was synced, when, and why.

Features

  • Webhook receiver with signature verification
  • Queue-based sync with automatic retries
  • Two-way status mapping
  • artisan salla:resync command
  • Sync audit log & health checks

Requirements

PHP 8.2+, Laravel 10+, queue worker (Redis or database).

Changelog

v1.6.1Jul 2026

New

  • · Health check endpoint

Fixed

  • · Token refresh race condition