Skip to main content

Code Examples of queues

Discover how to use Laravel's queues method in real-world applications. Browse 12 examples from popular open-source projects.

12 examples

akaunting/akaunting

  • 9315
  • Created Sep 2017
  • Updated Nov 2025

Files in this example

  • app/Jobs/Common/CreateItem.php
    • app/Jobs/Common/CreateItemTaxes.php
      • app/Http/Controllers/Api/Common/Items.php
View full example

bytefury/crater

  • 8198
  • Created Nov 2019
  • Updated Aug 2024

Files in this example

  • app/Jobs/GenerateInvoicePdfJob.php
    • app/Http/Controllers/V1/Invoice/InvoicesController.php
View full example

pixelfed/pixelfed

  • 6804
  • Created Apr 2018
  • Updated Nov 2025

Files in this example

  • app/Jobs/ContactPipeline/ContactPipeline.php
    • app/Http/Controllers/ContactController.php
View full example

officelifehq/officelife

  • 941
  • Created Jan 2019
  • Updated Jul 2024

Files in this example

  • app/Jobs/LogAccountAudit.php
    • app/Services/Company/Adminland/Company/JoinCompany.php
View full example

spatie/freek.dev

  • 636
  • Created Nov 2017
  • Updated Sep 2025

Files in this example

  • app/Jobs/TweetPostJob.php
    • app/Actions/PublishPostAction.php
View full example

tighten/novapackages

  • 336
  • Created Feb 2020
  • Updated Sep 2025

Files in this example

  • app/Jobs/CheckPackageUrlsForAvailability.php
    • app/Console/Commands/CheckPackageUrls.php
View full example

christophrumpel/larastreamers

  • 238
  • Created May 2021
  • Updated Oct 2025

Files in this example

  • app/Jobs/ImportYoutubeChannelStreamsJob.php
    • app/Console/Commands/ImportChannelStreamsCommand.php
View full example

OpenLitterMap/openlittermap-web

  • 122
  • Created Aug 2020
  • Updated Oct 2025

Files in this example

  • app/Http/Controllers/ApiPhotosController.php
    • app/Jobs/UploadData.php
View full example

familytree365/backend

  • 90
  • Created May 2021
  • Updated Aug 2021

Files in this example

  • app/Jobs/DnaMatching.php
    • app/Http/Controllers/DnaController.php
View full example

mateusjatenee/crypto-tracker

  • 48
  • Created Sep 2021
  • Updated Oct 2022

Files in this example

  • app/Jobs/UpdateCryptoAssetPrice.php
    • app/Console/Commands/FetchCoinsPrices.php
View full example

Senither/ShareX-Media-Server

  • 43
  • Created Oct 2016
  • Updated Mar 2023

Files in this example

  • app/Jobs/CalculateUsedDiskSpace.php
    • app/Observers/UrlObserver.php
View full example

devhub-az/devhub

  • 24
  • Created Dec 2019
  • Updated Jul 2022

Files in this example

  • app/Jobs/BanUser.php
    • app/Http/Controllers/Admin/UsersController.php
View full example