PHP code example of myjw3b / icons
1. Go to this page and download the library: Download myjw3b/icons 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/ */
myjw3b / icons example snippets
use JW3B\gui;
$Icons = new Icons();
echo $Icons->icon('ICON NAME')
echo $Icons->view_all_icons();
echo $Icons->change_family('bootstrap')->change_size(34)->icon('tools');