modularr/whitelist

This is a very simple PHP Whitelist Library.

Installs: 15

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/modularr/whitelist

1.0.0 2020-09-16 06:53 UTC

This package is auto-updated.

Last update: 2025-10-16 17:55:13 UTC


README

This is a very simple PHP Whitelist Library.

The Whitelist separates items read from a file by newlines.

Why use a Whitelist?

There aren't many uses for a Whitelist in PHP, but I use it to limit which links I allow to be converted to BackLinks. But you could use it to limit other things. Recently I decide to throw it in the Public Domain for everyone. A Whitelist solution in PHP was non-existent when I needed one , so I decided to make one.