tempestphp / tempest-framework

The PHP framework that gets out of your way 🌊
https://tempestphp.com
MIT License
1.14k stars 81 forks source link

Split Router and Http basics #390

Open aidan-casey opened 2 months ago

aidan-casey commented 2 months ago

I believe we should split of the Tempest router and the Http basics (methods, status, etc.) into separate packages. Right now we run into a weird situation where the http client requires the http router just for those classes.

@brendt - Agreed? Is this something we should tackle before alpha real quick?

brendt commented 2 months ago

Agree, but not for alpha1; but let's add this for alpha2. It's ok to have some breaking changes, no one should build anything real with it yet.

shaffe-fr commented 2 months ago

431