aphoe / string-boss
String manipulation operations such as hiding parts of a string
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/aphoe/string-boss
Requires
- php: >=5.6.0
This package is auto-updated.
Last update: 2025-12-29 02:50:59 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