PHP code example of flyskypie / php-minecraft-3d-skin-renderer

1. Go to this page and download the library: Download flyskypie/php-minecraft-3d-skin-renderer 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/ */

    

flyskypie / php-minecraft-3d-skin-renderer example snippets

shell
git clone https://github.com/FlySkyPie/php-Minecraft-3D-Skin-Renderer
cd php-Minecraft-3D-Skin-Renderer
composer update
cd example
php -S localhost:8080