An open API service indexing awesome lists of open source software.

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

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/list

baseline-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