Premier Cybersecurity Conference organized by Cyber Security Club - Uttara University
.
├── action.php # Form handler (registration & contact)
├── app/
│ └── classes/
│ └── Home.php # Home controller
├── assets/
│ ├── css/
│ │ └── style.css # Main stylesheet
│ ├── js/
│ │ └── script.js # Main JavaScript
│ ├── images/ # All images (logo, gallery, sponsors, etc.)
│ └── ticket/ # Ticket assets
├── composer.json # Composer autoload configuration
├── index.php # Main entry point
├── pages/
│ ├── home.php # Home page template
│ └── terms.php # Terms & conditions page
├── vendor/ # Composer autoload files
└── README.md # This file
- PHP 7.4 or higher
- Composer
- Web server (Apache/Nginx)
- Clone or download the project
- Run: composer install
- Configure web server to point to project root
- Access via: http://localhost
Development Server:
php -S localhost:8000- Home: index.php or index.php?page=home
- Terms & Conditions: index.php?page=terms
✅ Clean PHP architecture with MVC pattern ✅ PSR-4 Autoloading via Composer ✅ Bootstrap 5 responsive design ✅ Form validation and sanitization ✅ Registration system with ticket generation ✅ Contact form handler
Email: cybersecurity@club.uttara.ac.bd Phone: +880 1919399235
© 2025 Cyber Security Club - Uttara University