/translatableworkflowmanager

Provides a mechanism in Laravel for tracking needed translations and dispatching translation work to outside services.

Primary LanguagePHPMIT LicenseMIT

TranslatableWorkflowManager

TranslatableWorkflowerManager is a package that enables management of translation workflows relating to Translatable models. Models requiring translation updates can be batched into jobs and submitted through translation services for processing, and returned translations are imported into the database.

Installation

Add the package to your Laravel app using composer

composer require tibbsa/translatableworkflowmanager

License

This package is released under the MIT license (MIT).