https://github.com/pj8912/php_blog_restapi
https://github.com/pj8912/php_blog_restapi
php rest-api restapi
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pj8912/php_blog_restapi
- Owner: pj8912
- Created: 2021-07-22T04:37:33.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-25T17:02:56.000Z (almost 5 years ago)
- Last Synced: 2025-02-28T22:11:55.508Z (over 1 year ago)
- Topics: php, rest-api, restapi
- Language: PHP
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# php_blog_restapi
creating php rest api from scratch with no framework
# REST API
think of yourself at sitting at a table at a restaurant in your one piece of software such as a web application on
the client side
and then the kitchen is the server or
the service that processes certain
requests
well the waiter is like an API is
formatted to take a certain order in a
specific way and then bring back a
certain meal this would be the data or
the response that you requested so an
API is basically a messenger or a waiter
between running software
example: login/register using [google, fb, apple,...] and other companies that provide api for authentication.
if you have an gmail(goggle) account you can use that to register in our
website which creates your own account in our network
https://www.youtube.com/playlist?list=PLillGF-RfqbZ3_Xr8do7Q2R752xYrDRAo
https://github.com/bradtraversy/php_rest_myblog