laravel-services

Installation
SKILL.md

Laravel Services

External services use Laravel's Manager pattern with multiple drivers.

Related guides:

When to Use

Use service layer when:

  • Integrating external APIs
  • Multiple drivers for same service (email, payment, SMS)
  • Need to swap implementations
  • Want null driver for testing

Structure

Related skills
Installs
21
GitHub Stars
8
First Seen
Mar 27, 2026