• v0.2.0 a61422c061

    ahokponou released this 2024-12-09 20:40:29 +00:00 | 18 commits to main since this release

    What's new?

    • Add redirection method to Response class

    Usage:

    // Redirect to the specified URL with a 301 Moved Permanently status code
    $response->redirect('https://www.example.com', 301);
    // Redirect to the specified URL with a 302 Moved Temporary status code
    $response->redirect('/new-page', 302);
    

    Full chancelogs

    Downloads