| Package Data | |
|---|---|
| Maintainer Username: | keyhoang |
| Maintainer Contact: | hoangky@toprate.io (Hoang Ky) |
| Package Create Date: | 2024-01-25 |
| Package Last Update: | 2024-08-02 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-11-02 15:12:11 |
| Package Statistics | |
|---|---|
| Total Downloads: | 1,406 |
| Monthly Downloads: | 5 |
| 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 keyhoang/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'