Skip to content

🌐 Experimenting codes implemented to adhere to the SOLID principle. The project has Employee Management, Tax Calculation, Payslip generation, Reporting

Notifications You must be signed in to change notification settings

OliverMensahDev/SOLID-Software-Design-Principles-in-PHP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SOLID Software Design Principles

Learned how to apply the SOLID principles of object-oriented design to create a loosely coupled software systems that easy to change, test and maintain.

How to use

  • composer install/update to install packages
  • Create .evn file at the root directory and file it with ur correct SMTP credentials
SMTP_USERNAME=XXxx
SMTP_PASSWORD=XXxx
  • execute the php code in main folder. For instance
php saveEmployeesMain.php

About

🌐 Experimenting codes implemented to adhere to the SOLID principle. The project has Employee Management, Tax Calculation, Payslip generation, Reporting

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages