romansh/laravel-creem-cli

Laravel Artisan CLI for Creem.io — mirrors the official creem CLI using the romansh/laravel-creem SDK

Maintainers

Package info

github.com/romansh/laravel-creem-cli

pkg:composer/romansh/laravel-creem-cli

Statistics

Installs: 2

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

1.2.8 2026-03-21 17:33 UTC

This package is auto-updated.

Last update: 2026-03-28 11:46:46 UTC


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