Having fun with PSR-7
This blog post was published more than one year ago and might be outdated!
· 2 min read
When I came up with the idea to build a PSR-7 based flat-file CMS I thought that it must be fairly trivial to build a static page exporter by simply "faking" requests and storing the resulting responses. Turns out I was right and this an quick recap of what I did ;)