How to integrate Yii with mobile applications

Hi there,

I’m working for a company that has created an application using Yii and now has people from Microsoft saying they want to build a mobile application to interact with ours.

The question is: How can we do that integration? (Microsoft’s application would be developed in .NET).

Thanks in advance.

Alejandro.

Hi,

you can create REST API or SOAP. That should be enough to integrate .NET with PHP :slight_smile:

Thank you for hte response. I thought Web Services were the best option, but didn’t know that Yii provided functionality for that.

Regards,

Alejandro.

I would say that REST-based Web services are mostly preferred for integration with backend enterprise services compared to SOAP due to their simplicity.