Download the PHP package jianyan74/rageframe without Composer

On this page you can find all versions of the php package jianyan74/rageframe. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package rageframe

RageFrame

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

Latest Stable Version Total Downloads License

该版本为 1.0 版本已不在更新新功能,只修复BUG,功能已全部重构转移到 2.0 版本,更方便二次开发
2.0项目地址:https://github.com/jianyan74/rageframe2

前言

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

特色

  1. 只做基础底层内容,RageFrame不会在上面开发过多的业务内容,满足绝大多数的系统底层开发。
  2. 多入口模式,多入口分为 backend(后台)、frontend(PC前端), wechat(微信),api(其他或app接口对接), 不同的业务,不同的设备,进入不同的入口。
  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. 增加了服务层Services,这样,Controller,View 层,在原则上 不能直接调用model,必须通过Services层以及子Services层,然后Services访问各个 model,组织数据,事务处理等操作,将数据结果返回给上层,这种设计可以方便以后业务 发展后,进而根据业务特点进行重构,或者以后如果出现新技术,新方式, 都重构成自己想要的样子,譬如, 将某个底层由mysql换成mongodb,或者为了应付高并发读写并且多事务性的功能部分, 进行分库分表的设计方式。
  9. 整合了第三方登录,目前有QQ、微信、微博、GitHub。
  10. 整合了第三方支付,目前有微信支付、支付宝支付、银联支付。
  11. 框架模块支持小程序的开发。
  12. 集成RESTful API,支持前后端分离接口开发和app接口开发,可直接上手开发业务。
  13. 详细的文档说明,利于开发者的二次开发。

开始之前

官网

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-2018 by RageFrame www.rageframe.com

All rights reserved。


All versions of rageframe with dependencies

PHP Build Version
Package Version
Requires php Version >=7.0
yiisoft/yii2 Version ~2.0.6
yiisoft/yii2-bootstrap Version ~2.0.0
yiisoft/yii2-swiftmailer Version *
yiisoft/yii2-redis Version ^2.0
yiisoft/yii2-imagine Version ~2.0.0
yiisoft/yii2-authclient Version ~2.1.0
yiisoft/yii2-queue Version dev-master
lokielse/omnipay-alipay Version ^2.0
lokielse/omnipay-wechatpay Version ^1.0
lokielse/omnipay-unionpay Version dev-master
kartik-v/yii2-widget-datepicker Version @dev
kartik-v/yii2-widget-timepicker Version *
kartik-v/yii2-widget-colorinput Version *
kartik-v/yii2-widget-select2 Version @dev
kartik-v/yii2-date-range Version *
2amigos/qrcode-library Version ^1.1
2amigos/yii2-date-time-picker-widget Version *
aliyuncs/oss-sdk-php Version ~2.0
phpoffice/phpexcel Version dev-develop
linslin/yii2-curl Version *
overtrue/wechat Version ~4.0
overtrue/pinyin Version ~3.0
crazyfd/yii2-qiniu Version dev-master
denisogr/yii2-cronjobs Version dev-master
yidashi/yii2-bootstrap-markdown Version *
e282486518/yii2-console-migration Version *
jianyan74/rageframe-basics Version dev-master
jianyan74/yii2-websocket Version ^1.0
xj/yii2-oauth Version ~2.0.0
crazydb/yii2-ueditor Version ^1.6
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package jianyan74/rageframe contains the following files

Loading the files please wait ....