graceland / safe-in-cloud
Library for working with the Safe in Cloud JSON API.
dev-master
2016-07-19 10:57 UTC
Requires
- php: >=5.4
- guzzlehttp/guzzle: ~5.0
- symfony/console: ~2.6
Requires (Dev)
- phpunit/phpunit: ~4.5
This package is auto-updated.
Last update: 2024-10-16 07:30:50 UTC
README
An API client and CLI tool to work and communicate with the HTTP API built into the SafeInCloud software. This package is compliant with PSR-1, PSR-2 and PSR-4.
Usage
First you need to run the command authenticate
to get an authentication token from your SafeInCloud client.
./bin/safeincloud authenticate Enter your password: lWg/CBmrcEs6XiAgXl33qg==
./bin/safeincloud accounts --token lWg/CBmrcEs6XiAgXl33qg== example.com [{"title":"example.com","login":"foo","password":"bar"}]
./bin/safeincloud logins --token lWg/CBmrcEs6XiAgXl33qg== ["foo","bar","baz","qux"]
License
The MIT License (MIT). Please see License File for more information.
This software is not endorsed, sponsored, affiliated with or otherwise authorized by SafeInCloud.