Download the PHP package ikay/j-rh without Composer

On this page you can find all versions of the php package ikay/j-rh. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package j-rh

J-RH - Employee HR Module for Filament

A reusable Laravel Filament v4 package for managing employees, salaries, and advances. Designed to replace direct User-based salary/advance tracking with a dedicated Employee model.

Features

Requirements

Installation

As a Composer Package

As a Local Package

Add the path repository to your composer.json:

Then require it:

Run Migrations

Setup

1. Register the Filament Plugin

In your AdminPanelProvider.php:

2. Add Navigation Group (optional)

3. Add the HasEmployees Trait to Your User Model

4. Regenerate Shield Permissions

Configuration

Publish the config file:

Publishing Assets

Data Migration

If you are migrating from a User-based salary/advance system, the package includes migrations that:

  1. Create the employees table
  2. Auto-create Employee records from existing User references in salaries
  3. Auto-create Employee records from existing User references in advances
  4. Re-link salaries.user_id and advances.user_id to employees.employee_id

These migrations are safe to run on fresh databases (they skip if user_id columns don't exist).

Employee Model Fields

Field Type Description
employee_id string Auto-generated (EMP-0001)
name string Full name
email string Contact email
phone string Phone number
position string Job title
department string Department
hired_at date Hire date
date_of_birth date Date of birth
gender enum Male / Female
address text Address
salary decimal Base salary
national_id string National ID number
emergency_contact string Emergency contact
bank_account string Bank account number
contract_type enum Permanent / Temporary / Freelance / Intern
contract_end_date date Contract end date
marital_status enum Single / Married / Divorced / Widowed
nationality string Nationality
status enum Active / Inactive / Suspended / OnLeave
photo string Photo path
user_id FK Optional link to User

Testing

The package includes factories for all models. In your test files:

Run the package tests:

License

Proprietary - All rights reserved.


All versions of j-rh with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
filament/filament Version ^4.0|^5.0
illuminate/support Version ^12.0|^13.0
barryvdh/laravel-dompdf Version ^3.1
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package ikay/j-rh contains the following files

Loading the files please wait ...