Skip to main content

Black Friday 2025! Only until December 1st: coupon FRIDAY25 for 40% off Yearly/Lifetime membership!

Read more here

Code Examples of service classes

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

25 examples
Developers use a "service classes" term, usually referring to almost any PHP class related to some topic. So, you create any PHP class and then use its methods somewhere in Controllers, for example.

monicahq/monica

  • 23656
  • Created Jul 2017
  • Updated Nov 2025

Files in this example

  • app/Services/User/CreateUser.php
    • app/Http/Controllers/Auth/InvitationController.php
View full example

krayin/laravel-crm

  • 20233
  • Created Jun 2021
  • Updated Nov 2025

Files in this example

  • packages/Webkul/Product/src/Repositories/ProductRepository.php
    • packages/Webkul/Admin/src/Http/Controllers/Product/ProductController.php
View full example

pterodactyl/panel

  • 8314
  • Created Dec 2016
  • Updated Nov 2025

Files in this example

  • app/Services/Users/UserCreationService.php
    • app/Console/Commands/User/MakeUserCommand.php
View full example

pixelfed/pixelfed

  • 6813
  • Created Apr 2018
  • Updated Nov 2025

Files in this example

  • app/Services/ProfileService.php
    • app/Http/Controllers/Api/ApiV1Controller.php
View full example

serversideup/financial-freedom

  • 2748
  • Created Mar 2021
  • Updated Nov 2025

Files in this example

  • app/Services/Transactions/ShowTransaction.php
    • app/Http/Controllers/Web/Transactions/TransactionsController.php
View full example

Bottelet/DaybydayCRM

  • 2311
  • Created Jul 2016
  • Updated Mar 2025

Files in this example

  • app/Services/Invoice/InvoiceCalculator.php
    • app/Http/Controllers/InvoicesController.php
View full example

pelican-dev/panel

  • 1722
  • Created Mar 2024
  • Updated Nov 2025

Files in this example

  • app/Services/Users/UserCreationService.php
    • app/Livewire/Installer/PanelInstaller.php
      • app/Http/Controllers/Api/Application/Users/UserController.php
View full example

officelifehq/officelife

  • 942
  • Created Jan 2019
  • Updated Jul 2024

Files in this example

  • app/Services/Company/Project/CreateProjectLink.php
    • app/Http/Controllers/Company/Company/Project/ProjectController.php
View full example

spatie/freek.dev

  • 636
  • Created Nov 2017
  • Updated Nov 2025

Files in this example

  • app/Services/Twitter/TwitterServiceProvider.php
    • app/Services/Twitter/Twitter.php
View full example

realodix/urlhub

  • 532
  • Created Aug 2018
  • Updated Nov 2025

Files in this example

  • app/Services/UserService.php
    • app/Http/Controllers/Dashboard/User/UserController.php
      • app/Http/Controllers/Dashboard/User/ChangePasswordController.php
View full example

ploi-deploy/roadmap

  • 527
  • Created May 2022
  • Updated Nov 2025

Files in this example

  • app/Services/Tailwind.php
    • app/Http/Controllers/Auth/PasswordProtectionController.php
View full example

nafiesl/free-pmo

  • 457
  • Created Nov 2017
  • Updated Oct 2025

Files in this example

  • app/Services/InvoiceDrafts/InvoiceDraftCollection.php
    • app/Http/Controllers/Invoices/DraftsController.php
View full example

luadotsh/lua

  • 324
  • Created Oct 2024
  • Updated Oct 2025

Files in this example

  • app/Services/UserAgentService.php
    • app/Jobs/ProcessLinkStat.php
View full example

codenteq/laerx

  • 132
  • Created May 2022
  • Updated Sep 2024

Files in this example

  • app/Services/Admin/InvoiceService.php
    • app/Services/Admin/CompanyInfoService.php
View full example

cattr-app/server-application

  • 87
  • Created Mar 2023
  • Updated Jan 2025

Files in this example

  • app/Services/ProjectMemberService.php
    • app/Http/Controllers/Api/ProjectMemberController.php
View full example

ash-jc-allen/find-a-pr

  • 82
  • Created May 2022
  • Updated Mar 2025

Files in this example

  • app/Services/IssueService.php
    • app/Services/RepoService.php
      • app/Console/Commands/PreloadRepoData.php
View full example

mateusjatenee/crypto-tracker

  • 48
  • Created Sep 2021
  • Updated Oct 2022

Files in this example

  • app/Services/AccountService.php
    • app/Models/Account.php
View full example

amitavroy/doctor-app

  • 40
  • Created Sep 2021
  • Updated Jan 2022

Files in this example

  • app/Services/AppointmentService.php
    • app/Http/Controllers/DoctorController.php
View full example

prettifystudio/avatary

  • 39
  • Created Sep 2021
  • Updated Feb 2022

Files in this example

  • app/Services/AvatarGenerator.php
    • app/Http/Controllers/Api/AvatarController.php
View full example

codelabmw/larakits

  • 23
  • Created Mar 2025
  • Updated Sep 2025

Files in this example

  • app/Services/Github/Github.php
    • app/Providers/AppServiceProvider.php
      • app/Http/Middleware/HandleGithubStarsCache.php
View full example

laravelstart/laravelstart

  • 20
  • Created May 2025
  • Updated Jun 2025

Files in this example

  • app/Services/CreateRepository/WithGithubApi.php
    • app/Services/CreateRepository/CreateRepositoryContract.php
      • app/Providers/AppServiceProvider.php
        • app/Http/Controllers/Projects/StoreController.php
View full example

idanieldrew/redact

  • 19
  • Created Feb 2022
  • Updated Oct 2023

Files in this example

  • Modules/Auth/Services/v2/AuthService.php
    • Modules/Auth/Http/Controllers/v2/AuthController.php
View full example

abrudtkuhl/laracloudpricing

  • 19
  • Created Apr 2025
  • Updated Apr 2025

Files in this example

  • app/Services/PricingService.php
    • app/Livewire/PricingCalculator.php
View full example

JuanDMeGon/Laravel-from-Scratch

  • 17
  • Created Apr 2020
  • Updated Mar 2021

Files in this example

  • app/Services/CartService.php
    • app/Http/Controllers/CartController.php
View full example

igarakatidus/exchange-rate

  • 0
  • Created May 2023
  • Updated May 2023

Files in this example

  • app/Services/ExchangeRateHost.php
    • app/Services/Contract/ExchangeRate.php
      • app/Providers/AppServiceProvider.php
        • app/Http/Livewire/Conversion.php
View full example

We'd Love Your Feedback

Tell us what you like or what we can improve

Feel free to share anything you like or dislike about this page or the platform in general.