Skip to content

tkachuk/plain-php-rest-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run application

Run following command in directory ./public/

$> php -S localhost:8000

Use Browser or REST client with routes

http://localhost:8000/users
http://localhost:8000/users/1
http://localhost:8000/users/5

Credentials for Basic Auth

username: foo
password: bar

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages