Skip to content

lukeocodes/fun-with-http

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fun with HTTP

This is the companion repository to my "Web Developers' HTTP Toolbox" workshop session at PHP UK 2019. The materials are not intended to stand alone and are likely to be useful only to those in the workshop.

Materials

Find the slide deck and exercises in the workshop/ folder.

Set up the sample application

This is a SlimPHP application. To set it up:

  • Clone the repository to your local machine
  • Run composer install in the root directory
  • To run locally: change to the public/ directory and run php -S localhost:8080. Alternatively, there is a Procfile for use with Heroku if you are familiar with that platform.

About

Sample app to go with "Web Developers' HTTP Toolbox" workshop

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%