keyhoang/org-module

Module for synchronized users
1,423
Install
composer require keyhoang/org-module
Latest Version:v1.0.40
PHP:^8.1
License:MIT
Last Updated:Aug 2, 2024
Links: GitHub  ·  Packagist
Maintainer: keyhoang

Installation

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'

Related Packages

thadico-platform/org-module

Module for synchronized users

2,022 0
keyhoang/php-consul-env

Create .env.consul with consul replace .env

19 0
tumichnix/lumen-env

.env manipulator for the lumen-framework

5 0
poplary/lumen-consul

Consul for Lumen

114 0
themex/consul-lumen

Consul Client For Lumen

9 0