Azure / azure-sdk-for-php

Microsoft Azure SDK for PHP
http://azure.microsoft.com/en-us/develop/php/
Apache License 2.0
415 stars 275 forks source link

Keyvault support #898

Open udf2457 opened 7 years ago

udf2457 commented 7 years ago

Please consider implementing keyvault support in the PHP SDK

sergey-shandar commented 7 years ago

Investigate in Milestone https://github.com/Azure/azure-sdk-for-php/milestone/9

Oxicode commented 6 years ago

+1

bentaylorwork commented 6 years ago

I had to write a quick POC for using Azure Key Vault with PHP. Details below.

https://github.com/bentaylorwork/php-azure-key-vault

https://packagist.org/packages/bentaylorwork/azurekeyvault

Hopefully it will help someone get started with it.

Thanks