PHPackages                             wujunzhong/rap-to-postman - 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. wujunzhong/rap-to-postman

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

wujunzhong/rap-to-postman
=========================

Convert the json exported by RAP into the json format imported by Postman

1.0.1(7y ago)214MITPHP

Since Jun 5Pushed 7y ago1 watchersCompare

[ Source](https://github.com/zhong-1250044515/rap-to-postman)[ Packagist](https://packagist.org/packages/wujunzhong/rap-to-postman)[ RSS](/packages/wujunzhong-rap-to-postman/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (3)Used By (0)

rap-to-postman
==============

[](#rap-to-postman)

一个简单的工具类，用于将 RAP 接口管理工具的备份文件，下载成 Postman 的 Json 导入文件。

使用
--

[](#使用)

Composer 包下载

```
composer require wujunzhong/rap-to-postman

```

代码编写

```
$tool = new \RapToPostman\RapToPostman();
$rapBackupSrc = "xxx"; // Rap 导出备份地址
$savePath = "./public"; // 要保存的文件夹路径

return $tool->run($rapBackupSrc, $savePath); // return ./public/postman.json
```

下载好的 postman.json 文件使用 Postman 导入即可生成相应的接口。

License
-------

[](#license)

The MIT License (MIT)

Copyright (c) 2018 吴俊钟

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

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

Total

2

Last Release

2898d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f3c1b72b997e9585e03050cef4b70913cd77a5fa6b5ea4e87dfff4558981d5e1?d=identicon)[zhong-1250044515](/maintainers/zhong-1250044515)

---

Top Contributors

[![zhong-1250044515](https://avatars.githubusercontent.com/u/13940054?v=4)](https://github.com/zhong-1250044515 "zhong-1250044515 (1 commits)")

---

Tags

Postmanraprap-to-postmanrappostman

### Embed Badge

![Health badge](/badges/wujunzhong-rap-to-postman/health.svg)

```
[![Health](https://phpackages.com/badges/wujunzhong-rap-to-postman/health.svg)](https://phpackages.com/packages/wujunzhong-rap-to-postman)
```

PHPackages © 2026

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