PHPackages                             graceland/safe-in-cloud - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. graceland/safe-in-cloud

ActiveLibrary[API Development](/categories/api)

graceland/safe-in-cloud
=======================

Library for working with the Safe in Cloud JSON API.

26PHP

Since Jul 19Pushed 9y ago3 watchersCompare

[ Source](https://github.com/jyggen/safe-in-cloud-php)[ Packagist](https://packagist.org/packages/graceland/safe-in-cloud)[ RSS](/packages/graceland-safe-in-cloud/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

SafeInCloud API Client and CLI Tool
===================================

[](#safeincloud-api-client-and-cli-tool)

[![Latest Version](https://camo.githubusercontent.com/14f182d0c3d9a3369f98b9b16c4b7163744faa375f1c81ede93d42b717c192b2/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6a796767656e2f736166652d696e2d636c6f75642d7068702e7376673f7374796c653d666c61742d737175617265)](https://github.com/jyggen/safe-in-cloud-php/releases)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)[![Build Status](https://camo.githubusercontent.com/04e3a950939ddc8a2bfbfb21ddd25132f67c0916414763fcadef1cf884ce6417/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6a796767656e2f736166652d696e2d636c6f75642d7068702f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/jyggen/safe-in-cloud-php)[![Coverage Status](https://camo.githubusercontent.com/a2ba494d3cc0c4952d0681a11f301ac9c370bbacbdf09dcc3cdcb5828e4c6c39/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f6a796767656e2f736166652d696e2d636c6f75642d7068702e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/jyggen/safe-in-cloud-php/code-structure)[![Quality Score](https://camo.githubusercontent.com/d3a3a838b0bc0888a7a68f53b939eb1354e567cb5491ce6ad25efe79bbfe15f9/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6a796767656e2f736166652d696e2d636c6f75642d7068702e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/jyggen/safe-in-cloud-php)[![Total Downloads](https://camo.githubusercontent.com/63df6444b7c53c205b12811932914ae97b58857aece0d792c10599c3f535d616/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a796767656e2f736166652d696e2d636c6f75642d7068702e7376673f7374796c653d666c61742d737175617265)](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](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) and [PSR-4](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-4-autoloader.md).

- [Find on Packagist/Composer](https://packagist.org/packages/jyggen/safe-in-cloud-php)

Usage
-----

[](#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
-------

[](#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.

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/264300?v=4)[Jonas Stendahl](/maintainers/jyggen)[@jyggen](https://github.com/jyggen)

---

Top Contributors

[![jyggen](https://avatars.githubusercontent.com/u/264300?v=4)](https://github.com/jyggen "jyggen (29 commits)")

### Embed Badge

![Health badge](/badges/graceland-safe-in-cloud/health.svg)

```
[![Health](https://phpackages.com/badges/graceland-safe-in-cloud/health.svg)](https://phpackages.com/packages/graceland-safe-in-cloud)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
