$content = 'hello WoRld 123 ~~~'; $encodedContent = Base64::encode($content, Base64::VARIANT_ORIGINAL); // aGVsbG8gV29SbGQgMTIzIH5+fg== $encodedContent = Base64 ...