I am using codeigniter for a project. I need to use azure storage. So I have used composer to get the microsoft azure php libraries. I am trying to list the buckets in a model file. I type
use WindowsAzure\Common\ServicesBuilder;
int that file. On execution, it crashes at this line.
Is it a path problem. Can someone help?
I also tried puting the require "vendor/autoload.php"
file. It didn't help. What can I do to make it work?