2017 © Pedro Peláez
 

project yii2-app-benchmark

Yii 2 Benchmark Application

image

yiisoft/yii2-app-benchmark

Yii 2 Benchmark Application

  • Thursday, April 26, 2018
  • by qiangxue
  • Repository
  • 18 Watchers
  • 14 Stars
  • 473 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 8 Forks
  • 0 Open issues
  • 9 Versions
  • 0 % Grown

The README.md

Yii 2 Benchmark Application

Yii 2 Benchmark Application is an application built to demonstrate the minimal overhead introduced by the Yii framework. The application contains a single page which only renders the "hello world" string., (*1)

The application attempts to simulate the scenario in which you can achieve the best performance when using Yii. It does so by assuming that both of the main application configuration and the page content are cached in memory, and the application enables pretty URLs., (*2)

DIRECTORY STRUCTURE

  protected/          contains application source code
      controllers/    contains Web controller classes
  index.php           the entry script

REQUIREMENTS

The minimum requirement by Yii is that your Web server supports PHP 5.4.0., (*3)

INSTALLATION

If you do not have Composer, you may download it from https://getcomposer.org/ or run the following command on Linux/Unix/MacOS:, (*4)

curl -s https://getcomposer.org/installer | php
mv composer.phar /usr/local/bin/composer

You can then install the Bootstrap Application using the following command:, (*5)

composer global require "fxp/composer-asset-plugin:~1.1.0"
composer create-project --prefer-dist yiisoft/yii2-app-benchmark yii-benchmark

Now you should be able to access the benchmark page using the URL, (*6)

http://localhost/yii-benchmark/index.php/site/hello

In the above, we assume yii-benchmark is directly under the document root of your Web server., (*7)

Note that in order to install some dependencies you must have PHP with OpenSSL support., (*8)

The Versions

26/04 2018

dev-master

9999999-dev http://www.yiiframework.com/

Yii 2 Benchmark Application

  Sources   Download

BSD-3-Clause

The Requires

 

framework yii2 application benchmark

11/05 2015

2.0.4

2.0.4.0 http://www.yiiframework.com/

Yii 2 Benchmark Application

  Sources   Download

BSD-3-Clause

The Requires

 

framework yii2 application benchmark

01/03 2015

2.0.3

2.0.3.0 http://www.yiiframework.com/

Yii 2 Benchmark Application

  Sources   Download

BSD-3-Clause

The Requires

 

framework yii2 application benchmark

11/01 2015

2.0.2

2.0.2.0 http://www.yiiframework.com/

Yii 2 Benchmark Application

  Sources   Download

BSD-3-Clause

The Requires

 

framework yii2 application benchmark

07/12 2014

2.0.1

2.0.1.0 http://www.yiiframework.com/

Yii 2 Benchmark Application

  Sources   Download

BSD-3-Clause

The Requires

 

framework yii2 application benchmark

12/10 2014

2.0.0

2.0.0.0 http://www.yiiframework.com/

Yii 2 Benchmark Application

  Sources   Download

BSD-3-Clause

The Requires

 

framework yii2 application benchmark

28/09 2014

2.0.0-rc

2.0.0.0-RC http://www.yiiframework.com/

Yii 2 Benchmark Application

  Sources   Download

BSD-3-Clause

The Requires

 

framework yii2 application benchmark

13/04 2014

2.0.0-beta

2.0.0.0-beta http://www.yiiframework.com/

Yii 2 Benchmark Application

  Sources   Download

BSD-3-Clause

The Requires

 

framework yii2 application benchmark

01/12 2013

2.0.0-alpha

2.0.0.0-alpha http://www.yiiframework.com/

Yii 2 Benchmark Application

  Sources   Download

BSD-3-Clause

The Requires

 

framework yii application benchmark