PHP Simple REST
This is the code for the tutorial on my blog. https://amirkamizi.com/blog/php-simple-rest-api
52 subscribers
5 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
PHP Simple REST endpoints
| Method | Endpoint | Description |
|---|---|---|
| api | ||
| GET |
get-one-user /api/users/1 |
use this endpoint to get one of the users |
| PUT |
update-one-user /api/users/1 |
use this endpoint to update a user |
| GET |
get-users /api/users |
use this endpoint to get all the users |
| DELETE |
delete-one-user /api/users/1 |
use this endpoint to delete a user |
| POST |
store-new-user /api/users |
Use this endpoint to add a new user |
PHP Simple REST pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|