Git Product home page Git Product logo

rageframe's Introduction

RageFrame

为二次开发而生,让开发变得更简单。

前言

RageFrame项目创建于2016年4月16日,基于Yii2框架开发的应用开发引擎,正在慢慢成长中,目的是为了集成更多的基础功能,不在为相同的基础功能重复制造轮子,开箱即用,让开发变得更加简单。

特色

  1. 只做基础底层内容,RageFrame不会在上面开发过多的业务内容,满足绝大多数的系统底层开发。
  2. 多入口模式,多入口分为 backend(后台)、frontend(PC前端), wechat(微信),api(其他接口对接), 不同的业务,不同的设备,进入不同的入口。
  3. 重写机制,框架自带的控制器模型以及第三方的插件和yii2框架内的文件都可以被用户重写,该重写是通过Yii2的classMap机制实现的。
  4. 升级最小化干扰,RageFrame的核心文件是放到 vendor\jianyan74\rageframe-basics 路径下面,和第三方扩展,用户二次开发路径完全隔离开, RageFrame可以通过composer进行核心功能的升级,用户只需要通过composer升级 即可。
  5. 对接微信公众号,使用了一款优秀的微信非官方SDK Easywechat,系统内已集成了该SDK,调用方式会在RageFrame文档说明,也可直接看其SDK文档进入深入开发。
  6. RBAC(权限)管理系统,RBAC和菜单功能的无缝对接,实现无权限的菜单不对用户显示,具体参考权限和菜单添加的规则文档。
  7. 插件和模块机制,安装和卸载不会对原来的系统产生影响,具体可参考RageFrame插件模块使用文档。
  8. 整合了第三方登录,目前有QQ、微信、微博、GitHub。
  9. 整合了第三方支付,目前只有微信支付,后续会接入其它支付。
  10. 框架模块支持小程序的开发。

官网

http://rageframe.com

开发文档

RageFrame 开发文档

Demo

http://demo.rageframe.com/backend

账号:demo

密码:1234567

demo限制了一些功能,为了更好的体验功能请下载安装体验

问题反馈

在使用中有任何问题,欢迎反馈给我,可以用以下联系方式跟我交流

QQ群:655084090

Email:[email protected]

论坛:http://forum.rageframe.com

Github:https://github.com/jianyan74/rageframe.git

Git@OSC:https://git.oschina.net/jianyan94/rageframe.git

特别鸣谢

感谢以下的项目,排名不分先后

Yii:http://www.yiiframework.com/

Bootstrap:http://getbootstrap.com

EasyWechat:https://easywechat.org/

版权信息

RageFrame遵循Apache2开源协议发布,并提供免费使用。

本项目包含的第三方源码和二进制文件之版权信息另行标注。

版权所有Copyright © 2016-2017 by RageFrame www.rageframe.com

All rights reserved。

rageframe's People

Contributors

jianyan74 avatar

Watchers

James Cloos avatar jinhui Zhang avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.