aphoe/string-boss

String manipulation operations such as hiding parts of a string

dev-master 2018-10-29 10:08 UTC

This package is auto-updated.

Last update: 2024-09-29 05:21:22 UTC


README

String manipulation operations such as hiding parts of a string

Installation

Open your terminal and type composer require aphoe/string-boss

Examples

Partial String

<?php
require_once __DIR__ . '/../vendor/autoload.php'; // Autoload files using Composer autoload
use StringBoss\StringPartial;

echo StringPartial::partial('composer test');

Other info

Feel free to suggest other functions/methods to add to this repo