承接 dmamontov/benchmark-tools 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

dmamontov/benchmark-tools

最新稳定版本:1.0.3

Composer 安装命令:

composer create-project dmamontov/benchmark-tools

包简介

Server benchmark for all that is possible.

README 文档

README

Latest Stable Version License Total Downloads

Benchmark Tools

This package can show a report of PHP configuration information.

It provides several classes that retrieve information of configuration of resources that can be used by PHP on the server side.

The class can compose a report and display it on a Web page

Currently the classes provide information about:

  • Database support like MySQL configuration variables and speed of insertion and selection of records
  • File system support like disk space and access permissions, speed of creating files
  • Resources needed for high load applications like available memory, accessing shared memory, sending large email messages, upload large files
  • HTTP connection related resources like get the server IP address, HTTP comnnection protocol, HTTP authentication, session support
  • Server platform information like installed applications such as Wordpress, Drupal, etc., other programming languages
  • Servers ISP information like network, country, city, geographic coordinates
  • PHP server configuration like PHP version, cache extensions, available extensions

Demonstration

Example of use can be found in the file example.php.

Requirements

  • PHP version 5.3 or higher.

Installation

  1. Install composer

  2. Follow in the project folder:

composer require dmamontov/benchmark-tools ~1.0.3

In config composer.json your project will be added to the library dmamontov/benchmark-tools, who settled in the folder vendor/. In the absence of a config file or folder with vendors they will be created.

If before your project is not used composer, connect the startup file vendors. To do this, enter the code in the project:

require 'path/to/vendor/autoload.php';

统计信息

  • 总下载量: 100
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: BSD-3-Clause
  • 更新时间: 2015-04-18