Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 447 Bytes

File metadata and controls

19 lines (15 loc) · 447 Bytes

PHP League Database

A web application for managing a sports league built with PHP and MySQL.

Features

  • View and manage teams and players from a MySQL database
  • Clean separation of concerns across dedicated classes

Tech Stack

  • PHP (OOP)
  • MySQL / phpMyAdmin
  • HTML, CSS

Concepts Demonstrated

  • Object-Oriented Programming
  • Single Responsibility Principle
  • Dependency Injection
  • Separation of Concerns
  • PDO database connection