PHPackages                             gxchain/baas-sdk-php - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. gxchain/baas-sdk-php

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

gxchain/baas-sdk-php
====================

gxchain baas sdk implemented in php.

v1.0.1(7y ago)0192MITPHPPHP &gt;=7.0.0

Since May 31Pushed 7y ago1 watchersCompare

[ Source](https://github.com/xzshinan/baas-sdk-php)[ Packagist](https://packagist.org/packages/gxchain/baas-sdk-php)[ RSS](/packages/gxchain-baas-sdk-php/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

baas-sdk-php
============

[](#baas-sdk-php)

Introduction
============

[](#introduction)

This is a php library. If you just enjoy the BaaS service. you can go to [BaaS API](https://doc.gxb.io/gxchain/api/baas-api.html).

Storage Usage
=============

[](#storage-usage)

```
composer require "gxchain/baas-sdk-php"

```

```

use GXChain\BaaS\BaaSClient;

$config = [
    'url'  => [
        'fee'   => 'https://baas-developer.gxchain.cn/api/storage/provider/',
        'store' => 'https://baas-developer.gxchain.cn/api/storage/store/',
        'get'   => 'https://baas-developer.gxchain.cn/api/storage/data/',
    ],
    'base' => [
        'from'         => '1.2.XXX',
        'to'           => '1.2.241',
        'proxyAccount' => '1.2.241',
        'percent'      => 0,
        'assetId'      => '1.3.1',
        'privateKey'   => 'XXX',
    ],

];
$obj = new BaaSClient($config);

//store
$res = $obj->store('hello gxs php ssdk v1.0.1');
echo $res;

//storeGet
// $cid = 'Qmb3eECKK9rAJbG7BpFgGxeSFDH9nkie6XugxJJUqVQUUK';
// $res = $obj->storeGet($cid);
// echo $res;

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

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.

###  Release Activity

Cadence

Every ~67 days

Total

2

Last Release

2837d ago

Major Versions

v0.1 → v1.0.12018-08-07

### Community

Maintainers

![](https://www.gravatar.com/avatar/f7a2beef51435c60c7ac8dfc049cf35d2d8c4fc126830d5b36c44f5b18d0a18a?d=identicon)[shinan](/maintainers/shinan)

---

Top Contributors

[![xzshinan](https://avatars.githubusercontent.com/u/7299894?v=4)](https://github.com/xzshinan "xzshinan (8 commits)")

### Embed Badge

![Health badge](/badges/gxchain-baas-sdk-php/health.svg)

```
[![Health](https://phpackages.com/badges/gxchain-baas-sdk-php/health.svg)](https://phpackages.com/packages/gxchain-baas-sdk-php)
```

###  Alternatives

[phar-io/phive

The Phar Installation and Verification Environment.

61210.4k1](/packages/phar-io-phive)[jxlwqq/chinese-typesetting

Better Typesetting for Chinese

852.1k](/packages/jxlwqq-chinese-typesetting)

PHPackages © 2026

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