valluminarias/php-nuller

A simple PHP Helper Class to nullify string and output desired string as placeholder

Installs: 20

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/valluminarias/php-nuller

v1.0.1 2016-03-28 07:33 UTC

This package is auto-updated.

Last update: 2025-09-29 01:26:21 UTC


README

A simple PHP Helper Class to nullify string and output desired string as placeholder

Install

composer require valluminarias/php-nuller

How to Use

require "vendor/autoload.php";

echo Nuller\Nuller::nullified('somestring', true, "Empty String");

Result

Empty String