Connecting to Laminas-db from Scriptcase

I use Scriptcase 9.5 with PHP 7.3 installed. I have a Framework I use to access custom functions from the external libraries I have created… example:

$clsSharedFunctions = New /Framework/SharedFunctions;

So I use the above variable ($clsSharedFunctions) and call the functions I need.

I wanted to see if I could use laminas-db to perform db operations more easily on databases. Kind of new to DALs in PHP so I wanted to see how easy it would be to incorporate laminas-db at this point. I installed laminas-db into its own External Library (Scriptcase) fromthe ZIP download and multiple folders exist. The top-most folder when imported was ‘laminas-db-master’.

Could someone assist me please. Thank you!