maslosoft/whitelist

PHP Code White List

1.0.5 2022-05-20 12:27 UTC

README

PHP Code White List

Latest Stable Version License Scrutinizer Code Quality Code Coverage

Quick Install

composer require maslosoft/whitelist

Documentation

Full Whitelist Documentation

Allow only necessary PHP functions

Whitelist allows you to define allowed PHP functions, variable, classes, and forbid the rest. By default it also forbids unsafe constructs, like eval, variable variables names, variable methods names.

Whitelist

PHP Code whitelister