Skip to content

Maslosoft/Whitelist

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 

Whitelist Logo Maslosoft Whitelist

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