Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phpbenchmarks/yii
Yii benchmarks on phpbenchmarks.com
https://github.com/phpbenchmarks/yii
benchmark php yii
Last synced: 30 days ago
JSON representation
Yii benchmarks on phpbenchmarks.com
- Host: GitHub
- URL: https://github.com/phpbenchmarks/yii
- Owner: phpbenchmarks
- Created: 2019-01-15T12:13:42.000Z (about 6 years ago)
- Default Branch: yii_2.0_hello-world
- Last Pushed: 2019-04-29T17:10:04.000Z (almost 6 years ago)
- Last Synced: 2024-11-09T22:39:43.815Z (3 months ago)
- Topics: benchmark, php, yii
- Language: PHP
- Homepage: http://www.phpbenchmarks.com
- Size: 26.4 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## What is www.phpbenchmarks.com?
You will find lot of benchmarks for PHP frameworks and template engines on [phpbenchmarks.com](http://www.phpbenchmarks.com).
Benchmarks results are available for Apache Bench and Siege, and PHP 5.6 to 7.3.
Our benchmarking protocol is available on [benchmarking protocol page](http://www.phpbenchmarks.com/en/documentation/benchmarking-protocol).
## What is this repository?
It contains Yii installation `only`.
To reuse code between minor versions, features for benchmarks are not coded in this repository
but in [phpbenchmarks/yii-common](https://github.com/phpbenchmarks/yii-common) repository.Switch branch to select version and benchmark you want to see.
## Benchmarks
You can find Yii 2.0 benchmarks results on
[benchmarks results page](http://www.phpbenchmarks.com/en/benchmark/yii/2.0).See all Yii benchmarked versions on [select version page](http://www.phpbenchmarks.com/en/benchmark/yii/version).
## Community
Go to [community page](http://www.phpbenchmarks.com/en/community) to see the Hall of fame, or download the benchmark kit to add your code!
## How version works?
We do not follow semantic version for this repository. Here is an explanation about our versioning system:
`W` Benchmarked framework major version
`X` Benchmarked framework minor version
`Y` Benchmarked framework bugfix version
`Z` Benchmark type: `1` Hello World, `3` REST API