kvaksrud / ibm-cos-laravel
This package is abandoned and no longer maintained.
No replacement package was suggested.
A Laravel package to contact IBM COS Manager and Service API of on-premise installations
v0.3.2
2021-12-15 19:45 UTC
Requires
- php: ^8.0
- guzzlehttp/guzzle: ^7.4
- spatie/laravel-data: ^1.2
This package is auto-updated.
Last update: 2025-04-16 03:13:34 UTC
README
A Laravel package to support the use of IBM COS Api's
Installation
- Install package
composer require kvaksrud/ibm-cos-laravel
- Install config
php artisan vendor:publish --provider=Kvaksrud\IbmCos\IbmCosServiceProvider
Set up environment file
Edit .env
file and add these lines
IBM_COS_MANAGER_BASE_URI=https://cosmanager.local
IBM_COS_SERVICE_BASE_URI=https://cosmanager.local:8338
IBM_COS_USERNAME=admin
IBM_COS_PASSWORD=Passw0rd
if you have different credentials to access the service api you can specify additional properties in the .env
file.
IBM_COS_SERVICE_API_USERNAME=serviceadmin
IBM_COS_SERVICE_API_PASSWORD=servicePassw0rd