i am trying to use Blocktrail api in my codeigniter project for payment integeration
in documentation it is written to load the library
use Blocktrail\SDK\BlocktrailSDK;
I wanted to know how to autoload this in my codeigniter project. I have already installed this sdk using composer