About EmpApi Project
EMPAPI : Employee management with APIs.
This project has APIs, which are implemented for employee salary management using php best practices.
Source code is uploded to Git repo you can find commits, listing below.
APIs
-
Create a salary of employee, and create employee if does not exixt.
API Type : Post
API: https://empapi.rishikantsri.in/api/submit-salary
Payload demo:
{
"name": "Jone David1",
"dob": "2002-12-12",
"gender": "male",
"email": "jone@yopmail.com",
"aadhaar_number": "3213-3233-2345",
"salary_month": 5,
"basic_pay": 40000,
"grade_pay": 12000,
"hra": 3400,
"ta": 2300,
"da": 4300
}
Git Repo Source Code commits
Useful Routes