Download the PHP package mongdch/fapi without Composer

On this page you can find all versions of the php package mongdch/fapi. 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 fapi

Fapi

项目介绍

PHP Api友好快速路由框架。 性能大约是slim3.0的2倍,可以自行使用ab压测,如有疑问欢迎邮件@我

版本说明

2.1.2

2.1.1

2.1.0

v2.0.3

v2.0.2

  1. 增强代码注解

v2.0.1

  1. 修正错误命名

v2.0.0

  1. 全面优化代码
  2. 中间键支持数组定义,支持多个中间件顺序调用,返回true则往下执行
  3. 优化APP实例对象,不再支持直接通过public的属性修改回调信息

v1.3.2

  1. 增强中间件功能,支持多个中间件定义(按数组排序执行)

v1.3.1

  1. 优化代码
  2. 修复升级1.3.0版本后部分方法不支持PHP5.6的BUG

v1.3.0

  1. 优化代码
  2. 升级调整Jump跳转类为URL类,增加URL生成功能
  3. 移除trait辅助类库

v1.2.4

  1. 优化代码,提高性能
  2. 修改定义中间价和后置的索引名称件为befor, after
  3. 增加Jump跳转类(引入原有Jump-trait)
  4. 修复已知BUG

v1.2.3

  1. 优化代码,提高性能
  2. 移除内置的Config配置模块
  3. 移除内置的Container容器模块,使用mongdch/mon-container代替
  4. 调整运行模式的定义,App::debug方法取消设置运行模式(只获取当前运行模式),改为从App::init方法进行定义当前是否为开发者模式

v1.2.2

  1. 修复组别路由嵌套情况下,命名空间重置的问题
  2. 优化代码

v1.2.1

注意: 这是一个大的改动,不支持平滑升级

  1. 移除自带的Log类
  2. 增加Hook支持
  3. 优化路由性能及路由缓存
  4. 优化容器服务支持二维数组定义(一维键值作为二维键值前缀,以 _ 分割)
  5. 增强错误提示信息

v1.1.0

  1. 中间件、后置件以对象化实例调用时,统一调用handler方法
  2. 增加默认路由定义(路由定义路径为 * )
  3. 增加路由缓存功能,cache方法、register方法
  4. 优化App类
  5. 移除psr/log依赖,减少依赖

v1.0.2-LTS

  1. 加入FApi\Config用于管理配置信息。
  2. 优化App注册对象容器及应用配置
  3. 优化路由性能和用法
  4. 优化App类对中间件、控制器、后置件的控制

安装教程

或者

当然,使用git的话建议还是使用release的,如发现问题欢迎提交issues。

使用说明


All versions of fapi with dependencies

PHP Build Version
Package Version
Requires php Version >=5.6.0
nikic/fast-route Version ^1.3
mongdch/mon-util Version ^1.2
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 mongdch/fapi contains the following files

Loading the files please wait ....