PHPackages                             reksakarya/hc-sync - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. reksakarya/hc-sync

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

reksakarya/hc-sync
==================

Human Capital Bootstrap

v1.12.0(1y ago)050PHPPHP ^8.1.0

Since Oct 5Pushed 1y ago1 watchersCompare

[ Source](https://github.com/masovin/hc-sync)[ Packagist](https://packagist.org/packages/reksakarya/hc-sync)[ RSS](/packages/reksakarya-hc-sync/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (2)Versions (13)Used By (0)

Hc Sync
=======

[](#hc-sync)

Introduction
------------

[](#introduction)

HC Sync will help you to share human capital data based on event

Requirements
------------

[](#requirements)

At this time, Laravel Signature only support:

- Laravel ^8.x.
- PHP ^8.1.0

Installation
------------

[](#installation)

1. run `composer require reksakarya/hc-sync`.
2. add autoload to `composer.json`

```
...
  "autoload": {
    "psr-4": {
      ...
      "HcSync\\": "vendor/reksakarya/hc-sync/src",
      ...
    }
  }
...

```

3. run command `composer dump-autoload`
4. add provider to `config/app.php

```
  "providers" => [
    ...
    /*
    * Package Service Providers...
    */
    HcSync\ServiceProvider::class,
    ...
  ]

```

5. To publish signature config into application, run:

```
$ php artisan vendor:publish

```

6. Choose `HcSync\ServiceProvider`

How to use
----------

[](#how-to-use)

to sync Human Capital data, you just need to run `php artisan hc:sync`. you can run command by cron every 2 minutes for daily, but if you integrate your app with HcSync in firt time, you need to run command by nohup.

List Of Event
-------------

[](#list-of-event)

`ENTITY``EVENT`OrganizationorganizationCreatedOrganizationorganizationUpdatedEmployeeemployeeCreatedEmployeeemployeeUpdatedEmployeechangeOrganizationEmployeechangePositionEmployeeupdatePositionEmployeeemployeeActivatedEmployeeemployeeDisabledTeamworkteamworkCreatedTeamworkteamworkUpdatedTeamworkteamworkActivatedTeamworkteamworkDeactivatedTeamworkteamleaderActivatedTeamworkteamleaderDeactivateTeamworkteammemberActivatedTeamworkteammemberDeactivate

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance39

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~39 days

Recently: every ~99 days

Total

12

Last Release

514d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5a7ed0faf57c0dfb0db13632651eccca513e74ac4b6803c48a95e96c4bd549a5?d=identicon)[masovin](/maintainers/masovin)

---

Top Contributors

[![masovin](https://avatars.githubusercontent.com/u/53327386?v=4)](https://github.com/masovin "masovin (25 commits)")

### Embed Badge

![Health badge](/badges/reksakarya-hc-sync/health.svg)

```
[![Health](https://phpackages.com/badges/reksakarya-hc-sync/health.svg)](https://phpackages.com/packages/reksakarya-hc-sync)
```

###  Alternatives

[shlinkio/shlink

A self-hosted and PHP-based URL shortener application with CLI and REST interfaces

4.8k4.3k](/packages/shlinkio-shlink)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[dhlparcel/magento2-plugin

DHL Parcel plugin for Magento 2

11180.5k2](/packages/dhlparcel-magento2-plugin)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
