PackageTrack
Sign in Get early access

spatie/laravel-http-logger

A Laravel package to log HTTP requests

1.12.0 5.0M downloads/mo #2376 most downloaded on Packagist spatie/laravel-http-logger

What this package is like to depend on

Last release 1 months ago

14 Jul 2026

Ships fairly regularly

a new release about every 6 months

Nearly every release is documented

notes for 23 of 24 stable releases

Nothing withdrawn

no release was ever pulled

9 years old

24 releases · first in 2017

2 releases in the last 12 months

see the full history below

Release timeline

24 releases · Oct 2017 to Jul 2026
2018 2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 24
  1. 1.12.0 14 Jul 2026
    Release notes

    What's Changed

    • Add support for the QUERY HTTP method. QUERY requests carry their parameters in the request body like POST, so LogNonGetRequests now logs them alongside POST, PUT, PATCH, and DELETE. Thanks @eleftrik for the suggestion in #70.
    • Moved dev tooling to Pest 4. As a result, support for PHP < 8.3 and Laravel < 12 has been dropped.

    Full Changelog: 1.11.2...1.12.0

    Open source →
    Release notes

    What's Changed

    • Add support for the QUERY HTTP method. QUERY requests carry their parameters in the request body like POST, so LogNonGetRequests now logs them alongside POST, PUT, PATCH, and DELETE. Thanks @eleftrik for the suggestion in #70.
    • Moved dev tooling to Pest 4. As a result, support for PHP < 8.3 and Laravel < 12 has been dropped.

    Full Changelog: https://github.com/spatie/laravel-http-logger/compare/1.11.2...1.12.0

    Open source →
  2. 1.11.2 21 Feb 2026
    Release notes

    Add Laravel 13 support

    Open source →
  3. 1.11.1 17 Feb 2025
    Release notes

    What's Changed

    New Contributors

    Full Changelog: 1.11.0...1.11.1

    Open source →
    Release notes

    What's Changed

    • Add ability to enable/disable HTTP Logging via .env variable by @marcell-ferenc in https://github.com/spatie/laravel-http-logger/pull/64
    • Laravel 12.x Compatibility by @laravel-shift in https://github.com/spatie/laravel-http-logger/pull/66

    New Contributors

    • @marcell-ferenc made their first contribution in https://github.com/spatie/laravel-http-logger/pull/64

    Full Changelog: https://github.com/spatie/laravel-http-logger/compare/1.11.0...1.11.1

    Open source →
  4. 1.11.0 02 Mar 2024
    Release notes

    What's Changed

    Full Changelog: 1.10.2...1.11.0

    Open source →
    Release notes

    What's Changed

    • Laravel 11.x Compatibility by @laravel-shift in https://github.com/spatie/laravel-http-logger/pull/62

    Full Changelog: https://github.com/spatie/laravel-http-logger/compare/1.10.2...1.11.0

    Open source →
  5. 1.10.2 24 Jul 2023
    Release notes

    What's Changed

    New Contributors

    Full Changelog: 1.10.1...1.10.2

    Open source →
    Release notes

    What's Changed

    • Add option to sanitize sensitive headers by @stfndamjanovic in https://github.com/spatie/laravel-http-logger/pull/60

    New Contributors

    • @stfndamjanovic made their first contribution in https://github.com/spatie/laravel-http-logger/pull/60

    Full Changelog: https://github.com/spatie/laravel-http-logger/compare/1.10.1...1.10.2

    Open source →
  6. 1.10.1 24 Jan 2023
    Release notes

    What's Changed

    New Contributors

    Full Changelog: 1.10.0...1.10.1

    Open source →
    Release notes

    What's Changed

    • Update .gitattributes by @angeljqv in https://github.com/spatie/laravel-http-logger/pull/54
    • Refactor tests to pest by @AyoobMH in https://github.com/spatie/laravel-http-logger/pull/55
    • Add PHP 8.2 Support by @patinthehat in https://github.com/spatie/laravel-http-logger/pull/56
    • Laravel 10.x Compatibility by @laravel-shift in https://github.com/spatie/laravel-http-logger/pull/57

    New Contributors

    • @angeljqv made their first contribution in https://github.com/spatie/laravel-http-logger/pull/54
    • @AyoobMH made their first contribution in https://github.com/spatie/laravel-http-logger/pull/55
    • @patinthehat made their first contribution in https://github.com/spatie/laravel-http-logger/pull/56
    • @laravel-shift made their first contribution in https://github.com/spatie/laravel-http-logger/pull/57

    Full Changelog: https://github.com/spatie/laravel-http-logger/compare/1.10.0...1.10.1

    Open source →
  7. 1.10.0 07 Jun 2022
    Release notes

    What's Changed

    New Contributors

    Full Changelog: 1.9.0...1.10.0

    Open source →
    Release notes

    What's Changed

    • TestCase a little improvement by @kudashevs in https://github.com/spatie/laravel-http-logger/pull/47
    • Add additional file test by @kudashevs in https://github.com/spatie/laravel-http-logger/pull/49
    • customizable log level by @Henning256 in https://github.com/spatie/laravel-http-logger/pull/50

    New Contributors

    • @kudashevs made their first contribution in https://github.com/spatie/laravel-http-logger/pull/47
    • @Henning256 made their first contribution in https://github.com/spatie/laravel-http-logger/pull/50

    Full Changelog: https://github.com/spatie/laravel-http-logger/compare/1.9.0...1.10.0

    Open source →
  8. 1.9.0 08 Feb 2022
    Release notes

    Allow Laravel 9

    Open source →
  9. 1.8.0 29 Nov 2021
    Release notes

    What's Changed

    New Contributors

    Full Changelog: 1.7.0...1.8.0

    Open source →
  10. 1.7.0 04 Jan 2021
    Release notes
    • split up default writer (#39)
    Open source →
    Release notes
    • split up default writer (#39)
    Open source →
  11. 1.6.2 02 Dec 2020
    Release notes
    • Support PHP 8.0
    Open source →
  12. 1.6.1 09 Sep 2020
    Release notes
    • Support Laravel 9
    Open source →
  13. 1.6.0 16 Apr 2020
    Release notes
    • add Headers into DefaultLogWriter (#32)
    Open source →
  14. 1.5.0 03 Mar 2020
    Release notes
    • add support for Laravel 7
    Open source →
  15. 1.4.0 16 Nov 2019
    Release notes
    • add the support for arrays with files in a request (#29)
    Open source →
  16. 1.3.1 16 Sep 2019
    Release notes
    • Changed: Updated Laravel 6 compatibility for future versions
    Open source →
  17. 1.3.0 04 Sep 2019
    Release notes
    • Added: Laravel 6.0 compatibility
    Open source →
  18. 1.2.0 27 Feb 2019
    Release notes
    • drop support for L5.7 and below, PHP 7.1 and PHPUnit 7
    Open source →
  19. 1.1.4 27 Feb 2019
    Release notes
    • Added: Laravel 5.8 compatibility
    Open source →
  20. 1.1.3 04 Sep 2018
    Release notes
    • Added: Laravel 5.7 compatibility
    Open source →
  21. 1.1.2 04 Jun 2018
    Release notes
    • Fixed: bug when logging upload requests
    Open source →
  22. 1.1.1 08 Feb 2018
    Release notes
    • Added: Laravel 5.6 compatibility
    • Removed: Dropped support for older Laravel versions
    Open source →
  23. 1.1.0 08 Feb 2018

    Nothing published for this version

  24. 1.0.0 18 Oct 2017
    Release notes
    • Initial release
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive