valesaude / shortener-client
There is no license information available for the latest version (2.0.0) of this package.
This package's canonical repository appears to be gone and the package has been frozen as a result.
2.0.0
2022-11-03 15:09 UTC
Requires
- php: ^7.4
- ext-json: *
- guzzlehttp/guzzle: ^7.4
- illuminate/contracts: ^8.0
- illuminate/support: ^8.0
Requires (Dev)
- mockery/mockery: ^1.3.1
- orchestra/testbench: ^6.0
- phpunit/phpunit: ^9.3
README
A simple HTTP Client for Vale Saude Shortener (https://github.com/valesaudesempre/shortener).
Usage
Install package:
composer require valesaude/shortener-client:^1.0
Set the following configs:
services.valesaude.shortener_client.base_uri
: The shortener application base URI.services.valesaude.shortener_client.username
: The application username.services.valesaude.shortener_client.password
: The application password.
Optionally, publish and change the localization files:
php artisan vendor:publish --tag=valesaude-shortener-client-translation