Skip to content

sibelius/php-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP API

Simple Php Api training

Installing PHP

You must have php installed

  • macos brew install php

  • arch linux with yay (for pacman just replace) yay -S php

Installing composer

You must have composer installed. Follow the official docs here

Installing composer dependencies

php composer.phar install

Run the server

php -S 127.0.0.1:8000 -t public
curl 'http://localhost:8000'

About

Testing building REST in PHP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages