PackageTrack
Sign in Get early access

fntneves/laravel-transactional-events

Transaction-aware Event Dispatcher for Laravel

2.4.0 2.9M downloads/mo #3123 most downloaded on Packagist fntneves/laravel-transactional-events

What this package is like to depend on

Last release 1 years ago

07 Mar 2025

Release timing varies

gaps range from 2 weeks to 1.3 years

Some releases are documented

notes for 10 of 34 stable releases

Nothing withdrawn

no release was ever pulled

9 years old

34 releases · first in 2017

0 releases in the last 12 months

see the full history below

Release timeline

34 releases · Sep 2017 to Mar 2025
2018 2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 34
  1. 2.4.0 07 Mar 2025
    Release notes
    • Add Laravel 12 support
    Open source →
  2. 2.3.0 11 Mar 2024
    Release notes
    • Add Laravel 11 support
    Open source →
  3. 2.2.0 01 Mar 2023
    Release notes
    • Add Laravel 10 support
    Open source →
  4. 2.1.0 14 Jan 2022
    Release notes
    • Add Laravel 9 support
    • Drop PHP 7 support
    Open source →
  5. 2.0.1 13 Oct 2020
    Release notes
    • Use Dispatcher contract in constructor
    Open source →
  6. 2.0.0 08 Sep 2020
    Release notes
    • Add support for Laravel 8 (see #43)
    • Add the transactional namespaced helper.
    Open source →
  7. 1.8.11 13 Oct 2020
    Release notes
    • Use Dispatcher contract in constructor (#46)
    Open source →
  8. 1.8.10 08 Sep 2020
    Release notes
    • Added the transactional namespaced helper.
    Open source →
  9. 1.8.9 15 Apr 2020
    Release notes
    • Removed the transactional helper. See #39

    Alternatively, use TransactionalClosureEvent directly.

    Event::dispatch(new TransactionalClosureEvent(function () {
        // Job will be dispatched only if the transaction commits. 
        ProcessOrderShippingJob::dispatch($order);
    });
    Open source →
  10. 1.8.8 15 Apr 2020
    Release notes

    What's new?

    This version includes the transactional helper to bring transactional behavior to custom instructions.

    It is particularly useful for dispatching jobs:

    transactional(function () {
        ProcessPodcast::dispatch($podcast);
    });
    Open source →
  11. 1.8.7 10 Mar 2020

    Nothing published for this version

  12. 1.8.6 28 Feb 2020

    Nothing published for this version

  13. 1.8.5 06 Jan 2020

    Nothing published for this version

  14. 1.8.4 07 Sep 2019

    Nothing published for this version

  15. 1.8.3 04 Sep 2019

    Nothing published for this version

  16. 1.8.2 19 Aug 2019

    Nothing published for this version

  17. 1.8.1 02 Jun 2019

    Nothing published for this version

  18. 1.8.0 26 Feb 2019

    Nothing published for this version

  19. 1.4.6 24 Aug 2018

    Nothing published for this version

  20. 1.4.5 20 Aug 2018

    Nothing published for this version

  21. 1.4.4 01 Jun 2018

    Nothing published for this version

  22. 1.4.3 21 Apr 2018

    Nothing published for this version

  23. 1.4.2 14 Apr 2018

    Nothing published for this version

  24. 1.4.1 31 Mar 2018

    Nothing published for this version

  25. 1.4.0 31 Mar 2018

    Nothing published for this version

  26. 1.3.2 07 Feb 2018

    Nothing published for this version

  27. 1.3.1 03 Feb 2018

    Nothing published for this version

  28. 1.3.0 21 Jan 2018

    Nothing published for this version

  29. 1.2.0 12 Jan 2018

    Nothing published for this version

  30. 1.1.1 27 Dec 2017

    Nothing published for this version

  31. 1.1.0 10 Oct 2017

    Nothing published for this version

  32. 1.0.2 06 Sep 2017

    Nothing published for this version

  33. 1.0.1 06 Sep 2017

    Nothing published for this version

  34. 1.0.0 05 Sep 2017

    Nothing published for this version

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