php-initials icon indicating copy to clipboard operation
php-initials copied to clipboard

Library to generate initials from a full name. PHP 5.6+

Results 2 php-initials issues
Sort by recently updated
recently updated
newest added

```php echo (new Initials('Lasse Rafn')); // Output: JD instead of LR ```