{"id":5391,"date":"2025-02-24T18:52:03","date_gmt":"2025-02-24T18:52:03","guid":{"rendered":"https:\/\/s-o-s.net\/product\/restp-restful-web-service-for-performing-crud-operations-using-pdomodel\/"},"modified":"2025-04-25T17:17:50","modified_gmt":"2025-04-25T17:17:50","slug":"restp-restful-web-service-for-performing-crud-operations-using-pdomodel","status":"publish","type":"product","link":"http:\/\/s-o-s.net\/en_gb\/product\/restp-restful-web-service-for-performing-crud-operations-using-pdomodel\/","title":{"rendered":"RESTp &#8211; RESTful web service for performing CRUD operations using PDOModel"},"content":{"rendered":"<p>\n<a class=\"wp_automatic_demo_btn broken_link\" target=\"_blank\" href=\"https:\/\/codecanyon.net\/item\/restp-restful-web-service-for-performing-crud-operations-using-pdomodel\/full_screen_preview\/22545692\" rel=\"noopener\">LIVE PREVIEW<\/a> <a class=\"wp_automatic_buy_btn broken_link\" target=\"_blank\" href=\"https:\/\/codecanyon.net\/item\/restp-restful-web-service-for-performing-crud-operations-using-pdomodel\/22545692\" rel=\"noopener\">LIVE ORDER $18<\/a><br \/>\n<br \/>\n<img decoding=\"async\" src=\"https:\/\/previews.customer.envatousercontent.com\/files\/545123532\/restp.jpg\"><br \/>\n<a><span style=\"font-size: 20px\">RESTp &#8211; RESTful web service for performing CRUD operations using PDOModel<\/span><\/a><br \/>\n<img decoding=\"async\" src=\"https:\/\/s3.envato.com\/files\/247260971\/codecanyon-logo.jpg\" width=\"25\" height=\"25\"> <a href=\"https:\/\/codecanyon.net\/user\/ddeveloper\" target=\"_blank\" rel=\"noopener\">ddeveloper<\/a><br \/>\n<\/p>\n<h3 id=\"item-description__restp-is-an-advanced-restful-web-service-developed-using-php-that-helps-you-to\">RESTp is an advanced RESTFul Web service developed using PHP that helps you to perform crud operation. You can automatically generate all endpoints for crud operation of your database.<\/h3>\n<p>\n<a target=\"_blank\" href=\"http:\/\/pdocrud.com\/RESTP\/demo\/pages\/\" rel=\"nofollow noopener\">Demo url<\/a><br \/>\n<br \/>\n<a target=\"_blank\" href=\"http:\/\/pdocrud.com\/RESTP\/documentation\/\" rel=\"nofollow noopener\">Documentation url<\/a>\n<\/p>\n<p><\/p>\n<p>It is built on top of the popular database abstraction script<br \/>\n<a target=\"_blank\" href=\"https:\/\/codecanyon.net\/item\/pdocrud-advanced-php-crud-application-database-management-system\/17674879\" rel=\"noopener\" class=\"broken_link\">&#8220; PDOModel&#8221; <\/a><br \/>\nand supports Mysql, sqlite, pgsql and MSSQL.  You can easily perform Insert\/Update\/Delete\/Read operation using RESTp api.<\/p>\n<p>\nMost of the Mobile and Web Apps require communication with server using some API to send and received data. REST is by far the most commonly used style for designing APIs, especially in the mobile world.<br \/>\nThese Mobile and web apps often requires to perform crud operation i.e Insert data, read data, update data and delete data using API.<br \/>\nTo write code for the crud operations for each individual mobile app and web app is quite cumbersome task. That&#8217;s where RESTp comes into action.\n<\/p>\n<p><b>RESTp<\/b> is a REST-based solution that simplifies CRUD operations for any mobile or web application. With RESTp, you simply connect it to your database, and it automatically generates all the necessary resources to handle CRUD operations, saving you valuable time and effort.\n<\/p>\n<p>For every table in database, it provides endpoints to perform CRUD operations. An example of all RESTp API endpoints for a table are below<\/p>\n<ul>\n<li>GET \/{table_name} &#8211; Retrieves a list of all records of table name &#8220;{table_name}&#8221;<\/li>\n<li>GET \/{table_name}\/12 &#8211; Retrieves a specific records of table name &#8220;{table_name}&#8221; with ID 12<\/li>\n<li>POST \/{table_name} &#8211; Creates a new entry in {table_name}<\/li>\n<li>PUT \/{table_name}\/12 &#8211; Updates record of ID #12 in {table_name}<\/li>\n<li>DELETE \/{table_name}\/12 &#8211; Deletes record with ID #12 {table_name}<\/li>\n<\/ul>\n<p>So if you have table name &#8220;orders&#8221; in your database, it automatically generate standard rest end points as below.<\/p>\n<ul>\n<li>GET \/orders &#8211; Retrieves a list of all records of table name &#8220;orders&#8221;<\/li>\n<li>GET \/orders\/12 &#8211; Retrieves a specific records of table name &#8220;orders&#8221; with ID 12<\/li>\n<li>POST \/orders &#8211; Creates a new order<\/li>\n<li>PUT \/orders\/12 &#8211; Updates order #12<\/li>\n<li>DELETE \/orders\/12 &#8211; Deletes order with ID #12<\/li>\n<\/ul>\n<p>\nRESTp is build on top of our popular database abstraction script PDOModel. So users will get a free copy of PDOModel also (worth $13).<br \/>\n<a target=\"_blank\" href=\"https:\/\/codecanyon.net\/item\/pdomodel-database-abstraction-and-helper-php-class\/15832775\" rel=\"noopener\" class=\"broken_link\"><br \/>\n<img decoding=\"async\" src=\"https:\/\/s3.envato.com\/files\/221396100\/PDOModel.jpg\" alt=\"RESTp - RESTful web service for performing CRUD operations using PDOModel - 1\" \/><br \/>\n<\/a>\n<\/p>\n<p>\nYou can use any kind of application to connect to RESTp api. Whether it is .NET web app or android mobile or iphone app or php web app, You can connect all kinds of application to this api and perform CRUD operation. You can send data  either as json or normal form submission (x-www-form-urlencoded) and received data as json, xml, html table.<\/p>\n<h3 id=\"item-description__-features\"> Features <\/h3>\n<ul>\n<li>Single api to perform CRUD operation on any database<\/li>\n<li>Supports multiple different database (Mysql, PGSQL, SQLITE and SQLSERVER) <\/li>\n<li>Build on top of popular database abstraction script PDOModel<\/li>\n<li>Multiple Input and Output types supported<\/li>\n<li>Action filtering as per request type (GET, PUT, POST, DELETE)<\/li>\n<li>Autogenerates endpoint as per the table names<\/li>\n<li>Supports pretty url as well as non pretty urls  (if mod_rewrite not enabled)<\/li>\n<li>IP based filters (Allow access and block based on IP) <\/li>\n<li>Allow or block access of particular table (resource) <\/li>\n<li>Authentication using JWT <\/li>\n<\/ul>\n<h3 id=\"item-description__faqs\">FAQs<\/h3>\n<p>\n    <b>What is Rest? <\/b><br \/>\n    REST means &#8220;REpresentational State Transfer&#8221;. It is an architectural style for developing web services.<br \/>\n    REST requires that a client request the server in order to retrieve or modify data on the server.\n<\/p>\n<p><\/p>\n<p>\n    <b>What is PDOModel?<\/b> <br \/>\n    PDOModel &#8211; Database abstraction and helper PHP class that helps to do insert,<br \/>\n    update, delete, select operation using PDO without writing any queries and with much lesser code.<br \/>\n    It supports Mysql, Postgres,SQlite and SQL Server database.PDOModel provides a complete solution to<br \/>\n    perform CRUD operations on three different types of database (Mysql, Postgres and Sqlite).<br \/>\n    <br \/>\n    For more details about PDOModel, please<br \/>\n    <a target=\"_blank\" href=\"https:\/\/codecanyon.net\/item\/pdomodel-database-abstraction-and-helper-php-class\/15832775\" rel=\"noopener\" class=\"broken_link\">click here<\/a>\n<\/p>\n<h3 id=\"item-description__requirements\">Requirements <\/h3>\n<ul>\n<li> PHP 5.3 or higher<\/li>\n<li>CURL if you want to connect using CURL PHP<\/li>\n<\/ul>\n<h3 id=\"item-description__credits\">Credits <\/h3>\n<ul>\n<li>Admin LTE theme for demo purpose <\/li>\n<\/ul>\n<p><a href=\"https:\/\/codecanyon.net\/item\/restp-restful-web-service-for-performing-crud-operations-using-pdomodel\/22545692\" target=\"_blank\" rel=\"noopener\" class=\"broken_link\">Source link<\/a><br \/> <div style=\"width: 640px;\" class=\"wp-video\"><video class=\"wp-video-shortcode\" id=\"video-5391-1\" width=\"640\" height=\"360\" preload=\"metadata\" controls=\"controls\"><source type=\"video\/mp4\" src=\"https:\/\/s-o-s.net\/wp-content\/uploads\/avc-files\/5391\/5391.mp4?_=1\" \/><a href=\"https:\/\/s-o-s.net\/wp-content\/uploads\/avc-files\/5391\/5391.mp4\">https:\/\/s-o-s.net\/wp-content\/uploads\/avc-files\/5391\/5391.mp4<\/a><\/video><\/div><\/p>","protected":false},"excerpt":{"rendered":"<p>LIVE PREVIEW LIVE ORDER $18 RESTp &#8211; RESTful web service for performing CRUD operations using PDOModel ddeveloper RESTp is an advanced RESTFul Web service developed using PHP that helps you to perform crud operation. You can automatically generate all endpoints for crud operation of your database. Demo url Documentation url It is built on top [&hellip;]<\/p>","protected":false},"featured_media":5392,"comment_status":"open","ping_status":"closed","template":"","meta":{"_acf_changed":false,"give_campaign_id":0},"product_brand":[],"product_cat":[3339,3331,3329],"product_tag":[3385,3454,3455,3453,3452,3451,3363,3405],"class_list":{"0":"post-5391","1":"product","2":"type-product","3":"status-publish","4":"has-post-thumbnail","6":"product_cat-database-abstraction-php-script","7":"product_cat-php-script-solution","8":"product_cat-pro-version","9":"product_tag-crud","10":"product_tag-operations","11":"product_tag-pdomodel","12":"product_tag-performing","13":"product_tag-restful","14":"product_tag-restp","15":"product_tag-service","16":"product_tag-web","18":"first","19":"instock","20":"shipping-taxable","21":"purchasable","22":"product-type-simple","23":"add-to-wishlist-after_add_to_cart"},"acf":[],"fifu_image_url":"https:\/\/previews.customer.envatousercontent.com\/files\/545123532\/restp.jpg","_links":{"self":[{"href":"http:\/\/s-o-s.net\/en_gb\/wp-json\/wp\/v2\/product\/5391","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/s-o-s.net\/en_gb\/wp-json\/wp\/v2\/product"}],"about":[{"href":"http:\/\/s-o-s.net\/en_gb\/wp-json\/wp\/v2\/types\/product"}],"replies":[{"embeddable":true,"href":"http:\/\/s-o-s.net\/en_gb\/wp-json\/wp\/v2\/comments?post=5391"}],"wp:featuredmedia":[{"embeddable":true,"href":"http:\/\/s-o-s.net\/en_gb\/wp-json\/wp\/v2\/media\/5392"}],"wp:attachment":[{"href":"http:\/\/s-o-s.net\/en_gb\/wp-json\/wp\/v2\/media?parent=5391"}],"wp:term":[{"taxonomy":"product_brand","embeddable":true,"href":"http:\/\/s-o-s.net\/en_gb\/wp-json\/wp\/v2\/product_brand?post=5391"},{"taxonomy":"product_cat","embeddable":true,"href":"http:\/\/s-o-s.net\/en_gb\/wp-json\/wp\/v2\/product_cat?post=5391"},{"taxonomy":"product_tag","embeddable":true,"href":"http:\/\/s-o-s.net\/en_gb\/wp-json\/wp\/v2\/product_tag?post=5391"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}