aphoe / string-boss
String manipulation operations such as hiding parts of a string
dev-master
2018-10-29 10:08 UTC
Requires
- php: >=5.6.0
This package is auto-updated.
Last update: 2025-04-29 00:52: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