Skip to content

Simple perfomance tests on using different object priniciples in PHP

Notifications You must be signed in to change notification settings

OrimFoundation/PhpObjectifyTests

Repository files navigation

PhpObjectifyTests

  • Simple performance tests on using different object principles in PHP
  • Idea is to test how different class implementations of properties behave performance wise.

Tests

Test1

Using public properties

Test2

Using protected properties with magic getters and setters without testing if property exists

Test3

Using protected properties with magic getters and setters with testing if property exists

Test4

Using protected properties with implemented getters and setters

Test5

Using protected properties implemented as object instances

About

Simple perfomance tests on using different object priniciples in PHP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published