Joan Miquel ebff4c456b [php] Fix codeigniter 4.4 (#9086) hai 1 ano
..
amp 29d5c7df2c [php] Update all frameworks using event to v3.1.3 (#8941) hai 1 ano
cakephp b2ceb4493e [php] Cakephp update to PHP 8.3 (#8585) hai 1 ano
codeigniter ebff4c456b [php] Fix codeigniter 4.4 (#9086) hai 1 ano
comet 29d5c7df2c [php] Update all frameworks using event to v3.1.3 (#8941) hai 1 ano
duckphp 4a5ac4b114 [php] Codeigniter & Duckphp update to PHP 8.3 (#8586) hai 1 ano
fat-free f90a353a58 [php] Fatfree update to PHP 8.3 (#8623) hai 1 ano
flight 566ee8826b [php] Flight update to PHP 8.3 (#8588) hai 1 ano
fuel 5f9d3e0097 Add JIT in php-fpm (#7687) %!s(int64=2) %!d(string=hai) anos
hamlet 46f2c4650e [hamlet] Add broken tags (#7238) %!s(int64=3) %!d(string=hai) anos
hhvm 0096f84ee9 Config for the new toolset (#6259) %!s(int64=4) %!d(string=hai) anos
hyperf da629180d2 Update hyperf benchmark (#6279) %!s(int64=4) %!d(string=hai) anos
imi 9fe9e211b0 [php] Imi update to PHP 8.3 (#8589) hai 1 ano
kumbiaphp 05655dd0b7 Update to Kumbiaphp/1.2.1 (#9026) hai 1 ano
laravel ff1ddcee72 Laravel APP_ENV = production (#9047) hai 1 ano
leaf 29d5c7df2c [php] Update all frameworks using event to v3.1.3 (#8941) hai 1 ano
lumen 29d5c7df2c [php] Update all frameworks using event to v3.1.3 (#8941) hai 1 ano
mako dcc7e59f47 [php] Mako update to PHP 8.3 (#8616) hai 1 ano
mark 29d5c7df2c [php] Update all frameworks using event to v3.1.3 (#8941) hai 1 ano
mixphp 29d5c7df2c [php] Update all frameworks using event to v3.1.3 (#8941) hai 1 ano
nette 52a9d34304 [php] Nette update to PHP 8.3 (#8594) hai 1 ano
one 316536c23d up one php to 8.1 (#7785) %!s(int64=2) %!d(string=hai) anos
openswoole bfe3d6afb4 [php] Openswoole update to PHP 8.3 (#8595) hai 1 ano
peachpie e0757ae57f Peachpie update to v1.0.25 (#8719) hai 1 ano
phalcon 40db94432c [php] Phalcon update to PHP 8.3 (#8720) hai 1 ano
php ee9039bd03 [php] Fix Nginx Unit (#9037) hai 1 ano
php-ngx 6affc5917d [php] Ngx-php update to Nginx/1.26.0 (#9040) hai 1 ano
phpixie 38ca563d59 [php] Update some fw to Ubuntu 22.04 (#8085) %!s(int64=2) %!d(string=hai) anos
reactphp 4325dbbf56 [php] React fix deprecation (#8681) hai 1 ano
simps 2f59b5d17e [php] Simps update to PHP 8.3 (#8596) hai 1 ano
slim 29d5c7df2c [php] Update all frameworks using event to v3.1.3 (#8941) hai 1 ano
spiral b283599b18 [php] Fix #9021 fail to build grpc (#9032) hai 1 ano
sw-fw-less 37ae1377c5 [php] Mark broken PHP frameworks (#7945) %!s(int64=2) %!d(string=hai) anos
swoole 9cd97a212c [php] Swoole update to PHP 8.3 (#8599) hai 1 ano
symfony a32ba57945 [php] Symfony add RoadRunner (#9024) hai 1 ano
ubiquity 29d5c7df2c [php] Update all frameworks using event to v3.1.3 (#8941) hai 1 ano
webman 29d5c7df2c [php] Update all frameworks using event to v3.1.3 (#8941) hai 1 ano
wolff 7bf940e632 [php] Wolff update to v4.1 (#8617) hai 1 ano
workerman 48b96fd745 Workerman use Ubuntu 24.04 (#9042) hai 1 ano
yii2 29d5c7df2c [php] Update all frameworks using event to v3.1.3 (#8941) hai 1 ano
zend 55f78e1c13 Revert PHP to ubuntu 20.04 (#6775) %!s(int64=4) %!d(string=hai) anos
README.md 05c8be09fd minor update of php's readme.md (#4976) %!s(int64=6) %!d(string=hai) anos

README.md

PHP Frameworks

php logo

The information below contains information specific to PHP. For further guidance, review the documentation.

Infrastructure Software Versions

PHP Versions

PHP 7.3.*, PHP 5.6.* and HHVM 3.30.

Adding New PHP-based Frameworks

PHP Acceleration and Caching

Caching the output of the PHP bytecode compiler is expressly allowed by this benchmark. As we use PHP 5.5, which comes with opcache built in, we recommend you use this. However, some frameworks utilize APC instead as switching can be problematic (e.g. APC allows arbitrary data caching, while opcache does not).

Caching the output of parsing your configuration files is also expressly allowed (e.g. file caching, metadata caching). Some frameworks use APCu or memcached to achieve this.

Caching of the classloader (often referred to as optimizing the classloader) is also allowed. Most frameworks have their own methods of doing this.

Caching of any data fetched from the database is not allowed. Specifically, things such as Doctrine's Result Cache are inadmissible.

However, if you are using an ORM that prepares SQL statements in some way, such as how Doctrine translates DQL into SQL, this translated form can be cached, as long as you are dynamically accepting query parameters.

Caching any data using databases (Redis, MongoDB, etc) is discouraged, as 1) our databases run on a separate computer across the network, so you won't see much benefit 2) your usage of the DB may impact other framework's tests, which we cannot allow. You may launch a DB locally on the application server as part of your setup.sh scripts and utilize it for caching the allowable cache items, if you so desire, but it's normally much easier to use systems such as APCu.

Ask if you are not certain.

Dependency Management Using Composer

Many PHP apps use Composer for dependency management, which greatly simplifies downloading the framework, loading the framework, and upgrading the framework version in the future.

Get Help

PHP Experts

There aren't any PHP experts listed, yet. If you're an expert, add yourself!

Resources & Interesting Links

If you find some interesting links related to the PHP tests, add them here.