aphoe/string-boss

String manipulation operations such as hiding parts of a string

Maintainers

Package info

github.com/aphoe/string-boss

pkg:composer/aphoe/string-boss

Statistics

Installs: 7

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-03-29 00:46:43 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