didbot / didbot-cmd
Command line interface for didbot.com or a self hosted didbot application.
0.1.2
2016-11-19 22:27 UTC
Requires
- php: >=5.6.4
- guzzlehttp/guzzle: ^6.2
- nesbot/carbon: ~1.20
- symfony/console: ^3.1
- vlucas/phpdotenv: ~2.2
Requires (Dev)
- mockery/mockery: 0.9.*
- phpunit/phpunit: ~5.0
This package is not auto-updated.
Last update: 2024-12-30 15:43:02 UTC
README
A command line interface for didbot.com or a self hosted didbot application.
Installation
- Install with composer package manager.
composer global require didbot/didbot-cmd
- Generate an API token at either didbot.com or from your self hosted didbot application. Add the token to didbot-cmd by running the
didbot config:token
command.
didbot config:token eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImp0aSI6ImVkZjdmNTV...
- By default didbot-cmd points to the didbot.com api located at https://didbot.com/api/1.0. If you wish to point didbot-cmd to your self hosted didbot install run the
didbot config:url
command.
didbot config:url http://example.com