PHP School management system developed for schools or small institutes. You can use this to maintain record's related to students, teachers, and other.
- PHP (8.1)
- MySQL database
- Bootstrap 5
- JQuery, JavaScript
- HTML, CSS
- student record management
- Teacher record management
- Leave Management
- Notice Upload
- Exam result upload
- Notes upload
- Bus Service
- Syllabus upload / update
- Time table
- Attendence Management
- Password reset, Forgot password
- Front Page
- Single login
- Dark theme support
Pre-requirement : Make sure you have both php and MySQL installed on your PC. You can also use XAMPP which provide BOTH (php + MySQL).
Step-1 : Start XAMPP
Open XAMPP Control panel and start the Apache And MySQL Server
Step-2 : Create Database
The schema file of the database setup is available at database/_sms.sql
From you xampp open phpmyadmin by clicking on admin button in front of MySQL -> create a database with the name '_sms' -> import the database/_sms.sql file to complete the database setup.
Step-3 : Placement
If you have xampp installed on your PC you need to place the downloaded folder on 'htdocs directory'
Copy the downloaded folder and place it into htdocs folder. Located at C:\xampp\htdocs
make sure your directory setup is like : C:\xampp\htdocs\school-management-system\ : and index.php file is available on the that location
Step-4 : Run the application
visit on the url : http://localhost/school-management-system
Visit to the given URL to see the running website
The project comes with default user on each panel you can remove and update them also.
The Credentials for default logins are
Panel | Password | |
---|---|---|
Admin | admin@gmail.com | 123 |
Teacher | teacher@gmail.com | 123 |
Student | student@gmail.com | 123 |
Owner | owner@gmail.com | 123 |
- Note : Password for New Teachers and Students:
The default password for newly created teacher and student accounts is set to their date of birth.- Example: If the date of birth is 12 July 2000, the password would be 12072000.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.