Open dkarlovi opened 7 years ago
I'm working on Azure Resource Management implementation for PHP, including Cognitive Services.
@sergey-shandar thanks for the reply, I didn't know AutoRest supports PHP as a target.
It seems it doesn't (yet?), asked to make sure https://github.com/Azure/autorest/issues/2502
@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
@dkarlovi code, design, architecture etc are subject to change (actually, I change it almost every day) but I accept proposals and suggestions.
@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. :)
@dkarlovi you can try an early preview from here https://packagist.org/packages/microsoft/windowsazure#dev-arm2
Just in case if anyone is interested – here is the WIP client for Face API – https://github.com/darmen/php-azure-face-api-client
Are there any plans to support Cognitive services in the near future?