https://github.com/obednyakundi/online-school-management-system-in-native-php
This is an online Kenyan primary school management system developed in native PHP by Obed Nyakundi
https://github.com/obednyakundi/online-school-management-system-in-native-php
Last synced: 7 months ago
JSON representation
This is an online Kenyan primary school management system developed in native PHP by Obed Nyakundi
- Host: GitHub
- URL: https://github.com/obednyakundi/online-school-management-system-in-native-php
- Owner: ObedNyakundi
- License: mit
- Created: 2021-05-21T07:22:48.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-02T07:43:56.000Z (almost 3 years ago)
- Last Synced: 2025-01-28T21:39:25.615Z (9 months ago)
- Language: PHP
- Homepage:
- Size: 2 MB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# online-school-management-system-in-native-PHP
This is an online Kenyan primary school management system developed in native PHP by Obed Nyakundi Paul

# online-school-management-system-in-PHP
This is an incomplete online primary school management software for a Kenyan school developed in HTML & CSS, JS, and PHP as developed by Obed Nyakundi.
The software package includes:
- a database for the school.
- forms: login, admitting students and teachers, adding marks, adding books, etc...
- a simple HTML & CSS index page.
It can be expanded to accomodate:
- School administration
- Exam management
- Library management
- Finance Management
- Module for SMS/Emails and other communication/ announcements
## Dependencies
**PHP Dependencies:**
- fpdf (for reports in the complete version).
- jGraph (for graphics/graphs)
- php-Mpesa
**CSS Dependencies**
- Bootstrap
- Font awesome.
- W3.css
**JS dependencies**
- Bootstrap
- jQuery navigation
- Fancy box
- Modernizer
- Ajax
# THE USER'S GUIDE
## TO INSTALL:
- Ensure you install MYSQL
- Create a table named `skuli`
- import the `skuli.sql` file in your `PHPmyadmin` table `skuli`
- copy all the contents of folder containing the `index.php` file into your server.
- run the `index.php` file
## TO TEST:
- TSC NUMBER: **1234**
- PASSWORD: **mimi**
# License:
This shared version of the website is issued as it is without any liability or warranty from the developer (Obed Nyakundi). A few modules of the software have been withheld, but care has been taken to retain its stability. It can be used for learning or simple development.
I shall not be liable for any issues that arise from the use of this free software.
Feel free to use it as it will suit you. To receive a complete version of the software, please reach out to me via:
Email: *paulnyaxx@gmail.com* or
Tel: *+254706748162*
I wish you all the best as you explore this limited app!
# Gallery
## Index page

# Views
## Table to view students

## A table to display books

## A table to display exam results

## OTHER VIEWS
### A case of 'live searching' with Ajax

# FORMS
## A form for adding a teacher

## A form for adding a student

# REPORTS
## Exam report for a class

## A printable student report card
