Hungblue / org-module by Hungblue

Module for synchronized users
302
0
1
Package Data
Maintainer Username: Hungblue
Maintainer Contact: hoangky@toprate.io (Hoang Ky)
Package Create Date: 2024-10-10
Package Last Update: 2024-12-13
Language: PHP
License: MIT
Last Refreshed: 2024-12-19 03:00:05
Package Statistics
Total Downloads: 302
Monthly Downloads: 216
Daily Downloads: 4
Total Stars: 0
Total Watchers: 1
Total Forks: 0
Total Open Issues: 0

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'