jmadsm / tenant-service-client
There is no license information available for the latest version (3.0.3) of this package.
Tenant service client
3.0.3
2026-04-24 14:36 UTC
Requires
- guzzlehttp/guzzle: ^7.0
- illuminate/support: ^10.0 || ^11.0 || ^12.0 || ^13.0
This package is not auto-updated.
Last update: 2026-05-15 21:53:33 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