EdCore is a lightweight, PHP-based Learning Management System (LMS) framework designed to showcase multiple subjects and their associated learning materials. Originally developed as a proposal or prototype for a more complete LMS platform, it features a basic subject display interface and structured file management.
⚠️ Some learning materials have been removed due to copyright by STI College.
📃 An iLS Requirment for our Computer/Web Programming 1 (Java) & Computer/Web Programming 2 (HTML) { 1st & 2nd Quarter | 1st Term }
You can view a live version here: https://edcore.rf.gd/
- Subject listing with individual resource directories
- Basic file management (view/download)
- Lightweight and fast, no need for heavy frameworks
- Designed to be deployed on free hosting platforms
- Frontend: HTML, CSS, JavaScript
- Backend: PHP
- Database: None required (file-based system)
htdocs/
├── assets/ <- Stylesheets, scripts, and static assets
├── subjects/ <- Contains subject directories (e.g., Math, English)
├── index.php <- Main entry point of the LMS
└── ...
-
Clone this repository:
git clone https://github.com/altxxr0/EdCore.git -
Upload the htdocs folder to your web server (e.g., XAMPP, 000webhost, InfinityFree).
-
Make sure PHP is enabled and file permissions allow reading of the subjects/ directory.
-
Open your browser and go to
http://localhostor your hosting domain (e.g., https://edcore.rf.gd/).
🧩 Customization
To add subjects, create folders inside the ../resources/files directory.
Place PDF, DOCX, PPTX, or any resource files within those folders.
📌 Notes
This project is currently a prototype and not recommended for production without additional security layers. Copyrighted materials from STI College were removed.
Javocado © 2025 by Altxxr is licensed under
Creative Commons Attribution 4.0 International

