jmadsm / tenant-service-client
Tenant service client
Installs: 1 054
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- guzzlehttp/guzzle: ^7.0
- illuminate/support: ^10.0
This package is not auto-updated.
Last update: 2025-07-25 18:17:11 UTC
README
Install package
composer require jmadsm/tenant-service-client
Laravel
php artisan vendor:publish --tag=tenant-config --ansi
Get tenant token with Laravel
use Illuminate\Support\Facades\App; use JmaDsm\TenantService\Client as TenantServiceClient; $tenantToken = (App::make(TenantServiceClient::class))->token;
Example
See examples directory