0
votes

I want to use codeigniter to upload image to azure blob storage.

I search this library https://github.com/thomasantony/codeigniter-azure/

but i don't know how to use the azure-php library

can someone help ? thank you so much

1

1 Answers

0
votes

got the answer:

$this->load->library('azure');

$blob_storage = $this->azure->get_blob_storage();

var_dump($blob_storage -> listBlobs("xxx-container-name-xxx"));

doc check - https://github.com/Azure/azure-sdk-for-php