Download the PHP package alicfeng/laravel-runtime without Composer

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

Laravel Runtime

laravel-runtime features for Laravel Application

Latest Stable Version Total Downloads License

前言

laravel-runtime此项目为Laravel中的插件

无论在开发、测试还是生产环境中,我们皆比较注重请求的数据,一般的做法是将有价值的数据写入在日志当中,便于调试、问题排查等,在Request到达控制器前处理数据信息的写入,在此使用Http中间件拦截处理,即在请求在中间件中做日志记载

同时、在开发以及测试的时候,一个合格的开发者总是会关注其接口是否存在性能上的问题,比如接口请求的时间消耗多少等,此插件可以通过CLI模式在终端以表格的形式展示接口的基本状况,web端界面亦可以简约展示,如下图所示

  • CLI终端

runtime-cli

  • WEB端

runtime-web

功能

  • 接口请求的核心数据日志记载
  • 接口请求记录分析

环境要求

  • PHP>=7.0
  • composer
  • laravel

安装

配置

  • config/app.php配置中添加

  • app/Http/Kernel.php中添加中间件

  • 生成配置文件

使用

  • CLI

  • WEB

浏览器打开$host/runtime/analysis即可看到展示~

tail日志


All versions of laravel-runtime with dependencies

PHP Build Version
Package Version
No informations.
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 alicfeng/laravel-runtime contains the following files

Loading the files please wait ....