I am having hard time understanding the RESTfull architecture of website. I do get the basic concept of routing and uri etc. So in order to understand it, i decided to make a basic website in php to get the implementation concept in brains muscles memory.
There are lots of RESTful framework in php and many tutorials around it, but i want to learn the implementation of the concept. Something the framework will do it for me and i will not learn.
Can someone suggest give me a kick-starter guide/code to build a REST website in PHP. without using any framework. Instruction to properly route the requests etc. A student learner guide.
EDIT :
Apparently the word suggest makes people think this question is not a good stack overflow Q/A format. I am asking for help as a student. And suggest
sounds a more polite word than give
, the reason i use it.