https://github.com/jbroadway/phpmark
A fork of phpmark to add newer frameworks
https://github.com/jbroadway/phpmark
Last synced: 13 days ago
JSON representation
A fork of phpmark to add newer frameworks
- Host: GitHub
- URL: https://github.com/jbroadway/phpmark
- Owner: jbroadway
- Created: 2012-03-31T04:37:12.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-04-18T21:12:41.000Z (about 13 years ago)
- Last Synced: 2025-04-09T21:52:19.168Z (13 days ago)
- Language: PHP
- Homepage: http://code.google.com/p/phpmark/
- Size: 29.7 MB
- Stars: 7
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: CHANGELOG
Awesome Lists containing this project
README
This is a fork of phpmark. The original can be found here:
http://code.google.com/p/phpmark/
This fork adds several additional frameworks:
* FatFree
* FuelPHP
* Kohana
* Laravel
* Silex
* Symfony 2> Note: For the Elefant framework, see https://github.com/jbroadway/phpmark-elefant
For Silex, which doesn't seem to use version numbers, I used the latest
release (2012-03-31). For Symfony 2, I used the Symfony project's own
optimized Symfony installer:https://github.com/symfony/symfony-hello-world
This folder contains the benchmark applications for each PHP framework.
Please use the following relative URLs to perform the benchmarking.
You may use the included "benchmark.sh" script to run the benchmarks
automatically.NOTE: before you run these tests, you may need to run "chmod.sh" to
change directory permissions for some of the benchmarking applications.If you find any benchmark application that is not properly created,
or if you are interested in adding a new framework to this list,
please log an issue at http://code.google.com/p/phpmark/issues/listbaseline-html: /baseline/index.html
baseline-php: /baseline/index.php
CakePHP 1.3.4: /cakephp-1.3.4/app/webroot/index.php/benchmark
CakePHP 2.1.1: /cakephp-2.1.1/app/webroot/index.php/benchmark
CodeIgniter 1.7.2: /codeigniter-1.7.2/index.php
CodeIgniter 2.1.0: /codeigniter-2.1.0/index.php
FatFree 2.0.9: /fatfree-2.0.9/
FuelPHP 1.1: /fuelphp-v1.1/public/hello/world
Kohana 3.2: /kohana-3.2-master-1/
Laravel 3.1.3: /laravel-3.1.3/public/hello
Silex: /silex-master/index.php/hello/world
Symfony 1.4.8: /symfony-1.4.8/web/index.php
Symfony 2: /symfony-standard/web/app.php/hello/world
Yii 1.1.4: /yii-1.1.4/index.php
Yii 1.1.10: /yii-1.1.10/demos/helloworld/index.php
Zend 1.10.8: /zend-1.10.8/index.php
Zend 1.11.11: /zend-1.11.11/index.php