fuzzyfox / shlink-cli
An unofficial shlink cli rest client.
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 0
Type:project
Requires
- php: ^7.2.5
- ext-json: *
- guzzlehttp/guzzle: ^6.3.1
- illuminate/http: ^7.0
- laminas/laminas-text: ^2.7
- laravel-zero/framework: ^7.0
Requires (Dev)
- mockery/mockery: ^1.3.1
- phpunit/phpunit: ^8.5
README
An unofficial Shlink cli rest client for creating/managing a Shlink server via its API, and the command line.
Usage
$ pbpaste | shlink-cli short-url:generate | pbcopy $ shlink-cli short-url:generate URL to shorten?: > https://github.com/fuzzyfox/shlink-cli https://doma.in/xQspJ $ shlink-cli short-url:parse https://doma.in/xQspJ https://github.com/fuzzyfox/shlink-cli $ shlink-cli short-url:parse xQspJ https://github.com/fuzzyfox/shlink-cli
This project is build on top of laravel-zero.