romansh / laravel-creem-cli
Laravel Artisan CLI for Creem.io — mirrors the official creem CLI using the romansh/laravel-creem SDK
1.2.8
2026-03-21 17:33 UTC
Requires
- php: ^8.2
- illuminate/console: ^11.0|^12.0
- illuminate/support: ^11.0|^12.0
- romansh/laravel-creem: ^1.0
Requires (Dev)
- orchestra/testbench: ^9.0|^10.0
- pestphp/pest: ^3.0
README
Laravel Artisan CLI for Creem.io — mirrors the official creem CLI using the romansh/laravel-creem SDK as backend.
Installation
composer require romansh/laravel-creem-cli
Configuration
php artisan vendor:publish --tag=creem-cli-config
Commands
creem:whoami # Show store info & mode creem:products list|get|create # Manage products creem:customers list|get|billing # Manage customers creem:subscriptions list|get|cancel|pause|resume creem:checkouts create|get creem:transactions list|get creem:discounts list|get creem:config show|get|set
All commands accept --profile and --json flags.
License
MIT