PHP code example of vjoao / letter-avatar
1. Go to this page and download the library: Download vjoao/letter-avatar library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
vjoao / letter-avatar example snippets
php
use VJoao\LetterAvatar\LetterAvatar;
$avatar = new LetterAvatar('Steven Spielberg');
// Square Shape, Size 64px
$avatar = new LetterAvatar('Steven Spielberg', 'square', 64);
html
<img src=" echo $avatar