Home > Article > Backend Development > YII small project--online interface management tool
I just learned the YII framework. If I have an idea, I will put it into practice.
References the UI of an interface management tool I saw before, but expands on the functionality.
Using my spare time from work, I developed a management tool for project interfaces, including request parameters, return parameters, test requests, and formatting of returned json data. It is an online API documentation system. It is committed to quickly solving the writing, maintenance, and archiving of internal interface documents within the team, and reducing the communication costs of team collaboration development.
Paste the github address: https://github.com/10xjzheng/ApiManager
The rendering is as follows:
The above introduces the YII small project-online interface management tool, including the relevant content. I hope it will be helpful to friends who are interested in PHP tutorials.