https://github.com/jeethanxx01/hrm
HRM is a contemporary Human Resource Management System built using PHP and the CodeIgniter framework. It is designed for efficient office and employee management within a company.
https://github.com/jeethanxx01/hrm
attendance-management codeigniter hrm php project-management task-management
Last synced: 2 months ago
JSON representation
HRM is a contemporary Human Resource Management System built using PHP and the CodeIgniter framework. It is designed for efficient office and employee management within a company.
- Host: GitHub
- URL: https://github.com/jeethanxx01/hrm
- Owner: Jeethanxx01
- License: other
- Created: 2024-07-19T16:26:27.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-18T13:49:39.000Z (9 months ago)
- Last Synced: 2025-02-18T22:13:57.864Z (2 months ago)
- Topics: attendance-management, codeigniter, hrm, php, project-management, task-management
- Language: PHP
- Homepage:
- Size: 25.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# HRM 360
HRM 360 is an integrated Human Resource Management System designed to streamline and optimize HR processes within an organization. Built on the latest version of the CodeIgniter framework, HRM 360 offers a comprehensive suite of features to manage recruitment, promotions, performance management, training, payroll, and employee services, enhancing operational efficiency and employee engagement.
## Features
- 360-Degree Feedback: Collect feedback from superiors, peers, and coworkers to foster a culture of accountability and continuous improvement.
- Recruitment and Promotion: Manage job postings, applications, and promotion processes seamlessly.
- Performance Management: Track and evaluate employee performance with detailed reports and analytics.
- Training and Development: Organize training sessions and track employee progress.
- Payroll Management: Handle payroll, bonuses, loan deductions, provident funds, and more.
- Attendance and Leave Management: Simplify attendance tracking and leave requests with comprehensive reporting.
- Employee Management: Centralized management of employee data, roles, departments, and designations.
- Financial Management: Manage estimates, invoices, and billing efficiently.
- User-Friendly Interface: Intuitive and responsive design for easy navigation and use.
## Prerequisites- PHP 7.4 or higher
- MySQL 5.7 or higher
- Composer
- Node.js and npm
## InstallationClone the repository:
```bash
git clone https://github.com/Jeethanxx01/HRM.git
cd hrm360
```
Install dependencies:```bash
composer install
npm install
```
Configure the environment:Copy the .env.example file to .env and update the necessary configurations.
```bash
cp .env.example .env
```
Set up the database:Create a database and update the database configuration in the .env file. Then run the migrations:
```bash
php artisan migrate --seed
```
Run the application:```bash
php artisan serve
```
Your application should now be running at http://localhost:8000.
## Login CredentialsAdmin Login
- Email: [email protected]
- Password: admin123456Employee Login
- Email: [email protected]
- Password: ep123456
## ScreenshotsDashboard Overview
Employee Management
Project Management
Payroll Management
Attendance and Leave Management

## LicenseThis project is licensed under the MIT License - see the LICENSE file for details.
[MIT](https://github.com/Jeethanxx01/HRM/blob/main/LICENSE)