I have the same setup, an existing php site using a MySQL database. What you need is a REST API to act as the middleman between your db and the app. No REST API = no function. What is working for me is a customized php-based rest api. It's now interacting very nicely with appery, but like you I was ...