PHPackages                             mayunfeng/insideapi - 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. mayunfeng/insideapi

ActiveLibrary[API Development](/categories/api)

mayunfeng/insideapi
===================

内部SDK 仅供内部使用

3.15.0(4y ago)128731MITPHPPHP &gt;=7.0.0

Since Aug 20Pushed 4y ago1 watchersCompare

[ Source](https://github.com/mayunf/insideapi)[ Packagist](https://packagist.org/packages/mayunfeng/insideapi)[ RSS](/packages/mayunfeng-insideapi/feed)WikiDiscussions master Synced yesterday

READMEChangelog (8)Dependencies (7)Versions (66)Used By (1)

insideapi 为公司内部使用
=================

[](#insideapi-为公司内部使用)

> 仅作内部项目使用，非内部人员请忽视

安装
--

[](#安装)

```
composer require mayunfeng/insideapi

```

使用
--

[](#使用)

```
$options = [
    'debug'     => true,
    'token'    => 'token',
    'access_key'    => 'access_key',
    'cache' => 'Doctrine\Common\Cache\RedisCache', // RedisCache 实例了 `Doctrine\Common\Cache\Cache` 接口
    'log' => [
        'level' => 'debug',
        'file'  => '/tmp/insideapi.log',
    ],
    /**
     * Guzzle 全局设置
     *
     * 更多请参考： http://docs.guzzlephp.org/en/latest/request-options.html
     */
    'guzzle' => [
        'timeout' => 3.0, // 超时时间（秒）
        //'verify' => false, // 关掉 SSL 认证（强烈不建议！！！）
    ],
    // ...
];

$app = new Application($options);
$result = $app->manage->addUser();
if($result['Success']){
    // do something
} else {
    // do something
}

```

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity72

Established project with proven stability

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

Recently: every ~24 days

Total

65

Last Release

1723d ago

Major Versions

1.7.2 → 2.0.02018-11-12

2.2.1 → 3.0.02019-02-18

2.2.2 → 3.6.02019-04-18

### Community

Maintainers

![](https://www.gravatar.com/avatar/3d2bdbfcb353b857a34f1e5840df8fa78d17f9b431f95ea2a15696020a76454e?d=identicon)[mayunfeng](/maintainers/mayunfeng)

---

Top Contributors

[![mayunf](https://avatars.githubusercontent.com/u/20082689?v=4)](https://github.com/mayunf "mayunf (45 commits)")

---

Tags

api

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.5M378](/packages/easycorp-easyadmin-bundle)[symfony/framework-bundle

Provides a tight integration between Symfony components and the Symfony full-stack framework

3.6k246.0M11.1k](/packages/symfony-framework-bundle)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)[algolia/algoliasearch-client-php

API powering the features of Algolia.

69734.4M145](/packages/algolia-algoliasearch-client-php)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.4M528](/packages/shopware-core)[moonshine/moonshine

Laravel administration panel

1.3k239.9k76](/packages/moonshine-moonshine)

PHPackages © 2026

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