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 2025Releases
latest 34-
2.4.007 Mar 2025 -
2.3.011 Mar 2024 -
2.2.001 Mar 2023 -
2.1.014 Jan 2022 -
2.0.113 Oct 2020 -
2.0.008 Sep 2020Release notes
Open source →- Add support for Laravel 8 (see #43)
- Add the
transactionalnamespaced helper.
-
1.8.1113 Oct 2020 -
1.8.1008 Sep 2020 -
1.8.915 Apr 2020Release notes
Open source →- Removed the
transactionalhelper. See #39
Alternatively, use
TransactionalClosureEventdirectly.Event::dispatch(new TransactionalClosureEvent(function () { // Job will be dispatched only if the transaction commits. ProcessOrderShippingJob::dispatch($order); });
- Removed the
-
1.8.815 Apr 2020Release notes
Open source →What's new?
This version includes the
transactionalhelper to bring transactional behavior to custom instructions.It is particularly useful for dispatching jobs:
transactional(function () { ProcessPodcast::dispatch($podcast); });
-
1.8.710 Mar 2020Nothing published for this version
-
1.8.628 Feb 2020Nothing published for this version
-
1.8.506 Jan 2020Nothing published for this version
-
1.8.407 Sep 2019Nothing published for this version
-
1.8.304 Sep 2019Nothing published for this version
-
1.8.219 Aug 2019Nothing published for this version
-
1.8.102 Jun 2019Nothing published for this version
-
1.8.026 Feb 2019Nothing published for this version
-
1.4.624 Aug 2018Nothing published for this version
-
1.4.520 Aug 2018Nothing published for this version
-
1.4.401 Jun 2018Nothing published for this version
-
1.4.321 Apr 2018Nothing published for this version
-
1.4.214 Apr 2018Nothing published for this version
-
1.4.131 Mar 2018Nothing published for this version
-
1.4.031 Mar 2018Nothing published for this version
-
1.3.207 Feb 2018Nothing published for this version
-
1.3.103 Feb 2018Nothing published for this version
-
1.3.021 Jan 2018Nothing published for this version
-
1.2.012 Jan 2018Nothing published for this version
-
1.1.127 Dec 2017Nothing published for this version
-
1.1.010 Oct 2017Nothing published for this version
-
1.0.206 Sep 2017Nothing published for this version
-
1.0.106 Sep 2017Nothing published for this version
-
1.0.005 Sep 2017Nothing published for this version