PHP Restful API Framework SLIM to Create REST API – 1

php rest api framework slim to create rest api

Hello friends, today we will see how we can use PHP Restful API Framework SLIM to create a REST API for your android application. A REST API is needed to establish the communication between the app and the server. If we talk about android then we cannot use SQLite only to create our database. We need to …

Read morePHP Restful API Framework SLIM to Create REST API – 1