2017 © Pedro Peláez
 

project apiadmin3

the api manager

image

apiadmin/apiadmin3

the api manager

  • Tuesday, May 8, 2018
  • by Zhao-github
  • Repository
  • 24 Watchers
  • 207 Stars
  • 36 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 100 Forks
  • 0 Open issues
  • 10 Versions
  • 125 % Grown

The README.md

站在巨人的肩膀上,并不是高的表现,反而使自己变得渺小~只有吸收了巨人的营养,茁壮自己才是真正的高大! --笔者, (*1)

ApiAdmin

ApiAdmin ApiAdmin ApiAdmin ApiAdmin, (*2)

前端页面

ApiAdmin5.0是一个前后端完全分离的项目,前端采用Vue构建,如需要可视化配置的请移步:ApiAdmin-WEB, (*3)

快速安装

第一步:安装代码, (*4)

composer create-project apiadmin/apiadmin
你也可以:先获取基础代码 git clone https://gitee.com/apiadmin/ApiAdmin.git   再使用composer安装 composer install



> 第二步:检测环境以及配置数据库
php think apiadmin:install

> 第三步:完成数据迁移
php think migrate:run * 如出现报错:There are no commands defined in the "migrate" namespace. * 请先更新下think版本:composer update topthink/framework * 再执行:php think migrate:run * 特别鸣谢:@孙晔华

> 第四步:构建后端路由
php think apiadmin:adminRouter

> 第五步:获取管理后台账号密码
cat install/lock.ini

灵 感

首先自我介绍下吧,我是一个PHP程序员,目前就职于某上市集团。我第一份工作是做微信开发的,这也是我入行以来第一次做的商业上线项目,虽然我只是充当了其中一个不是太重要的角色,但是感谢它让我第一次接触了API,也让我第一次对于API产生了浓厚的兴趣。之后的一段时间内甚至疯狂的收集过各种免费的API接口!然而一直只是在用API,却没有为API贡献过些什么。, (*5)

开源框架用了很多,开源代码看了很多,github、git@osc、Stack Overflow这些优秀的平台帮助了我很多,所以,我觉得是时候为开源做点什么。更是给开源项目PhalApi贡献过代码,也正是这一个契机使得我正式迈向开源社区。随着时间的推移,PhalApi的战绩赫赫,它的壮大更加坚定了Api的地位,既然未来的互联网世界中API占了很重要的地位,既然越来越多的人开始开发API,那么无状态的API如何去管理呢?因此ApiAdmin来了~, (*6)

愿 景

希望有人用它,希望更多的人用它。 希望它能帮助到你,希望它能帮助到更多的你。, (*7)

项目简介

系统需求, (*8)

  • PHP >= 7.2.5
  • MySQL >= 5.5.3
  • Redis

项目构成, (*9)

  • ThinkPHP v6.0.*
  • Vue 2.*
  • ...

功能简介, (*10)

  1. 接口文档自动生成
  2. 接口输入参数自动检查
  3. 接口输出参数数据类型自动规整
  4. 灵活的参数规则设定
  5. 支持三方Api无缝融合
  6. 本地二次开发友好
  7. ..., (*11)

    ApiAdmin(PHP部分)
    ├─ 系统维护
    |  ├─ 菜单管理 - 编辑访客权限,处理菜单父子关系,被权限系统依赖(极为重要)
    |  ├─ 用户管理 - 添加新用户,封号,删号以及给账号分配权限组
    |  ├─ 权限管理 - 权限组管理,给权限组添加权限,将用户提出权限组
    |  └─ 操作日志 - 记录管理员的操作,用于追责,回溯和备案
    |  ...
    

页面截图, (*12)

输入图片说明, (*13)

输入图片说明, (*14)

输入图片说明, (*15)

输入图片说明, (*16)

输入图片说明, (*17)

输入图片说明, (*18)

项目特性, (*19)

  • 开放源码
  • 保持生机
  • 不断更新
  • 响应市场

开源,我们在路上!, (*20)

鸣谢

ApiAdmin走到今天,也正式迈入4.1时代了,我们怀着激动的心情迎来这次发布。在新版本发布之际,我们真诚的感谢从1.0到5.0陪我们一路走来的朋友们。感谢你们的支持和信任!当然也感谢#开源中国#给大陆本土开源提供这样一个优秀的平台。, (*21)

附:升级指南

很抱歉的告诉大家,虽然我们尽可能的和往期版本进行了兼容,但是,由于整体架构变化很大,所以想要零成本升级有点困难。我们建议大家可以使用5.0做新接口,慢慢的将4.1版本的接口移植到5.0。, (*22)

The Versions

08/05 2018

dev-github

dev-github http://www.apiadmin.org/

the api manager

  Sources   Download

Apache-2.0

The Requires

 

by zhao

api tp5 apiadmin

08/05 2018

dev-master

9999999-dev http://www.apiadmin.org/

the api manager

  Sources   Download

Apache-2.0

The Requires

 

by zhao

api tp5 apiadmin

07/05 2018

v3.0.8

3.0.8.0 http://www.apiadmin.org/

the api manager

  Sources   Download

Apache-2.0

The Requires

 

by zhao

api tp5 apiadmin

11/04 2018

v3.0.7

3.0.7.0 http://www.apiadmin.org/

the api manager

  Sources   Download

Apache-2.0

The Requires

 

by zhao

api tp5 apiadmin

09/04 2018

v3.0.6

3.0.6.0 http://www.apiadmin.org/

the api manager

  Sources   Download

Apache-2.0

The Requires

 

by zhao

api tp5 apiadmin

13/03 2018

v3.0.5

3.0.5.0 http://www.apiadmin.org/

the api manager

  Sources   Download

Apache-2.0

The Requires

 

by zhao

api tp5 apiadmin

06/03 2018

v3.0.4

3.0.4.0 http://www.apiadmin.org/

the api manager

  Sources   Download

Apache-2.0

The Requires

 

by zhao

api tp5 apiadmin

26/02 2018

v3.0.3

3.0.3.0 http://thinkphp.cn/

the new thinkphp framework

  Sources   Download

Apache-2.0

The Requires

 

by liu21st

orm framework thinkphp

24/02 2018

v3.0.2

3.0.2.0 http://thinkphp.cn/

the new thinkphp framework

  Sources   Download

Apache-2.0

The Requires

 

by liu21st

orm framework thinkphp

22/02 2018

v3.0.1

3.0.1.0 http://thinkphp.cn/

the new thinkphp framework

  Sources   Download

Apache-2.0

The Requires

 

by liu21st

orm framework thinkphp