laravel-creem-cli maintained by romansh
Laravel Creem CLI
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