Add the Config class

Add a Config class for storing configuration values such as the
Glassboxx username, password and vendor ID.
This commit is contained in:
Oliver Davies 2020-05-29 13:26:26 +01:00
parent 4db74ad058
commit e5268e9707
4 changed files with 78 additions and 1 deletions

2
.gitignore vendored
View file

@ -2,3 +2,5 @@
!*/
!/.gitignore
!/composer.json
!/src/**
!/tests/**