We use proprietary and third party´s cookies to improve your experience and our services, identifying your Internet Browsing preferences on our website; develop analytic activities and display advertising based on your preferences. If you keep browsing, you accept its use. You can get more information on our Cookie Policy
Cookies Policy
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

App Integration with Keyrock

I have a php application made with PHP and MySQL (No MVC structure used). I have seen that the generic enablers like KeyRock are made using python, django and a MVC structure.

Do I have to migrate from PHP to Django my current application to integrate the enabler KeyRock? or is it a separated service that communicates with Keyrock by web services or accessing a BD?

For instance if I want to create a user in keyrock should I use python-django function call or I make a call to a db function call, or make a web request with parameters via Post or get.

Thanks in advance.