klinge / sl-webapp

Members and activities database for a sailing club
0 stars 0 forks source link

Refactor: add PSR-7 request and response handling #22

Closed klinge closed 4 weeks ago

klinge commented 1 month ago

Choose a framework, Laminas Diactoros is the main candidate but also look at guzzlehttp and nyholm/psr7 Then install and implement it over the entire application, changes will be needed in

and maybe more.. Maybe also implement PSR-17 middleware (or is that another issue?)