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: | 2024-11-22 03:15:39 |
Package Statistics | |
---|---|
Total Downloads: | 1,307 |
Monthly Downloads: | 76 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 2 |
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'