PHPackages                             gindowcloud/gindowcloud - 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. gindowcloud/gindowcloud

ActiveLibrary[API Development](/categories/api)

gindowcloud/gindowcloud
=======================

Gindow Cloud Laravel SDK

v0.0.4(4y ago)0244MITPHPPHP &gt;=7.2

Since Oct 23Pushed 4y ago1 watchersCompare

[ Source](https://github.com/gindowcloud/gindowcloud)[ Packagist](https://packagist.org/packages/gindowcloud/gindowcloud)[ RSS](/packages/gindowcloud-gindowcloud/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (5)Used By (0)

Gindow Cloud PHP SDK

Requirement
-----------

[](#requirement)

1. PHP &gt;= 7.2
2. **[Composer](https://getcomposer.org/)**

Installation
------------

[](#installation)

```
$ composer require "gindowcloud/gindowcloud"

$ php artisan vendor:publish --provider="GindowCloud\Provider"
```

Config .env
-----------

[](#config-env)

- GINDOW\_URL =
- GINDOW\_CLIENT\_ID =
- GINDOW\_CLIENT\_SECRET =

Usage
-----

[](#usage)

```
use GindowCloud\Facades\Settings;
use GindowCloud\Facades\Sms;
use GindowCloud\Facades\Captcha;
use GindowCloud\Facades\Asset;

// Settings
Settings::set('site_name', 'My Site');
Settings::get('site_name', 'Default');
Settings::all();

// Sms
Sms::send('13966668888', 'Hello World');

// Authentication
Captcha::send('13966668888');
Captcha::check('13966668888', '1234');

// Asset
Asset::upload($file);
```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 Bus Factor1

Top contributor holds 75% 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.

###  Release Activity

Cadence

Every ~1 days

Total

4

Last Release

1709d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/124bc50bf06481735b5b37d440d62457a53d7dfe5d9f4ac5378485680574529a?d=identicon)[Gindow Cloud](/maintainers/Gindow%20Cloud)

---

Top Contributors

[![gindowcloud](https://avatars.githubusercontent.com/u/5434260?v=4)](https://github.com/gindowcloud "gindowcloud (3 commits)")[![naturedao-com](https://avatars.githubusercontent.com/u/53564628?v=4)](https://github.com/naturedao-com "naturedao-com (1 commits)")

---

Tags

gindowgindowcloud

### Embed Badge

![Health badge](/badges/gindowcloud-gindowcloud/health.svg)

```
[![Health](https://phpackages.com/badges/gindowcloud-gindowcloud/health.svg)](https://phpackages.com/packages/gindowcloud-gindowcloud)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

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

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k12](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

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

PHPackages © 2026

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