Skip to content

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

Notifications You must be signed in to change notification settings

valluminarias/php-nuller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php-nuller

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