I want to integrate Microsoft Dynamics 365 CRM Common Data Service using php. I want to perform CRUD of Contact entity using common data service.
Authentication I have only one option to connect with Common Data service using "ClientId or Client Secret based authentication" method. I cannot use any other authentication and authorization method.
I have followed the documentation at here but I don't find any sufficient solution.
Microsoft has given a good tutorial at here but I only have client id, client secret and url.
Is there any PHP library that I can use with client id and secret based authentication?
After spending a day, I got the solution, which is AlexaCRM library. By using this library, I am able to connect to microsoft dynamics and perform curd opteration as well.