Hungblue / org-module by Hungblue

Module for synchronized users
20
0
1
Package Data
Maintainer Username: Hungblue
Maintainer Contact: hoangky@toprate.io (Hoang Ky)
Package Create Date: 2024-10-10
Package Last Update: 2024-10-11
Language: PHP
License: MIT
Last Refreshed: 2024-10-27 15:00:03
Package Statistics
Total Downloads: 20
Monthly Downloads: 20
Daily Downloads: 0
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'