PHP Classes

Access MySQL database from RESTful Web Service: I need to return data from a MySQL database using REST

Recommend this page to a friend!
  All requests RSS feed  >  Access MySQL database from RESTful We...  >  Request new recommendation  >  A request is featured when there is no good recommended package on the site when it is posted. Featured requests  >  No recommendations No recommendations  

Access MySQL database from RESTful Web Service

Edit

Picture of Victor Romero by Victor Romero - 9 years ago (2014-10-28)

I need to return data from a MySQL database using REST

This request is clear and relevant.
This request is not clear or is not relevant.

+3

Application server: Tomcat Database: mysql

  • 1 Clarification request
  • 1. Picture of Manuel Lemos by Manuel Lemos - 9 years ago (2014-10-28) Reply

    Are you looking for a REST server like class that you can customize to retrieve the MySQL data from your Web services?

    Ask clarification

    2 Recommendations

    PHP Restful Database Query: Perform MySQL queries and return JSON responses

    This recommendation solves the problem.
    This recommendation does not solve the problem.

    0

    Picture of Kazeem Olanipekun by Kazeem Olanipekun package author package author Reputation 55 - 7 years ago (2017-03-07) Comment

    This package can perform MySQL queries and return JSON responses.

    It can perform several types of operations with table records in a MySQL database.

    Currently it can retrieve, insert, update, delete individual records, update multiple records, get multiple records, verify if a given table records exist, insert multiple records, retrieve a limited number of records,count records and retrieve the last record by index field.

    The response is an object formatted as a JSON string.


    PHP API Server Builder: Build a REST server API from custom classes

    This recommendation solves the problem.
    This recommendation does not solve the problem.

    +1

    Picture of Manuel Lemos by Manuel Lemos Reputation 23770 - 9 years ago (2014-10-28) Comment

    There are several nice REST server class. It is hard to just recommend one.

    Anyway, this one allows you to add more API calls just by registering new classes that will handle the API call requests, as you may see in the example script.


    Recommend package
    : 
    :