🎂 Celebrating 10 years! (2016 — 2026)
Fetch and generate timetable from iCRESS UiTM.
Official website: https://uitmtimetable.com (thanks Adib)
- Select campus/faculty and manually pick subjects and groups
- Auto-fetch timetable by matric number
- Import/export timetable as Excel (.xlsx)
- Export timetable as image (PNG) or PDF
- Customizable colour scheme per subject
- iCRESS health check with downtime banner
- Drop all files into your web server directory (e.g.
/var/www/htmlfor Apache). - Set correct permissions for the cache directory:
sudo chown -R www-data:www-data /path/to/UiTM-Timetable-Generator/ sudo find /path/to/UiTM-Timetable-Generator/ -type f -exec chmod 644 {} \; sudo find /path/to/UiTM-Timetable-Generator/ -type d -exec chmod 755 {} \; - Adjust
config.phpto suit your needs.
- Manual mode - Select campus/faculty, pick subjects and groups.
- Matric number - Enter your matric number to auto-fetch your registered timetable.
- Import Excel - Import a previously exported
.xlsxtimetable file. - (Optional) Customise colours and export as image, PDF, or Excel.
- Afif Zafri - Original creator (Facebook)
- Mohd Shahril - Regex code, major code overhaul and improvement (Facebook)
- Syed Muhammad Danial - UI improvement (Facebook)
- Adib Zaini - Current maintainer, domain and hosting sponsor (Twitter)
- Muhammad Nabil - Previous domain and hosting sponsor
- Naim (@naimhasim) - PDF export feature
- Fork it
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request
We are not affiliated, associated, authorized, endorsed by, or in any way officially connected with Universiti Teknologi MARA (UiTM), or any of its subsidiaries or its affiliates. The official UiTM website can be found at https://www.uitm.edu.my/.
MIT - see the LICENSE file.
