https://github.com/phpbenchmarks/laravel
Laravel benchmarks on phpbenchmarks.com
https://github.com/phpbenchmarks/laravel
benchmark laravel php
Last synced: about 1 year ago
JSON representation
Laravel benchmarks on phpbenchmarks.com
- Host: GitHub
- URL: https://github.com/phpbenchmarks/laravel
- Owner: phpbenchmarks
- Created: 2017-10-27T00:22:19.000Z (over 8 years ago)
- Default Branch: laravel_5.8_hello-world
- Last Pushed: 2021-03-22T17:00:03.000Z (about 5 years ago)
- Last Synced: 2025-01-05T20:29:49.499Z (about 1 year ago)
- Topics: benchmark, laravel, php
- Language: PHP
- Homepage: http://www.phpbenchmarks.com/en/benchmark/laravel.html
- Size: 621 KB
- Stars: 1
- 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 Laravel installation `only`.
To reuse code between minor versions, features for benchmarks are not coded in this repository
but in [phpbenchmarks/laravel-common](https://github.com/phpbenchmarks/laravel-common) repository.
Switch branch to select version and benchmark you want to see.
## Benchmarks
You can find Laravel 5.8 benchmarks results on
[benchmarks results page](http://www.phpbenchmarks.com/en/benchmark/laravel/5.8).
See all Laravel benchmarked versions on [select version page](http://www.phpbenchmarks.com/en/benchmark/laravel/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