Skip to content

Réalisation d'une API Rest (CRUD) avec Php et MySQL

Notifications You must be signed in to change notification settings

spokedu13/php-rest-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

php-rest-api

Réalisation d'une API Rest (CRUD) avec Php et MySQL

PHP CRUD API

  • GET - http://localhost:8080/api/read.php Fetch ALL Records
  • GET - localhost:8080/api/single_read.php/?id=2 Fetch Single Record
  • POST - http://localhost:8080/api/create.php Create Record
  • POST - http://localhost:8080/api/update.php Update Record
  • DELETE - localhost:8080/api/delete.php Remove Records

About

Réalisation d'une API Rest (CRUD) avec Php et MySQL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages