PHP Classes

PHP Database Web Service Layer: Execute queries prepared to use in Web services

Recommend this page to a friend!
  Info   View files View files (2)   DownloadInstall with Composer Download .zip   Reputation   Support forum (1)   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2022-04-29 (14 days ago) RSS 2.0 feedNot enough user ratingsTotal: 70 This week: 32All time: 9,979 This week: 6Up
Version License PHP version Categories
database-connect 1.0The PHP License5PHP 5, Databases
Description Author

This package can execute queries prepared to use in Web services.

It provides a class that can connect to a SQL database and executes prepared queries using PDO.

Another class provides a database access layer that developers can use to call from a Web service handling application to perform additional functions with the SQL queries.

Currently, it can:

- Execute a query and automatically determine if it returns query results or not. The result values are stored in an array class variable if the query execution has results.

- Return query results as a JSON encoded string

- Execute a SQL query and automatically assign prepared statement parameter values after parsing the query

Innovation Award
PHP Programming Innovation award nominee
April 2022
Nominee
Vote
Web services often need to store and retrieve data from SQL databases.

Web service clients pass parameters that the Web service providers need to process to perform the operations controlled by the parameter values sent by the Web service clients.

This package simplifies using the parameter values passed by Web service clients and executing prepared queries by assigning automatically prepared query values to the parameter values passed to Web service.

Manuel Lemos
Picture of António Lira Fernandes
Name: António Lira Fernandes <contact>
Classes: 8 packages by
Country: Portugal Portugal
Innovation award
Innovation award
Nominee: 3x

  Files folder image Files  
File Role Description
Plain text file Database.php Class Class source
Plain text file LayerDB.php Class Class source

 Version Control Unique User Downloads Download Rankings  
 100%
Total:70
This week:32
All time:9,979
This week:6Up
User Comments (2)
Usages? Examples?
13 days ago (Luiz Claudio)
15%Star
Usages? Examples?
13 days ago (Luiz Claudio)
15%Star
 
For more information send a message to info at phpclasses dot org.