Azure / azure-sdk-for-php

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

Cognitive services support? #933

Open dkarlovi opened 7 years ago

dkarlovi commented 7 years ago

Are there any plans to support Cognitive services in the near future?

sergey-shandar commented 7 years ago

I'm working on Azure Resource Management implementation for PHP, including Cognitive Services.

dkarlovi commented 7 years ago

@sergey-shandar thanks for the reply, I didn't know AutoRest supports PHP as a target.

dkarlovi commented 7 years ago

It seems it doesn't (yet?), asked to make sure https://github.com/Azure/autorest/issues/2502

sergey-shandar commented 7 years ago

@dkarlovi I'm working on it :-) PHP AutoRest: https://github.com/sergey-shandar/autorest/tree/sergey-shandar-php20 PHP RunTime for ARM: https://github.com/azure/azure-sdk-for-php/tree/arm2

sergey-shandar commented 7 years ago

@dkarlovi code, design, architecture etc are subject to change (actually, I change it almost every day) but I accept proposals and suggestions.

dkarlovi commented 7 years ago

@sergey-shandar thanks for the reply, I'll have a look. Sorry about opening issues all over the place, current state of affairs with Azure+PHP is somewhat confusing. :)

sergey-shandar commented 7 years ago

@dkarlovi you can try an early preview from here https://packagist.org/packages/microsoft/windowsazure#dev-arm2

darmen commented 3 years ago

Just in case if anyone is interested – here is the WIP client for Face API – https://github.com/darmen/php-azure-face-api-client