PHPackages                             i2soft/i2up-sdk - 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. i2soft/i2up-sdk

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

i2soft/i2up-sdk
===============

i2up PHP SDK

v20240228(1y ago)018PHPPHP &gt;=5.3CI failing

Since Feb 29Pushed 1y ago1 watchersCompare

[ Source](https://github.com/info2soft/i2up-php-sdk)[ Packagist](https://packagist.org/packages/i2soft/i2up-sdk)[ RSS](/packages/i2soft-i2up-sdk/feed)WikiDiscussions develop Synced today

READMEChangelog (1)Dependencies (2)Versions (6)Used By (0)

i2up SDK for PHP
================

[](#i2up-sdk-for-php)

此 SDK 适用于 **PHP &gt;= 5.3.0**。使用此 SDK 构建您的网络应用程序，无论您的网络应用是一个网站程序，还是包括从云端（服务端程序）到终端（手持设备应用）的架构服务或应用，都能让您以非常便捷地方式使用英方统一数据管理平台（下简称“英方平台”）管理您的业务。

I2UP PHP SDK 属于英方服务端SDK之一，主要用于管理您英方平台上的服务器保护配置。

-
- [PHP SDK 源码地址](https://github.com/info2soft/i2up-php-sdk)

安装
--

[](#安装)

支持以下2种安装SDK的方法，推荐通过Composer安装SDK。

1、使用Composer安装

- 运行 Composer 命令安装SDK：

    通过composer，你可以在composer.json 声明依赖：

    ```
    {
        "require": {
            "i2soft/i2up-sdk": "^2.0.0"
        }
    }
    ```

    或者运行命令:

```
composer require i2soft/i2up-sdk
```

​ 然后执行 `composer install`

- 引用自动加载代码：

```
0,
    'config_addr'=>'192.168.88.75',
    'config_port'=>26821,
    'node_uuid'=>'',
    'os_user'=>'admin',
    'os_pwd'=>'i2soft',
    'i2id'=>''
);
/**
 * $res为返回结果
 */
$res = $Node->authNode($auth_node_arr);
```

API参考
-----

[](#api参考)

- SDK具体方法的详细参数请参照[API参考](https://i2up-api-doc.info2soft.com/apiref/)

常见问题
----

[](#常见问题)

- API 的使用，demo 可以参考[单元测试](https://code.info2soft.com/web/sdk/php-sdk/tree/develop/tests/i2up/Tests)。

相关资源
----

[](#相关资源)

如果您有任何关于我们文档或产品的建议和想法，欢迎您通过以下方式与我们互动讨论：

- [服务与支持](https://www.info2soft.com/support) - 在这里您可以获得直接的一对一支持。
- [提交工单](http://support.info2soft.com/welcome/) - 如果您的问题不适合在论坛讨论或希望及时解决，您也可以提交一个工单，我们的技术支持人员会第一时间回复您。
- [微博](https://weibo.com/info2soft)
- [常见问题FAQ](http://support.info2soft.com/service/public.pl)

贡献代码
----

[](#贡献代码)

1. Fork
2. 创建您的特性分支 git checkout -b my-new-feature
3. 提交您的改动 git commit -am 'Added some feature'
4. 将您的修改记录提交到远程 git 仓库 git push origin my-new-feature
5. 然后到 github 网站的该 git 远程仓库的 my-new-feature 分支下发起 Pull Request

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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 ~538 days

Total

4

Last Release

646d ago

Major Versions

v7.1.53 → v8.1.02024-08-01

### Community

Maintainers

![](https://www.gravatar.com/avatar/557141c6a6881433c99246cc99a4eb71377c3ca24e047a7c597b94d29c0369a3?d=identicon)[info2soft](/maintainers/info2soft)

---

Top Contributors

[![ganl](https://avatars.githubusercontent.com/u/11937688?v=4)](https://github.com/ganl "ganl (5 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/i2soft-i2up-sdk/health.svg)

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

PHPackages © 2026

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