fun-with-http

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

MIT License

Stars
12

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. EDIT: I did write a follow up blog post in an attempt to make this more useful to people joining after the event https://lornajane.net/posts/2019/http-toolbox

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.