| Package Data | |
|---|---|
| Maintainer Username: | Hungblue | 
| Maintainer Contact: | hoangky@toprate.io (Hoang Ky) | 
| Package Create Date: | 2024-10-10 | 
| Package Last Update: | 2025-08-23 | 
| Language: | PHP | 
| License: | MIT | 
| Last Refreshed: | 2025-10-30 03:00:22 | 
| Package Statistics | |
|---|---|
| Total Downloads: | 1,943 | 
| Monthly Downloads: | 66 | 
| Daily Downloads: | 0 | 
| Total Stars: | 0 | 
| Total Watchers: | 1 | 
| Total Forks: | 0 | 
| Total Open Issues: | 0 | 
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'