https://github.com/jyggen/safe-in-cloud-php
SafeInCloud API Client and CLI Tool
https://github.com/jyggen/safe-in-cloud-php
Last synced: about 2 months ago
JSON representation
SafeInCloud API Client and CLI Tool
- Host: GitHub
- URL: https://github.com/jyggen/safe-in-cloud-php
- Owner: jyggen
- License: mit
- Created: 2015-02-13T16:38:43.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-19T10:57:30.000Z (almost 9 years ago)
- Last Synced: 2025-01-26T01:44:17.681Z (4 months ago)
- Language: PHP
- Homepage:
- Size: 24.4 KB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SafeInCloud API Client and CLI Tool
[](https://github.com/jyggen/safe-in-cloud-php/releases)
[](LICENSE)
[](https://travis-ci.org/jyggen/safe-in-cloud-php)
[](https://scrutinizer-ci.com/g/jyggen/safe-in-cloud-php/code-structure)
[](https://scrutinizer-ci.com/g/jyggen/safe-in-cloud-php)
[](https://packagist.org/packages/jyggen/safe-in-cloud-php)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].
- [Find on Packagist/Composer](https://packagist.org/packages/jyggen/safe-in-cloud-php)
[PSR-1]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-1-basic-coding-standard.md
[PSR-2]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md
[PSR-4]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-4-autoloader.md## Usage
First you need to run the command `authenticate` to get an authentication token from your SafeInCloud client.
```bash
./bin/safeincloud authenticate
Enter your password:
lWg/CBmrcEs6XiAgXl33qg==
``````bash
./bin/safeincloud accounts --token lWg/CBmrcEs6XiAgXl33qg== example.com
[{"title":"example.com","login":"foo","password":"bar"}]
``````bash
./bin/safeincloud logins --token lWg/CBmrcEs6XiAgXl33qg==
["foo","bar","baz","qux"]
```## License
The MIT License (MIT). Please see [License File](https://github.com/pwnraid/bnet/blob/master/LICENSE) for more information.
This software is not endorsed, sponsored, affiliated with or otherwise authorized by SafeInCloud.