|
1 | 1 | # PHP Frameworks Bench |
2 | | -  |
| 2 | +[](https://github.com/myaaghubi/PHP-Frameworks-Bench/actions/workflows/test.yml)   |
3 | 3 |
|
4 | 4 | This project attempts to measure the minimum overhead (minimum bootstrap cost) of PHP frameworks in the real world. |
5 | 5 |
|
@@ -56,18 +56,16 @@ These are my benchmarks, not yours. **I encourage you to run on your (production |
56 | 56 | |phroute-2.2 | 4,303.07| 44.4| 0.58| 1.4| |
57 | 57 | |leaf-3.3 | 1,576.68| 16.3| 1.10| 2.6| |
58 | 58 | |fatfree-3.8.1 | 1,512.30| 15.6| 1.67| 4.0| |
59 | | -|siler-1.7.9 | 1,416.80| 14.6| 1.17| 2.8| |
60 | | -|slim-3.12 | 1,061.05| 10.9| 1.40| 3.3| |
61 | 59 | |slim-4.11 | 805.51| 8.3| 1.57| 3.7| |
62 | 60 | |ubiquity-2.4.x.dev | 726.70| 7.5| 1.64| 3.9| |
63 | 61 | |silex-2.3 | 558.07| 5.8| 2.16| 5.1| |
64 | 62 | |yii-2.0-basic | 508.32| 5.2| 2.57| 6.1| |
65 | 63 | |fuelphp-1.9 | 450.65| 4.6| 2.51| 6.0| |
66 | 64 | |lumen-10.0 | 352.94| 3.6| 3.49| 8.3| |
67 | 65 | |codeigniter-4.3 | 324.27| 3.3| 3.50| 8.3| |
68 | | -|symfony-5.4 | 319.55| 3.3| 3.82| 9.1| |
69 | | -|symfony-6.2 | 314.21| 3.2| 3.89| 9.2| |
| 66 | +|symfony-5.4 | 311.74| 3.2| 3.82| 9.1| |
70 | 67 | |laminas-2.0 | 309.30| 3.2| 3.50| 8.3| |
| 68 | +|symfony-6.3 | 290.69| 3.0| 3.91| 9.3| |
71 | 69 | |cakephp-4.4 | 262.25| 2.7| 4.49| 10.7| |
72 | 70 | |laravel-10.0 | 96.97| 1.0| 11.99| 28.5| |
73 | 71 |
|
@@ -181,15 +179,13 @@ For frameworks, I considered the official repos: |
181 | 179 | * [CodeIgniter](https://github.com/codeigniter4/CodeIgniter4) |
182 | 180 | * [FastRoute](https://github.com/nikic/FastRoute) |
183 | 181 | * [FatFree](https://github.com/bcosca/fatfree) |
184 | | -* [FrameworkX](https://github.com/clue/framework-x) |
185 | 182 | * [FuelPHP](https://github.com/fuelphp/fuelphp) |
186 | 183 | * [KumbiaPHP](https://github.com/KumbiaPHP/KumbiaPHP) |
187 | 184 | * [Laminas](https://github.com/laminas) |
188 | 185 | * [Laravel](https://github.com/laravel/laravel) |
189 | 186 | * [Leaf](https://github.com/leafsphp/leaf) |
190 | 187 | * [Lumen](https://github.com/laravel/lumen) |
191 | 188 | * [PhRoute](https://github.com/mrjgreen/phroute) |
192 | | -* [Siler](https://github.com/leocavalcante/siler) |
193 | 189 | * [Silex](https://github.com/silexphp/Silex) |
194 | 190 | * [Slim](https://github.com/slimphp/Slim) |
195 | 191 | * [Symfony](https://github.com/symfony/symfony) |
|
0 commit comments