didbot / didbot-cmd
Command line interface for didbot.com or a self hosted didbot application.
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/didbot/didbot-cmd
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: 2025-11-03 19:28:42 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:tokencommand. 
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:urlcommand. 
didbot config:url http://example.com