Now I use PHP to write many API interfaces. I need an API management system to manage these APIs. Please help me introduce such a system
Reply content:
this. . . . . It's not just an API problem. . . The core (overall) system must be taken into consideration when designing the architecture. If you come up with a framework that is only exposed to the outside world, this framework does not make much sense. At most, it only manages logs, status, etc., and new interfaces still need to be combined with The data-provided system does very coupled work. In foreign countries, Swagger (Swagger - The World's Most Popular Framework for APIs.),The best one currently doing in China is EOAPI (EOAPI - the industry's leading interface management platform).
EOAPI has always been relatively low-key. Compared with other gimmick products, it focuses more on improving user experience and functionality, so I also prefer it.
EOAPIThere are online versions and open source versions, based on PHP.
Attached is some introduction to EOAPI (from the official website of EOAPI):


Interface management
- Whether you are an individual developer, an entrepreneurial team or a mature enterprise, eoapi will satisfy your needs All interface management needs.
- It is no longer necessary to build an independent interface management platform and write offline interface documents for each project. All project interface management will be carried out in the cloud.
Project collaboration
- Traditional document tools such as word, excel, and self-built wikis cannot get rid of shortcomings such as cumbersome writing, difficult reading, and troublesome maintenance.
- eoapi allows you to start collaboration after registration. Its standardized documents, clear classifications and friendly reading interface make document updates and collaboration no longer painful.
Online testing
- Traditional testing tools such as DHC and postman can no longer meet the interface management work and cannot provide performance test reports.
- eoapi will replace traditional testing tools. There is no need to circumvent the wall and install. You can get complete interface testing information with just one click on the web page.
EOAPI personal open source version (EOAPI - the industry's leading interface management platform):

Whenever we take over a module or project developed by others and look at the uncommented code, we all go crazy. Where are the documents? ! Where are the documents? ! Show me the doc! !
Programmers all hope that others can write technical documents, but they don’t want to write documents themselves. Because writing documents requires a lot of time dealing with formatting, thinking about various non-technical details such as which directory to put the new word document in.
Word documents are scattered among different people in the team. People who need documents basically yell, yell and then go to QQ or email to receive the documents sent by the other party. This method of communication is certainly possible, but it is not efficient.
ShowDoc is an online document sharing tool that is very suitable for IT teams. It can speed up the efficiency of communication between teams.
- API documentation (View Demo)
With the development of mobile Internet, BaaS (Backend as a Service) is becoming more and more popular. The server provides an API, and the APP or web front-end can easily call data. ShowDoc can be used to write beautiful API documents very conveniently and quickly.
- Data Dictionary (View Demo)
A good data dictionary can easily explain your database structure to others, such as the definition of each field, etc.
- Documentation
You can use showdoc to write instructions for some tools, or you can write some technical specification documents for the team to review
- Share with Export
Responsive web design, you can share project documents to a computer or mobile device for viewing. At the same time, you can also export the project into a word file for offline browsing.
- Permission management
-
Public projects and private projects
There are two types of projects on ShowDoc: public projects and private projects. Public projects can be accessed by any logged-in or non-logged-in user, while private projects require a password to authenticate access. The password is set by the project creator.
-
Project Transfer
Project creators can freely transfer projects to other users of the site.
-
Project members
You can easily add and delete project members for ShowDoc projects. Project members can edit the project, but cannot transfer or delete the project (only the project creator has permission)
-
- Editing function
-
markdown editing
ShowDoc uses markdown editor, whether it is editing The reading experience is also excellent. If you don’t know Markdown, please search for "Understanding and Getting Started with Markdown" in the search engine
-
Template Insertion
On the editing page of ShowDoc, click the button above the editor to easily insert API interface templates and data Dictionary template. After inserting the template, all that's left is to change the data, saving a lot of editing effort.
-
Historical version
ShowDoc provides a historical version function for the page, and you can easily restore the page to the previous version.
-
-
ShowDoc Deployment Manual
Please refer to: http://blog.star7th.com/2016/05/2007.html
If you don’t have your own server, but want to use ShowDoc as a file sharing tool, you can use online ShowDoc ShowDoc
Link: Welcome to RAP
Introduction to the official website: RAP is a visual interface management tool that dynamically generates simulation data by analyzing the interface structure, verifying the correctness of the real interface, and around the interface definition through a series of automated tools Improve our collaboration efficiency. Our slogan: Be more efficient and get home for dinner!
github link: home_cn · thx/RAP Wiki · GitHub
github introduction: Table of Contents generated with DocToc
- What is RAP?
- Features of RAP
RAP is A GUI WEB interface management tool. In RAP, you can define the URL of the interface, request & response details format, etc. By analyzing these data, RAP provides automation tools such as MOCK services and testing services. RAP also provides a large number of enterprise-level functions to help enterprises and teams work efficiently.
about_cn · thx/RAP Wiki · GitHubWhat is RAP?In the development mode where the front and back ends are separated, we usually need to define an interface document to standardize the specific information of the interface. Such as the address of a request, how many parameters there are, parameter names and type meanings, etc. RAP first facilitates the team to enter, view and manage these interface documents, and by analyzing structured document data, reusing and generating self-test data, providing self-test consoles, etc... greatly improves development efficiency.
about_cn · thx/RAP Wiki · GitHub Features of RAP- Powerful GUI tools With great user experience, you will fall in love with using RAP to manage your API documents.
- Complete MOCK service The moment the document is defined, all interfaces are ready. With MockJS, no matter how complex your business model is, it can be well satisfied.
- Large user base RAP is used by more than 200 large-scale projects in Alibaba, and is also used by many famous companies and open source people. RAP has grown along with the success of these businesses, focusing on details, grasping quality, and standing the test.
- Free + Professional technical support RAP is free, and your technical inquiries will be answered within 24 hours. In most cases, you will get a reply within 1 hour.
Personal experience:
1. You can import json directly
2. When the document is written, you can directly use MockJS to generate test data without background service
3. You can ALT+Enter after writing the field name , the data structure of the same field is generated.
4. You can copy or move the interface directly to another place
5. You can also export the document directly, but it can only be exported to html WSO2 API Management CrapApi: A free and open source API interface and document management system (application interface management system) built by anjularjs+bootstrap+springMVC CrapApi|Interface Management System
CrapApi|Api Interface Management SystemSystem features: simple, Ultimate, open source, cutting-edge
Main functions: interface management, interface debugging, document management, data dictionary management....
Demo address: CrapApi|Interface management system
GitHub open source address: GitHub - EhsanTang/CrapApi: Application Programming Interface
Code Cloud Open Source Address: CrapApi/CrapApi





Related interests: Author http://www.easyapi.com EasyAPI service platform, including API management, API testing, API monitoring. I'm the founder. Welcome to communicate. It doesn't make much sense to build an API management system under the original API situation. In fact, what engineers want is a complete set of API development frameworks. All APIs are developed based on the API framework. The API framework integrates basic user systems, such as the open source solution ucenter. The API framework itself can automatically generate documents, integrate test assistants, and support error descriptions in multiple countries. Language, get request caching, restful design, and integration with gitlab for version management, and then Jenkins is used to automate pull version unit testing, smoke testing, stress testing, running log analysis, extracting failure crash logs and email notifications. The high-end point can be specific to the memory usage curve between various versions of a certain API, and the request time curve under the same concurrency.Continuous integration is far away. When the production API system is running, statistics accurate to the specific API level can be achieved, including all header information. If there is no normal return result, the API performs error logging and organizes it into the log system and emails the programmer's mailbox, access and network rules. You can limit various types of requests within a unit time, such as limiting specific IPs or IP ranges to a certain API patch request, and the total number of requests within an hour is 5,000. The api supports multiple types of requests such as get post patch put delete head, supports multiple data types to return such as xml json jsonp msgpack compressed format, and provides SDKs in multiple programming languages. For example, my team does mobile development, and I provide java objective- C version of the encapsulated class library. The third-party team is engaged in golang. It encapsulates a golang version sdk. The API system supports the real-time production of documents in various versions of pdf epub format. The sdk+sdk documents are provided to customers instead of opening the online set to client. Except for the continuous integration set, the rest of the above are API system work. I will post pictures when I have time.

提到API开发,你可能会想到DjangoRESTFramework,Flask,FastAPI,没错,它们完全可以用来编写API,不过,今天分享的这个框架可以让你更快把现有的函数转化为API,它就是Sanic。Sanic简介Sanic[1],是Python3.7+Web服务器和Web框架,旨在提高性能。它允许使用Python3.5中添加的async/await语法,这可以有效避免阻塞从而达到提升响应速度的目的。Sanic致力于提供一种简单且快速,集创建和启动于一体的方法

XXL-JOB描述XXL-JOB是一个轻量级分布式任务调度平台,其核心设计目标是开发迅速、学习简单、轻量级、易扩展。现已开放源代码并接入多家公司线上产品线,开箱即用。一、漏洞详情此次漏洞核心问题是GLUE模式。XXL-JOB通过“GLUE模式”支持多语言以及脚本任务,该模式任务特点如下:●多语言支持:支持Java、Shell、Python、NodeJS、PHP、PowerShell……等类型。●WebIDE:任务以源码方式维护在调度中心,支持通过WebIDE在线开发、维护。●动态生效:用户在线通

随着网络技术的发展,Web应用程序和API应用程序越来越普遍。为了访问这些应用程序,需要使用API客户端库。在PHP中,Guzzle是一个广受欢迎的API客户端库,它提供了许多功能,使得在PHP中访问Web服务和API变得更加容易。Guzzle库的主要目标是提供一个简单而又强大的HTTP客户端,它可以处理任何形式的HTTP请求和响应,并且支持并发请求处理。在

前言对于第三方组件,如何在保持第三方组件原有功能(属性props、事件events、插槽slots、方法methods)的基础上,优雅地进行功能的扩展了?以ElementPlus的el-input为例:很有可能你以前是这样玩的,封装一个MyInput组件,把要使用的属性props、事件events和插槽slots、方法methods根据自己的需要再写一遍://MyInput.vueimport{computed}from'vue'constprops=define

机器人也能干咖啡师的活了!比如让它把奶泡和咖啡搅拌均匀,效果是这样的:然后上点难度,做杯拿铁,再用搅拌棒做个图案,也是轻松拿下:这些是在已被ICLR 2023接收为Spotlight的一项研究基础上做到的,他们推出了提出流体操控新基准FluidLab以及多材料可微物理引擎FluidEngine。研究团队成员分别来自CMU、达特茅斯学院、哥伦比亚大学、MIT、MIT-IBM Watson AI Lab、马萨诸塞大学阿默斯特分校。在FluidLab的加持下,未来机器人处理更多复杂场景下的流体工作也都

SpringBoot的API加密对接在项目中,为了保证数据的安全,我们常常会对传递的数据进行加密。常用的加密算法包括对称加密(AES)和非对称加密(RSA),博主选取码云上最简单的API加密项目进行下面的讲解。下面请出我们的最亮的项目rsa-encrypt-body-spring-boot项目介绍该项目使用RSA加密方式对API接口返回的数据加密,让API数据更加安全。别人无法对提供的数据进行破解。SpringBoot接口加密,可以对返回值、参数值通过注解的方式自动加解密。什么是RSA加密首先我

当您的WindowsPC出现网络问题时,问题出在哪里并不总是很明显。很容易想象您的ISP有问题。然而,Windows笔记本电脑上的网络并不总是顺畅的,Windows11中的许多东西可能会突然导致Wi-Fi网络中断。随机消失的Wi-Fi网络是Windows笔记本电脑上报告最多的问题之一。网络问题的原因各不相同,也可能因Microsoft的驱动程序或Windows而发生。Windows是大多数情况下的问题,建议使用内置的网络故障排除程序。在Windows11

本篇文章给大家带来了关于API的相关知识,其中主要介绍了设计API需要注意哪些地方?怎么设计一个优雅的API接口,感兴趣的朋友,下面一起来看一下吧,希望对大家有帮助。


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

ZendStudio 13.5.1 Mac
Powerful PHP integrated development environment

Safe Exam Browser
Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

SublimeText3 English version
Recommended: Win version, supports code prompts!

VSCode Windows 64-bit Download
A free and powerful IDE editor launched by Microsoft
