An open API service indexing awesome lists of open source software.

https://github.com/prevailexcel/product-crud-api

A Simple Project to perfom CRUD with PHP devoid of any framwork or library to accept both form data and JSON
https://github.com/prevailexcel/product-crud-api

Last synced: about 1 year ago
JSON representation

A Simple Project to perfom CRUD with PHP devoid of any framwork or library to accept both form data and JSON

Awesome Lists containing this project

README

          

# product-crud-api
A Simple Project to perfom CRUD with PHP devoid of any framwork or library to accept both form data and JSON

This is a simple API Developed to Create, Read, Update and Delete data from the databaseusing PDO - PHP Data Objects.

The File structure is


  • Classes
    • Product.php


  • SQL
    • crudapi.sql


  • config.php

  • create.php

  • product.php

  • products.php

  • update.php

  • delete.php