thadico-platform/org-module

Module for synchronized users
1,996
Install
composer require thadico-platform/org-module
Latest Version:v1.7.0
PHP:^8.1
License:MIT
Last Updated:Aug 23, 2025
Links: GitHub  ·  Packagist
Maintainer: Hungblue

Installation

You can install this package via composer using this command:

composer require thadico-platform/org-module

Register event providers:

\KeyHoang\OrgModule\Providers\EventServiceProvider::class

Using this schedule:

$schedule->command(SyncUserCommand::class)->daily();
$schedule->command(SyncDepartmentCommand::class)->daily();

Using this RabbitMQJob:

'sync-user' => SyncUserQueue::class . '@handle'