valesaude / shortener-client
This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.
Installs: 983
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/valesaude/shortener-client
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