Skip to content

SebastiaanDeJonge/php-access-bypass-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Access Bypass Example

This small example displays how to bypass the access properties within PHP. It shows that you can access any private or protected property within any PHP object from anywhere.

To view the result, open Web/index.php in your browser. All logic takes place inside \SebastiaanDeJonge\PhpAccessBypassExample\Utility\AccessUtility.

Requirements

  • PHP 7.x
  • Apache2 / Nginx
  • Composer

Installation

Simply run the following command from the project root. composer install

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages