A web-based health club management(CRM) admin system built with CodeIgniter 3.
This project focuses on the administrative and back-office side of gym and fitness center operations, including member management, payments, attendance, and staff administration.
This application provides the core functionality needed to operate a health club or gym efficiently. It was built using CodeIgniter 3 and focuses on simplicity, performance, and practical real-world usage.
By using this project, you can build your own gym or fitness center management system based on a proven ERP-style structure.
- Member registration and management
- Membership plans and payment tracking
- Attendance management
- Trainer / staff management
- Basic sales and billing records
- Admin dashboard
- Role-based access control
- Clean and extendable CodeIgniter 3 structure
This project requires a database schema before it can run.
Download schema.sql from the following repository:
👉 https://github.com/humake-dev/humake-dev
mysql -u root -p
CREATE DATABASE healthclub;
USE healthclub;
SOURCE schema.sql;git clone https://github.com/humake-dev/admin.git
cd admin/public
php -S localhost:20020then visit
로컬 환경에서 바로 실행해볼 수 있습니다.
PHP version 7 or newer is recommended.
PHP 7 이상 환경을 권장합니다.
- PHP
- CodeIgniter 3
- MySQL / MariaDB
- Bootstrap (UI)
- jQuery
MIT License – completely free to use and modify
개인·상업적 사용 모두 완전히 자유롭습니다.
작성자 = 제대로웹